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() {
@@ -51,14 +47,10 @@ export default function LandingPage() {
@@ -81,37 +73,38 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
- negativeCard={{
- items: [
- "Limited Hours", "Outdated Gear", "Overcrowded Spaces", "Hidden Fees", "Lack of Support"],
- }}
- positiveCard={{
- items: [
- "24/7 Access", "Premium Equipment", "Spacious Training Zones", "Expert Coaching", "Recovery & Wellness"],
- }}
+ negativeCard={{ items: ["Limited Hours", "Outdated Gear", "Overcrowded Spaces", "Hidden Fees", "Lack of Support"] }}
+ positiveCard={{ items: ["24/7 Access", "Premium Equipment", "Spacious Training Zones", "Expert Coaching", "Recovery & Wellness"] }}
title="Why Choose Skyline"
description="Experience the difference of a premium fitness club designed for results."
/>
+
+
+
+
@@ -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