diff --git a/src/app/page.tsx b/src/app/page.tsx index cb58b16..41983cb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,6 +11,7 @@ import FaqDouble from '@/components/sections/faq/FaqDouble'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterBase from '@/components/sections/footer/FooterBase'; import { Scissors, Sparkles, Award, Heart, Lightbulb, Users, Star, HelpCircle, Phone } from 'lucide-react'; +import Link from 'next/link'; export default function LandingPage() { return ( @@ -30,7 +31,7 @@ export default function LandingPage() { @@ -215,9 +216,9 @@ export default function LandingPage() {
{}} />
@@ -235,27 +236,27 @@ export default function LandingPage() {