diff --git a/src/app/page.tsx b/src/app/page.tsx index c4bc896..5f0ee4d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,6 +10,7 @@ import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FooterCard from '@/components/sections/footer/FooterCard'; import { Zap, Sparkles, TrendingUp, Heart, HelpCircle } from "lucide-react"; +import Link from "next/link"; export default function LandingPage() { return ( @@ -32,8 +33,7 @@ export default function LandingPage() { { name: "Services", id: "services" }, { name: "Process", id: "about" }, { name: "Results", id: "metrics" }, - { name: "Reviews", id: "faq" }, - { name: "FAQ", id: "faq" } + { name: "Reviews", id: "faq" } ]} button={{ text: "Start your project", href: "contact" }} />