diff --git a/src/app/page.tsx b/src/app/page.tsx index 7ee9ef6..0a1e896 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,6 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FaqDouble from '@/components/sections/faq/FaqDouble'; +import FeatureBento from '@/components/sections/feature/FeatureBento'; import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen'; import FooterCard from '@/components/sections/footer/FooterCard'; import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; @@ -12,7 +13,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; -import { Award } from "lucide-react"; +import { Award, Zap, Dumbbell, Target, Clock, ShieldCheck } from "lucide-react"; export default function LandingPage() { return ( @@ -32,18 +33,13 @@ export default function LandingPage() { +
+ +
+
@@ -182,16 +146,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { - id: "f1", title: "Do I need a tour?", content: "You can walk in anytime, but booking a tour ensures a coach is ready."}, - { - id: "f2", title: "Are there contracts?", content: "We offer flexible monthly plans without long-term commitments."}, - { - id: "f3", title: "Can I bring a friend?", content: "Pro members get guest passes included in their plan."}, - { - id: "f4", title: "Is the gym secure?", content: "Yes, we have 24/7 monitored security access for all members."}, - { - id: "f5", title: "Do you offer personal training?", content: "Absolutely, we have a team of certified coaches ready to help."}, + { id: "f1", title: "Do I need a tour?", content: "You can walk in anytime, but booking a tour ensures a coach is ready." }, + { id: "f2", title: "Are there contracts?", content: "We offer flexible monthly plans without long-term commitments." }, + { id: "f3", title: "Can I bring a friend?", content: "Pro members get guest passes included in their plan." } ]} title="Common Questions" faqsAnimation="slide-up" @@ -202,8 +159,7 @@ export default function LandingPage() {
); -} +} \ No newline at end of file