diff --git a/src/app/page.tsx b/src/app/page.tsx index bed9a27..6a6d110 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,12 +9,12 @@ import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import FaqBase from '@/components/sections/faq/FaqBase'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; +import Link from 'next/link'; import { Sparkles, Star, TrendingUp, Users, MessageSquare, HelpCircle } from 'lucide-react'; const navItems = [ { name: "Home", id: "/" }, { name: "Services", id: "services" }, - { name: "Shop", id: "shop" }, { name: "Contact", id: "faq" } ];