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() { /> +