From 00714595325f67da9966c5fa6c0a05761d8959e7 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 19:06:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 39 +++++++++++++++++++++++++++++++++++++-- 1 file changed, 37 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 114d5ac..c9cd54d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,6 +11,7 @@ import TeamCardOne from '@/components/sections/team/TeamCardOne'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; +import FaqDouble from '@/components/sections/faq/FaqDouble'; import { Award, CheckCircle, Heart, TrendingUp, Users } from 'lucide-react'; export default function LandingPage() { @@ -34,7 +35,7 @@ export default function LandingPage() { { name: "Services", id: "services" }, { name: "About", id: "about" }, { name: "Team", id: "team" }, - { name: "Reviews", id: "testimonials" } + { name: "FAQ", id: "faq" } ]} button={{ text: "Schedule Online", href: "#contact" }} animateOnLoad={true} @@ -200,6 +201,40 @@ export default function LandingPage() { /> +
+ +
+