diff --git a/src/app/page.tsx b/src/app/page.tsx index cb152e6..e4f4779 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,6 +11,7 @@ import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterSimple from '@/components/sections/footer/FooterSimple'; import { Sparkles, Heart, Gem, Star, HelpCircle, ShoppingBag } from 'lucide-react'; import { useState } from 'react'; +import Link from 'next/link'; export default function LandingPage() { const [activeProductId, setActiveProductId] = useState(null);