From 81daab5f30aa120e1ac65d77ce9161b2006e6d02 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 14:28:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 93 ++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 91 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b8a5933..071be17 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,6 +10,9 @@ import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSp import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; +// New imports for added sections +import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; +import ContactText from '@/components/sections/contact/ContactText'; export default function LandingPage() { return ( @@ -44,8 +47,17 @@ export default function LandingPage() { { name: "Plans", id: "plans" }, + { + name: "FAQs", id: "objections" + }, + { + name: "Location", id: "location" + }, { name: "Contact", id: "contact" + }, + { + name: "Join Us", id: "final-cta" } ]} button={{ @@ -69,7 +81,7 @@ export default function LandingPage() { text: "šŸ”„ Start Now", href: "#plans" }, { - text: "šŸ“ Visit the Gym", href: "#contact" + text: "šŸ“ Visit the Gym", href: "#location" } ]} buttonAnimation="none" @@ -210,6 +222,41 @@ export default function LandingPage() { /> + {/* Objection Handling Section */} +
+ +
+
+ {/* Location Section */} +
+ +
+ + {/* Final CTA Section */} +
+ +
+