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 */} +
+ +
+