hero
This commit is contained in:
parent
5c0c2e25dc
commit
0796156544
2 changed files with 1 additions and 2 deletions
|
|
@ -1,6 +1,5 @@
|
|||
"use client";
|
||||
import { useThemeMode } from '@/hooks/useThemeMode'
|
||||
// REPLACE WITH:
|
||||
import { useEffect, useRef } from "react";
|
||||
|
||||
const STAR_TONES = [255, 210, 160, 110, 65];
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ import { ArrowRightIcon, PhoneCallIcon } from 'lucide-react'
|
|||
import { createPortal } from 'react-dom'
|
||||
import { MenuToggleIcon } from '@/components/ui/menu-toggle-icon'
|
||||
import { useScroll } from '@/components/ui/use-scroll'
|
||||
// ADD this line after the other imports:
|
||||
|
||||
import { useThemeMode } from '@/hooks/useThemeMode'
|
||||
|
||||
// ─── Types ────────────────────────────────────────────────────────────────────
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue