Merge version_1 into main #2
173
src/app/page.tsx
173
src/app/page.tsx
@@ -89,13 +89,9 @@ export default function HomePage() {
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lovely-sport-composition-with-ping-pong-elements_23-2147913726.jpg?_wi=1",
|
||||
imageAlt: "Sports equipment showcase",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lovely-sport-composition-with-ping-pong-elements_23-2147913726.jpg", imageAlt: "Sports equipment showcase"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fit-class-background-physical-gym-white_1428-701.jpg?_wi=1",
|
||||
imageAlt: "Premium running shoes",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fit-class-background-physical-gym-white_1428-701.jpg", imageAlt: "Premium running shoes"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -115,31 +111,13 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Pro Running Shoes Elite",
|
||||
price: "$149.99",
|
||||
variant: "Black, Blue, Red - Multiple sizes",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fit-class-background-physical-gym-white_1428-701.jpg?_wi=2",
|
||||
imageAlt: "Pro Running Shoes Elite",
|
||||
isFavorited: false,
|
||||
id: "1", name: "Pro Running Shoes Elite", price: "$149.99", variant: "Black, Blue, Red - Multiple sizes", imageSrc: "http://img.b2bpic.net/free-photo/fit-class-background-physical-gym-white_1428-701.jpg", imageAlt: "Pro Running Shoes Elite", isFavorited: false,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Professional Basketball Shoes",
|
||||
price: "$179.99",
|
||||
variant: "White, Black, Orange - Sizes 6-14",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-sporty-man-with-basketball_23-2148375938.jpg?_wi=1",
|
||||
imageAlt: "Professional Basketball Shoes",
|
||||
isFavorited: false,
|
||||
id: "2", name: "Professional Basketball Shoes", price: "$179.99", variant: "White, Black, Orange - Sizes 6-14", imageSrc: "http://img.b2bpic.net/free-photo/portrait-sporty-man-with-basketball_23-2148375938.jpg", imageAlt: "Professional Basketball Shoes", isFavorited: false,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Premium Fitness Training Set",
|
||||
price: "$299.99",
|
||||
variant: "Adjustable weights - Complete kit",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/yoga-equipment-indoors_23-2148741924.jpg?_wi=1",
|
||||
imageAlt: "Premium Fitness Training Set",
|
||||
isFavorited: false,
|
||||
id: "3", name: "Premium Fitness Training Set", price: "$299.99", variant: "Adjustable weights - Complete kit", imageSrc: "http://img.b2bpic.net/free-photo/yoga-equipment-indoors_23-2148741924.jpg", imageAlt: "Premium Fitness Training Set", isFavorited: false,
|
||||
},
|
||||
]}
|
||||
carouselMode="buttons"
|
||||
@@ -156,33 +134,17 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Football Equipment",
|
||||
tags: ["Soccer", "Professional gear"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/football-composition-with-whiteboard-trophy_23-2147827748.jpg?_wi=1",
|
||||
imageAlt: "Football equipment collection",
|
||||
},
|
||||
id: "1", title: "Football Equipment", tags: ["Soccer", "Professional gear"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/football-composition-with-whiteboard-trophy_23-2147827748.jpg", imageAlt: "Football equipment collection"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Basketball Gear",
|
||||
tags: ["Court ready", "All levels"],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/sport-tech-instagram-stories_23-2149010068.jpg?_wi=1",
|
||||
imageAlt: "Basketball gear collection",
|
||||
},
|
||||
id: "2", title: "Basketball Gear", tags: ["Court ready", "All levels"],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/sport-tech-instagram-stories_23-2149010068.jpg", imageAlt: "Basketball gear collection"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Fitness Equipment",
|
||||
tags: ["Gym quality", "Home gym"],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/fitness-equipment_23-2147534040.jpg?_wi=1",
|
||||
imageAlt: "Fitness equipment collection",
|
||||
},
|
||||
id: "3", title: "Fitness Equipment", tags: ["Gym quality", "Home gym"],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/fitness-equipment_23-2147534040.jpg", imageAlt: "Fitness equipment collection"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Running Gear",
|
||||
tags: ["Training", "Performance"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adult-man-making-cardio-training-exercises-gym-club-closeup-horizontal_1220-1705.jpg?_wi=1",
|
||||
imageAlt: "Running gear collection",
|
||||
},
|
||||
id: "4", title: "Running Gear", tags: ["Training", "Performance"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adult-man-making-cardio-training-exercises-gym-club-closeup-horizontal_1220-1705.jpg", imageAlt: "Running gear collection"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -194,15 +156,10 @@ export default function HomePage() {
|
||||
tag="Partners"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Nike", "Adidas", "Puma", "Under Armour", "New Balance", "Reebok", "Converse"]}
|
||||
logos={[
|
||||
"http://img.b2bpic.net/free-psd/sport-tech-banner-template-design_23-2148519544.jpg",
|
||||
"http://img.b2bpic.net/free-vector/pack-creative-retro-fitness-labels_23-2147800704.jpg",
|
||||
"http://img.b2bpic.net/free-vector/cougar-branding-logo-template_23-2149210175.jpg",
|
||||
"http://img.b2bpic.net/free-vector/shield-super-bowl-badge_23-2147535111.jpg",
|
||||
"http://img.b2bpic.net/free-vector/pack-four-retro-fitness-labels_23-2147800468.jpg",
|
||||
"http://img.b2bpic.net/free-vector/logo-template-design_1195-94.jpg",
|
||||
"http://img.b2bpic.net/free-vector/collection-vintage-skate-badge_23-2147553147.jpg",
|
||||
]}
|
||||
"http://img.b2bpic.net/free-psd/sport-tech-banner-template-design_23-2148519544.jpg", "http://img.b2bpic.net/free-vector/pack-creative-retro-fitness-labels_23-2147800704.jpg", "http://img.b2bpic.net/free-vector/cougar-branding-logo-template_23-2149210175.jpg", "http://img.b2bpic.net/free-vector/shield-super-bowl-badge_23-2147535111.jpg", "http://img.b2bpic.net/free-vector/pack-four-retro-fitness-labels_23-2147800468.jpg", "http://img.b2bpic.net/free-vector/logo-template-design_1195-94.jpg", "http://img.b2bpic.net/free-vector/collection-vintage-skate-badge_23-2147553147.jpg"]}
|
||||
speed={40}
|
||||
showCard={true}
|
||||
/>
|
||||
@@ -217,71 +174,17 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Marcus Johnson, Professional Runner",
|
||||
date: "Date: 15 January 2025",
|
||||
title: "Best running shoes I've ever owned!",
|
||||
quote: "The Pro Running Shoes Elite have completely transformed my training. The comfort and performance are unmatched. I've already recommended them to my entire team.",
|
||||
tag: "Elite Runner",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-afro-american-man_171337-8262.jpg",
|
||||
avatarAlt: "Marcus Johnson",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fit-class-background-physical-gym-white_1428-701.jpg?_wi=3",
|
||||
},
|
||||
id: "1", name: "Marcus Johnson, Professional Runner", date: "Date: 15 January 2025", title: "Best running shoes I've ever owned!", quote: "The Pro Running Shoes Elite have completely transformed my training. The comfort and performance are unmatched. I've already recommended them to my entire team.", tag: "Elite Runner", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-afro-american-man_171337-8262.jpg", avatarAlt: "Marcus Johnson", imageSrc: "http://img.b2bpic.net/free-photo/fit-class-background-physical-gym-white_1428-701.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sarah Mitchell, Basketball Coach",
|
||||
date: "Date: 22 January 2025",
|
||||
title: "Premium quality and outstanding service",
|
||||
quote: "I outfit my entire team with SportGear equipment. The quality is professional-grade and the customer service team goes above and beyond. Worth every penny.",
|
||||
tag: "Coach",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-sportive-girl-posing-with-crossed-arms-dark-wall_176420-616.jpg",
|
||||
avatarAlt: "Sarah Mitchell",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-sporty-man-with-basketball_23-2148375938.jpg?_wi=2",
|
||||
},
|
||||
id: "2", name: "Sarah Mitchell, Basketball Coach", date: "Date: 22 January 2025", title: "Premium quality and outstanding service", quote: "I outfit my entire team with SportGear equipment. The quality is professional-grade and the customer service team goes above and beyond. Worth every penny.", tag: "Coach", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-sportive-girl-posing-with-crossed-arms-dark-wall_176420-616.jpg", avatarAlt: "Sarah Mitchell", imageSrc: "http://img.b2bpic.net/free-photo/portrait-sporty-man-with-basketball_23-2148375938.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "David Chen, Fitness Trainer",
|
||||
date: "Date: 28 January 2025",
|
||||
title: "Essential equipment for serious training",
|
||||
quote: "The Premium Fitness Training Set is comprehensive and durable. My clients love the quality, and I appreciate the competitive pricing. Highly recommend to all fitness professionals.",
|
||||
tag: "Trainer",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-muscular-young-man-race-track_23-2148162181.jpg",
|
||||
avatarAlt: "David Chen",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/yoga-equipment-indoors_23-2148741924.jpg?_wi=2",
|
||||
},
|
||||
id: "3", name: "David Chen, Fitness Trainer", date: "Date: 28 January 2025", title: "Essential equipment for serious training", quote: "The Premium Fitness Training Set is comprehensive and durable. My clients love the quality, and I appreciate the competitive pricing. Highly recommend to all fitness professionals.", tag: "Trainer", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-muscular-young-man-race-track_23-2148162181.jpg", avatarAlt: "David Chen", imageSrc: "http://img.b2bpic.net/free-photo/yoga-equipment-indoors_23-2148741924.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Emma Rodriguez, Athlete",
|
||||
date: "Date: 05 February 2025",
|
||||
title: "Great products, even better prices",
|
||||
quote: "I was amazed by the quality of these products at this price point. The gear looks professional and performs excellently. Customer for life!",
|
||||
tag: "Satisfied Customer",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman_158595-975.jpg",
|
||||
avatarAlt: "Emma Rodriguez",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adult-man-making-cardio-training-exercises-gym-club-closeup-horizontal_1220-1705.jpg?_wi=2",
|
||||
},
|
||||
id: "4", name: "Emma Rodriguez, Athlete", date: "Date: 05 February 2025", title: "Great products, even better prices", quote: "I was amazed by the quality of these products at this price point. The gear looks professional and performs excellently. Customer for life!", tag: "Satisfied Customer", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman_158595-975.jpg", avatarAlt: "Emma Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/adult-man-making-cardio-training-exercises-gym-club-closeup-horizontal_1220-1705.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "James Thompson, Fitness Enthusiast",
|
||||
date: "Date: 12 February 2025",
|
||||
title: "Perfect for home gym setup",
|
||||
quote: "Setting up my home gym was easy with SportGear's comprehensive equipment selection. Everything arrived on time, and the quality exceeded my expectations.",
|
||||
tag: "Home Gym Owner",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-woman-business-embrace-confidence-posing-beauty-black-african-american-isolated-gray-background_640221-39.jpg",
|
||||
avatarAlt: "James Thompson",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/yoga-equipment-indoors_23-2148741924.jpg?_wi=3",
|
||||
},
|
||||
id: "5", name: "James Thompson, Fitness Enthusiast", date: "Date: 12 February 2025", title: "Perfect for home gym setup", quote: "Setting up my home gym was easy with SportGear's comprehensive equipment selection. Everything arrived on time, and the quality exceeded my expectations.", tag: "Home Gym Owner", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-woman-business-embrace-confidence-posing-beauty-black-african-american-isolated-gray-background_640221-39.jpg", avatarAlt: "James Thompson", imageSrc: "http://img.b2bpic.net/free-photo/yoga-equipment-indoors_23-2148741924.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Lisa Anderson, Sports Director",
|
||||
date: "Date: 18 February 2025",
|
||||
title: "Reliable partner for sports programs",
|
||||
quote: "We've been partnering with SportGear for our youth athletic programs. Reliable delivery, professional products, and excellent support. Couldn't ask for better.",
|
||||
tag: "Program Director",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-financial-analyst-stock-broker-looking_1163-5273.jpg",
|
||||
avatarAlt: "Lisa Anderson",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/football-composition-with-whiteboard-trophy_23-2147827748.jpg?_wi=2",
|
||||
},
|
||||
id: "6", name: "Lisa Anderson, Sports Director", date: "Date: 18 February 2025", title: "Reliable partner for sports programs", quote: "We've been partnering with SportGear for our youth athletic programs. Reliable delivery, professional products, and excellent support. Couldn't ask for better.", tag: "Program Director", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-financial-analyst-stock-broker-looking_1163-5273.jpg", avatarAlt: "Lisa Anderson", imageSrc: "http://img.b2bpic.net/free-photo/football-composition-with-whiteboard-trophy_23-2147827748.jpg"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -296,35 +199,17 @@ export default function HomePage() {
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What is your return policy?",
|
||||
content: "We offer a 30-day money-back guarantee on all products. If you're not completely satisfied, simply contact our customer service team for a hassle-free return or exchange.",
|
||||
},
|
||||
id: "1", title: "What is your return policy?", content: "We offer a 30-day money-back guarantee on all products. If you're not completely satisfied, simply contact our customer service team for a hassle-free return or exchange."},
|
||||
{
|
||||
id: "2",
|
||||
title: "How long does shipping take?",
|
||||
content: "Standard shipping typically takes 5-7 business days. We also offer expedited 2-3 day shipping and overnight options at checkout. Orders are processed within 24 hours.",
|
||||
},
|
||||
id: "2", title: "How long does shipping take?", content: "Standard shipping typically takes 5-7 business days. We also offer expedited 2-3 day shipping and overnight options at checkout. Orders are processed within 24 hours."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Do you offer bulk discounts?",
|
||||
content: "Yes! We provide special pricing for bulk orders. Contact our sales team at bulk@sportgear.com for a custom quote on orders of 50+ items.",
|
||||
},
|
||||
id: "3", title: "Do you offer bulk discounts?", content: "Yes! We provide special pricing for bulk orders. Contact our sales team at bulk@sportgear.com for a custom quote on orders of 50+ items."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Are your products authentic?",
|
||||
content: "100% authentic. We source directly from manufacturers and authorized distributors. All products come with manufacturer warranties where applicable.",
|
||||
},
|
||||
id: "4", title: "Are your products authentic?", content: "100% authentic. We source directly from manufacturers and authorized distributors. All products come with manufacturer warranties where applicable."},
|
||||
{
|
||||
id: "5",
|
||||
title: "Do you offer gift wrapping?",
|
||||
content: "Yes, we offer complimentary gift wrapping for orders over $50. Select this option at checkout and include a personalized message.",
|
||||
},
|
||||
id: "5", title: "Do you offer gift wrapping?", content: "Yes, we offer complimentary gift wrapping for orders over $50. Select this option at checkout and include a personalized message."},
|
||||
{
|
||||
id: "6",
|
||||
title: "What payment methods do you accept?",
|
||||
content: "We accept all major credit cards, PayPal, Apple Pay, Google Pay, and bank transfers. All transactions are secure and encrypted.",
|
||||
},
|
||||
id: "6", title: "What payment methods do you accept?", content: "We accept all major credit cards, PayPal, Apple Pay, Google Pay, and bank transfers. All transactions are secure and encrypted."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -337,7 +222,7 @@ export default function HomePage() {
|
||||
tagIcon={Mail}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/abstract-sport-flyer-template_23-2148343060.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/abstract-sport-flyer-template_23-2148343060.jpg"
|
||||
imageAlt="Newsletter subscription"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user