diff --git a/src/app/page.tsx b/src/app/page.tsx
index 69b0a2b..20761a4 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
@@ -54,118 +46,30 @@ export default function LandingPage() {
@@ -176,48 +80,10 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
products={[
- {
- id: "1",
- name: "Adjustable Dumbbells",
- price: "$129.00",
- variant: "Premium Steel",
- imageSrc: "http://img.b2bpic.net/free-photo/sport-composition-minimal-style_23-2149006334.jpg?_wi=3",
- },
- {
- id: "2",
- name: "Resistance Bands Set",
- price: "$39.00",
- variant: "Latex-Free",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-working-out-alone_23-2149089393.jpg?_wi=3",
- },
- {
- id: "3",
- name: "Push-up Board",
- price: "$45.00",
- variant: "Multi-Function",
- imageSrc: "http://img.b2bpic.net/free-photo/man-doing-stance-fists_23-2148241611.jpg?_wi=3",
- },
- {
- id: "4",
- name: "Gym Gloves",
- price: "$25.00",
- variant: "Breathable",
- imageSrc: "http://img.b2bpic.net/free-photo/isolated-picture-person-holding-small-blue-dumbbell_181624-14999.jpg?_wi=3",
- },
- {
- id: "5",
- name: "Ab Roller Wheel",
- price: "$29.00",
- variant: "Heavy Duty",
- imageSrc: "http://img.b2bpic.net/free-photo/healthy-fitness-concept-beautiful-american-african-lady-fitness-clothing-doing-yoga-medi_1258-106996.jpg?_wi=3",
- },
- {
- id: "6",
- name: "Protein Shaker Bottle",
- price: "$15.00",
- variant: "Leak Proof",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-sporty-woman-holding-device_23-2149168696.jpg?_wi=3",
- },
+ { id: "1", name: "Pro Dumbbells", price: "$129.00", variant: "Set", imageSrc: "https://images.unsplash.com/photo-1583454110551-21f2fa2afe61?auto=format&fit=crop&q=80&w=600" },
+ { id: "2", name: "Resistance Kit", price: "$39.00", variant: "Pro", imageSrc: "https://images.unsplash.com/photo-1598289456812-5106155694a1?auto=format&fit=crop&q=80&w=600" },
+ { id: "3", name: "Push-up Board", price: "$45.00", variant: "Foldable", imageSrc: "https://images.unsplash.com/photo-1574680178050-55c6a6a96e0a?auto=format&fit=crop&q=80&w=600" },
+ { id: "4", name: "Gym Gloves", price: "$25.00", variant: "Leather", imageSrc: "https://images.unsplash.com/photo-1599058917765-a780eda07a3e?auto=format&fit=crop&q=80&w=600" },
]}
title="Essential Fitness Gear"
description="Pro-grade equipment for every fitness level."
@@ -230,26 +96,10 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- icon: CheckCircle,
- title: "Premium Quality",
- description: "Rigorous testing to ensure long-lasting durability for your home gym.",
- },
- {
- icon: Truck,
- title: "Fast Shipping",
- description: "We ensure your gear reaches you quickly and safely across the country.",
- },
- {
- icon: ShieldCheck,
- title: "Secure Checkout",
- description: "Shop with total confidence using our encrypted and secure payment gateways.",
- },
- {
- icon: DollarSign,
- title: "Affordable Prices",
- description: "Professional quality fitness gear without the markup of traditional retailers.",
- },
+ { icon: CheckCircle, title: "Premium Quality", description: "Rigorous testing for durability." },
+ { icon: Truck, title: "Fast Shipping", description: "Quick delivery to your door." },
+ { icon: ShieldCheck, title: "Secure", description: "Encrypted payments always." },
+ { icon: DollarSign, title: "Value", description: "Pro quality, no markup." },
]}
title="Why Choose ApexFitness?"
description="Quality meets reliability in every piece of equipment we sell."
@@ -263,27 +113,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
products={[
- {
- id: "b1",
- name: "Adjustable Dumbbells",
- price: "$129.00",
- variant: "Top Choice",
- imageSrc: "http://img.b2bpic.net/free-photo/sport-composition-minimal-style_23-2149006334.jpg?_wi=4",
- },
- {
- id: "b2",
- name: "Resistance Bands Set",
- price: "$39.00",
- variant: "Best Value",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-working-out-alone_23-2149089393.jpg?_wi=4",
- },
- {
- id: "b3",
- name: "Ab Roller Wheel",
- price: "$29.00",
- variant: "Core Essential",
- imageSrc: "http://img.b2bpic.net/free-photo/healthy-fitness-concept-beautiful-american-african-lady-fitness-clothing-doing-yoga-medi_1258-106996.jpg?_wi=4",
- },
+ { id: "b1", name: "Pro Dumbbells", price: "$129.00", variant: "Best Seller", imageSrc: "https://images.unsplash.com/photo-1583454110551-21f2fa2afe61?auto=format&fit=crop&q=80&w=600" },
+ { id: "b2", name: "Resistance Kit", price: "$39.00", variant: "Top Rated", imageSrc: "https://images.unsplash.com/photo-1598289456812-5106155694a1?auto=format&fit=crop&q=80&w=600" },
+ { id: "b3", name: "Ab Roller", price: "$29.00", variant: "Essential", imageSrc: "https://images.unsplash.com/photo-1574680178050-55c6a6a96e0a?auto=format&fit=crop&q=80&w=600" },
]}
title="Our Best Sellers"
description="See what the community is training with right now."
@@ -295,61 +127,11 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
- testimonials={[
- {
- id: "1",
- name: "Sarah J.",
- role: "Beginner Fitness Enthusiast",
- company: "Home Workout Community",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/isolated-picture-person-holding-small-blue-dumbbell_181624-14999.jpg?_wi=4",
- },
- {
- id: "2",
- name: "Mark D.",
- role: "Gym Veteran",
- company: "Powerlifting Club",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/sport-composition-minimal-style_23-2149006334.jpg?_wi=5",
- },
- {
- id: "3",
- name: "Elena P.",
- role: "Fitness Coach",
- company: "FitOnline",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/woman-working-out-alone_23-2149089393.jpg?_wi=5",
- },
- {
- id: "4",
- name: "David W.",
- role: "Marathon Runner",
- company: "Road Runners Club",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/healthy-fitness-concept-beautiful-american-african-lady-fitness-clothing-doing-yoga-medi_1258-106996.jpg?_wi=5",
- },
- {
- id: "5",
- name: "Linda M.",
- role: "Yoga Instructor",
- company: "Studio Zen",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/man-doing-stance-fists_23-2148241611.jpg?_wi=4",
- },
- ]}
+ testimonials={[]}
kpiItems={[
- {
- value: "15k+",
- label: "Active Users",
- },
- {
- value: "4.9/5",
- label: "Avg Rating",
- },
- {
- value: "98%",
- label: "Satisfaction Rate",
- },
+ { value: "15k+", label: "Active Users" },
+ { value: "4.9/5", label: "Avg Rating" },
+ { value: "98%", label: "Satisfaction Rate" },
]}
title="Customer Success Stories"
description="Join thousands of fitness enthusiasts who trust ApexFitness for their journey."
@@ -361,21 +143,9 @@ export default function LandingPage() {
useInvertedBackground={true}
title="Our Commitment to You"
metrics={[
- {
- icon: Award,
- label: "Experience",
- value: "10+ Years",
- },
- {
- icon: Users,
- label: "Community",
- value: "20k+",
- },
- {
- icon: CheckCircle,
- label: "Products",
- value: "500+",
- },
+ { icon: Award, label: "Experience", value: "10+ Years" },
+ { icon: Users, label: "Community", value: "20k+" },
+ { icon: CheckCircle, label: "Products", value: "500+" },
]}
metricsAnimation="slide-up"
/>
@@ -384,71 +154,19 @@ export default function LandingPage() {