From c873ff1dcbabb9d43bc77b83303e71fbbec577d9 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 16:00:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 61 ++++++++++++++++++++++++------------------------ 1 file changed, 31 insertions(+), 30 deletions(-) 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() {