From 88981fd3aff2abf3d89ce023d60b09ad67572c73 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 16:18:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 155 ++++++++++++----------------------------------- 1 file changed, 40 insertions(+), 115 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1fed714..8d6e4c9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,16 +30,11 @@ export default function LandingPage() { @@ -90,36 +77,16 @@ export default function LandingPage() { useInvertedBackground={false} animationType="slide-up" products={[ - { - id: "1", brand: "FitWell", name: "Premium Whey Protein", price: "$45.00", rating: 5, - reviewCount: "128", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-yoga-essentials-arrangement_23-2149442703.jpg"}, - { - id: "2", brand: "FitWell", name: "Resistance Bands Set", price: "$29.00", rating: 4, - reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/still-life-perfectly-ordered-fitness-gym-accessories_52683-100699.jpg"}, - { - id: "3", brand: "TechFit", name: "Smart Fitness Watch", price: "$199.00", rating: 5, - reviewCount: "452", imageSrc: "http://img.b2bpic.net/free-photo/vr-headset-by-computer-gaming-technology_53876-97101.jpg"}, - { - id: "4", brand: "FitWell", name: "Adjustable Yoga Mat", price: "$55.00", rating: 5, - reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/still-life-foam-roller_23-2151817415.jpg"}, - { - id: "5", brand: "StrongHands", name: "Weightlifting Gloves", price: "$25.00", rating: 4, - reviewCount: "76", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-gloves-medical-mask-gym-using-hand-sanitizer_23-2148769844.jpg"}, - { - id: "6", brand: "RecovTech", name: "Pro Massage Gun", price: "$120.00", rating: 5, - reviewCount: "340", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-hydrating_23-2149177977.jpg"}, - { - id: "7", brand: "HydroFlow", name: "Insulated Steel Bottle", price: "$35.00", rating: 4, - reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-sitting-with-paddleboard_23-2149105065.jpg"}, - { - id: "8", brand: "LiftGear", name: "Leather Lifting Belt", price: "$48.00", rating: 5, - reviewCount: "92", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-athletic-sportswear-girl-training-gym_1157-13757.jpg"}, - { - id: "9", brand: "SpeedFast", name: "Professional Jump Rope", price: "$15.00", rating: 4, - reviewCount: "112", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-training_23-2149137093.jpg"}, - { - id: "10", brand: "RecoveryPro", name: "Deep Tissue Foam Roller", price: "$22.00", rating: 5, - reviewCount: "188", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-tolerating-heat-wave_23-2149101357.jpg"}, + { id: "1", brand: "FitWell", name: "Premium Whey Protein", price: "$45.00", rating: 5, reviewCount: "128", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-yoga-essentials-arrangement_23-2149442703.jpg" }, + { id: "2", brand: "FitWell", name: "Resistance Bands Set", price: "$29.00", rating: 4, reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/still-life-perfectly-ordered-fitness-gym-accessories_52683-100699.jpg" }, + { id: "3", brand: "TechFit", name: "Smart Fitness Watch", price: "$199.00", rating: 5, reviewCount: "452", imageSrc: "http://img.b2bpic.net/free-photo/vr-headset-by-computer-gaming-technology_53876-97101.jpg" }, + { id: "4", brand: "FitWell", name: "Adjustable Yoga Mat", price: "$55.00", rating: 5, reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/still-life-foam-roller_23-2151817415.jpg" }, + { id: "5", brand: "StrongHands", name: "Weightlifting Gloves", price: "$25.00", rating: 4, reviewCount: "76", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-gloves-medical-mask-gym-using-hand-sanitizer_23-2148769844.jpg" }, + { id: "6", brand: "RecovTech", name: "Pro Massage Gun", price: "$120.00", rating: 5, reviewCount: "340", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-hydrating_23-2149177977.jpg" }, + { id: "7", brand: "HydroFlow", name: "Insulated Steel Bottle", price: "$35.00", rating: 4, reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-sitting-with-paddleboard_23-2149105065.jpg" }, + { id: "8", brand: "LiftGear", name: "Leather Lifting Belt", price: "$48.00", rating: 5, reviewCount: "92", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-athletic-sportswear-girl-training-gym_1157-13757.jpg" }, + { id: "9", brand: "SpeedFast", name: "Professional Jump Rope", price: "$15.00", rating: 4, reviewCount: "112", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-training_23-2149137093.jpg" }, + { id: "10", brand: "RecoveryPro", name: "Deep Tissue Foam Roller", price: "$22.00", rating: 5, reviewCount: "188", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-tolerating-heat-wave_23-2149101357.jpg" } ]} title="Shop Our Premium Collection" description="Essential fitness tools and high-quality supplements designed for peak performance and rapid recovery." @@ -132,15 +99,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} features={[ - { - title: "Data Analytics", description: "Track your progress with advanced insights to ensure you stay on the path toward your goals.", bentoComponent: "reveal-icon", icon: BarChart, - }, - { - title: "Community Support", description: "Join thousands of members on our digital platform to share, compete, and grow together.", bentoComponent: "reveal-icon", icon: Users, - }, - { - title: "Nutrition Planning", description: "Custom meal guidance adapted for your unique lifestyle and fitness targets.", bentoComponent: "reveal-icon", icon: Utensils, - }, + { title: "Data Analytics", description: "Track your progress with advanced insights to ensure you stay on the path toward your goals.", bentoComponent: "reveal-icon", icon: BarChart }, + { title: "Community Support", description: "Join thousands of members on our digital platform to share, compete, and grow together.", bentoComponent: "reveal-icon", icon: Users }, + { title: "Nutrition Planning", description: "Custom meal guidance adapted for your unique lifestyle and fitness targets.", bentoComponent: "reveal-icon", icon: Utensils }, ]} title="Fitness Reimagined" description="Cutting-edge technology meets human-centered wellness solutions for your daily routine." @@ -153,16 +114,11 @@ export default function LandingPage() { useInvertedBackground={false} animationType="slide-up" testimonials={[ - { - id: "1", name: "Sarah Jenkins", role: "Full-time Athlete", testimonial: "The quality of products is unmatched and the community support is absolutely incredible.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-smartphone_23-2149177997.jpg"}, - { - id: "2", name: "Mark Peterson", role: "Busy Professional", testimonial: "FitWell has helped me balance work and health perfectly. The tools provided are life-changing.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-mid-adult-male-athlete_1262-5312.jpg"}, - { - id: "3", name: "Emily Chen", role: "Yoga Practitioner", testimonial: "I love the attention to detail in their products. It shows in every single session.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-doing-workout-with-battle-ropes_1303-32020.jpg"}, - { - id: "4", name: "Jessica Lee", role: "Fitness Coach", testimonial: "I recommend FitWell to every one of my clients because the results are consistent.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-tender-happy-woman-with-dark-curly-hair-enjoying-vacations-sitting-rattan-chair_197531-22812.jpg"}, - { - id: "5", name: "David Miller", role: "Strength Trainer", testimonial: "The technology provided is top-tier and makes recovery significantly faster.", imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-funny-overweight-man-wearing-eyeglasses-is-workout-with-abs-handroller-healthy-copy-space_1150-58885.jpg"}, + { id: "1", name: "Sarah Jenkins", role: "Full-time Athlete", testimonial: "The quality of products is unmatched and the community support is absolutely incredible.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-smartphone_23-2149177997.jpg" }, + { id: "2", name: "Mark Peterson", role: "Busy Professional", testimonial: "FitWell has helped me balance work and health perfectly. The tools provided are life-changing.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-mid-adult-male-athlete_1262-5312.jpg" }, + { id: "3", name: "Emily Chen", role: "Yoga Practitioner", testimonial: "I love the attention to detail in their products. It shows in every single session.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-doing-workout-with-battle-ropes_1303-32020.jpg" }, + { id: "4", name: "Jessica Lee", role: "Fitness Coach", testimonial: "I recommend FitWell to every one of my clients because the results are consistent.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-tender-happy-woman-with-dark-curly-hair-enjoying-vacations-sitting-rattan-chair_197531-22812.jpg" }, + { id: "5", name: "David Miller", role: "Strength Trainer", testimonial: "The technology provided is top-tier and makes recovery significantly faster.", imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-funny-overweight-man-wearing-eyeglasses-is-workout-with-abs-handroller-healthy-copy-space_1150-58885.jpg" }, ]} title="Voices of Transformation" description="See how our members have redefined their fitness journey with our products and services." @@ -172,13 +128,9 @@ export default function LandingPage() {
@@ -186,40 +138,13 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1