From 421cb3912e8c52cf78bc5ce139cc8e7c2501bc85 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 7 May 2026 12:24:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 329 +++++++++-------------------------------------- 1 file changed, 64 insertions(+), 265 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 65950f0..691325e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,7 +3,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactCTA from '@/components/sections/contact/ContactCTA'; -import FaqBase from '@/components/sections/faq/FaqBase'; +import FaqDouble from '@/components/sections/faq/FaqDouble'; import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; import FooterBase from '@/components/sections/footer/FooterBase'; import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; @@ -11,7 +11,7 @@ import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; -import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; +import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import { Award, Shield, Zap } from "lucide-react"; export default function LandingPage() { @@ -33,21 +33,13 @@ export default function LandingPage() { @@ -56,113 +48,58 @@ export default function LandingPage() {
@@ -173,14 +110,8 @@ export default function LandingPage() { title="Master Your Craft" description="Beyond just apparel, we provide expert tutorials for every level of athlete. Gain the technique and equipment to excel." metrics={[ - { - value: "500+", - title: "Tutorials", - }, - { - value: "10k+", - title: "Active Athletes", - }, + { value: "500+", title: "Tutorials" }, + { value: "10k+", title: "Active Athletes" }, ]} imageSrc="http://img.b2bpic.net/free-photo/sporty-woman-helping-friend-stretching-leg_23-2147641320.jpg" mediaAnimation="slide-up" @@ -194,21 +125,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - icon: Zap, - title: "Expert Tutorials", - description: "Step-by-step videos for complex exercises.", - }, - { - icon: Shield, - title: "Premium Gear", - description: "Quality tested equipment built for durability.", - }, - { - icon: Award, - title: "Performance Analysis", - description: "Deep insights into your training progress.", - }, + { icon: Zap, title: "Expert Tutorials", description: "Step-by-step videos for complex exercises." }, + { icon: Shield, title: "Premium Gear", description: "Quality tested equipment built for durability." }, + { icon: Award, title: "Performance Analysis", description: "Deep insights into your training progress." }, ]} title="Total Fitness Ecosystem" description="Combine the right gear with the right knowledge for better results." @@ -222,48 +141,12 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={true} products={[ - { - id: "1", - name: "Performance Trainer", - price: "$120", - variant: "Footwear", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-sneakers-with-copy-space_23-2148523188.jpg", - }, - { - id: "2", - name: "Pro Leggings", - price: "$85", - variant: "Apparel", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-woman-fitness-clothes_23-2148197739.jpg", - }, - { - id: "3", - name: "Tech Training Tee", - price: "$45", - variant: "Apparel", - imageSrc: "http://img.b2bpic.net/free-photo/man-nature-looking-watch-near-rocks_23-2148776356.jpg", - }, - { - id: "4", - name: "Elite Duffel", - price: "$95", - variant: "Accessory", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-back-school-composition-with-blue-backpack_23-2148666141.jpg", - }, - { - id: "5", - name: "Pro Yoga Mat", - price: "$65", - variant: "Gear", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-yoga-essentials_23-2149502672.jpg", - }, - { - id: "6", - name: "Smart Dumbbells", - price: "$250", - variant: "Gear", - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-fit-woman-with-treadmill_23-2150280629.jpg", - }, + { id: "1", name: "Performance Trainer", price: "$120", variant: "Footwear", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-sneakers-with-copy-space_23-2148523188.jpg" }, + { id: "2", name: "Pro Leggings", price: "$85", variant: "Apparel", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-woman-fitness-clothes_23-2148197739.jpg" }, + { id: "3", name: "Tech Training Tee", price: "$45", variant: "Apparel", imageSrc: "http://img.b2bpic.net/free-photo/man-nature-looking-watch-near-rocks_23-2148776356.jpg" }, + { id: "4", name: "Elite Duffel", price: "$95", variant: "Accessory", imageSrc: "http://img.b2bpic.net/free-photo/front-view-back-school-composition-with-blue-backpack_23-2148666141.jpg" }, + { id: "5", name: "Pro Yoga Mat", price: "$65", variant: "Gear", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-yoga-essentials_23-2149502672.jpg" }, + { id: "6", name: "Smart Dumbbells", price: "$250", variant: "Gear", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-fit-woman-with-treadmill_23-2150280629.jpg" }, ]} title="Professional Equipment" description="Curated selection for your training needs." @@ -277,21 +160,9 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} metrics={[ - { - id: "m1", - value: "98%", - description: "Success Rate", - }, - { - id: "m2", - value: "50+", - description: "Global Experts", - }, - { - id: "m3", - value: "24/7", - description: "Support", - }, + { id: "m1", value: "98%", description: "Success Rate" }, + { id: "m2", value: "50+", description: "Global Experts" }, + { id: "m3", value: "24/7", description: "Support" }, ]} title="Trusted by Pros" description="The numbers behind our dedication." @@ -299,61 +170,30 @@ export default function LandingPage() {
-
-
@@ -382,45 +217,9 @@ export default function LandingPage() {