Update src/app/page.tsx

This commit is contained in:
2026-06-02 08:47:24 +00:00
parent d9094f6c09
commit 0dd266fc77

View File

@@ -33,29 +33,17 @@ export default function LandingPage() {
<NavbarStyleFullscreen <NavbarStyleFullscreen
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "#hero"},
id: "#hero",
},
{ {
name: "Products", name: "Products", id: "#products"},
id: "#products",
},
{ {
name: "Features", name: "Features", id: "#features"},
id: "#features",
},
{ {
name: "Pricing", name: "Pricing", id: "#pricing"},
id: "#pricing",
},
{ {
name: "About", name: "About", id: "#about"},
id: "#about",
},
{ {
name: "FAQ", name: "FAQ", id: "#faq"},
id: "#faq",
},
]} ]}
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EZc38soOtg77Mu59EfbJm5Lw7f/uploaded-1780389908594-dwvftvxt.jpg" logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EZc38soOtg77Mu59EfbJm5Lw7f/uploaded-1780389908594-dwvftvxt.jpg"
logoAlt="Jersey Planet Logo" logoAlt="Jersey Planet Logo"
@@ -66,42 +54,21 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroSplitDualMedia <HeroSplitDualMedia
background={{ background={{
variant: "sparkles-gradient", variant: "sparkles-gradient"}}
}}
title="Score Your Style: Official Jerseys Here!" title="Score Your Style: Official Jerseys Here!"
description="Discover the latest collection of football jerseys from around the world. High quality, unbeatable prices, and express delivery." description="Discover the latest collection of football jerseys from around the world. High quality, unbeatable prices, and express delivery."
tag="World Cup Countdown!" tag="World Cup Countdown!"
buttons={[ buttons={[
{ {
text: "Shop Now", text: "Shop Now", href: "#products"},
href: "#products",
},
{ {
text: "Learn More", text: "Learn More", href: "#about"},
href: "#about",
},
]} ]}
mediaItems={[ mediaItems={[
{ {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EZc38soOtg77Mu59EfbJm5Lw7f/uploaded-1780389908594-jlz6ohti.jpg?_wi=1", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EZc38soOtg77Mu59EfbJm5Lw7f/uploaded-1780389908594-jlz6ohti.jpg", imageAlt: "Argentina World Cup Jersey"},
imageAlt: "Argentina World Cup Jersey",
},
{ {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EZc38soOtg77Mu59EfbJm5Lw7f/uploaded-1780389908594-lxm4y7uq.jpg?_wi=1", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EZc38soOtg77Mu59EfbJm5Lw7f/uploaded-1780389908594-lxm4y7uq.jpg", imageAlt: "France National Team Jersey"}
imageAlt: "France National Team Jersey",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-american-football-sneaker_23-2148878377.jpg",
imageAlt: "Football composition background",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/american-football-players-wearing-equipment_23-2151117464.jpg",
imageAlt: "American football players wearing equipment",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/soccer-birthday-with-drink-top-view_23-2149818378.jpg",
imageAlt: "Football composition concept",
},
]} ]}
mediaAnimation="slide-up" mediaAnimation="slide-up"
rating={5} rating={5}
@@ -117,47 +84,17 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
products={[ products={[
{ {
id: "product-arg-1", id: "product-arg-1", name: "Argentina Home Kit 2024", price: "BDT 1100 / $12", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EZc38soOtg77Mu59EfbJm5Lw7f/uploaded-1780389908594-jlz6ohti.jpg", imageAlt: "Argentina National Team Home Jersey"},
name: "Argentina Home Kit 2024",
price: "BDT 1100 / $12",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EZc38soOtg77Mu59EfbJm5Lw7f/uploaded-1780389908594-jlz6ohti.jpg?_wi=2",
imageAlt: "Argentina National Team Home Jersey",
},
{ {
id: "product-fra-2", id: "product-fra-2", name: "France Away Kit 2024", price: "BDT 1100 / $12", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EZc38soOtg77Mu59EfbJm5Lw7f/uploaded-1780389908594-lxm4y7uq.jpg", imageAlt: "France National Team Away Jersey"},
name: "France Away Kit 2024",
price: "BDT 1100 / $12",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EZc38soOtg77Mu59EfbJm5Lw7f/uploaded-1780389908594-lxm4y7uq.jpg?_wi=2",
imageAlt: "France National Team Away Jersey",
},
{ {
id: "product-spa-3", id: "product-spa-3", name: "Spain Home Kit 2024", price: "BDT 1100 / $12", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EZc38soOtg77Mu59EfbJm5Lw7f/uploaded-1780389908594-has38jfn.jpg", imageAlt: "Spain National Team Home Jersey"},
name: "Spain Home Kit 2024",
price: "BDT 1100 / $12",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EZc38soOtg77Mu59EfbJm5Lw7f/uploaded-1780389908594-has38jfn.jpg?_wi=1",
imageAlt: "Spain National Team Home Jersey",
},
{ {
id: "product-bra-4", id: "product-bra-4", name: "Brazil Home Kit 2024", price: "BDT 1100 / $12", imageSrc: "http://img.b2bpic.net/free-vector/soccer-jersey-template-sport-t-shirt-design_29096-1441.jpg", imageAlt: "Brazil National Team Home Jersey"},
name: "Brazil Home Kit 2024",
price: "BDT 1100 / $12",
imageSrc: "http://img.b2bpic.net/free-vector/soccer-jersey-template-sport-t-shirt-design_29096-1441.jpg",
imageAlt: "Brazil National Team Home Jersey",
},
{ {
id: "product-ger-5", id: "product-ger-5", name: "Germany Away Kit 2024", price: "BDT 1100 / $12", imageSrc: "http://img.b2bpic.net/free-photo/confident-young-caucasian-sporty-girl-with-braces-wearing-headband_141793-98339.jpg", imageAlt: "Germany National Team Away Jersey"},
name: "Germany Away Kit 2024",
price: "BDT 1100 / $12",
imageSrc: "http://img.b2bpic.net/free-photo/confident-young-caucasian-sporty-girl-with-braces-wearing-headband_141793-98339.jpg",
imageAlt: "Germany National Team Away Jersey",
},
{ {
id: "product-por-6", id: "product-por-6", name: "Portugal Home Kit 2024", price: "BDT 1100 / $12", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-wearing-portugal-flag_23-2148935535.jpg", imageAlt: "Portugal National Team Home Jersey"},
name: "Portugal Home Kit 2024",
price: "BDT 1100 / $12",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-wearing-portugal-flag_23-2148935535.jpg",
imageAlt: "Portugal National Team Home Jersey",
},
]} ]}
title="Our Top Selling Jerseys" title="Our Top Selling Jerseys"
description="Explore the latest and most popular jerseys. Find your team's colors and wear them with pride." description="Explore the latest and most popular jerseys. Find your team's colors and wear them with pride."
@@ -172,23 +109,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
title: "Authentic Quality", title: "Authentic Quality", description: "Each jersey is officially licensed, ensuring authentic design and premium materials for superior comfort and durability.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-sportswear-looking-mirror_169016-63965.jpg", imageAlt: "Close up of high quality jersey fabric"},
description: "Each jersey is officially licensed, ensuring authentic design and premium materials for superior comfort and durability.",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-sportswear-looking-mirror_169016-63965.jpg",
imageAlt: "Close up of high quality jersey fabric",
},
{ {
title: "Global Shipping", title: "Global Shipping", description: "We offer fast and reliable worldwide shipping, bringing your favorite jerseys directly to your doorstep, wherever you are.", imageSrc: "http://img.b2bpic.net/free-photo/delivery-robot-futuristic-environment_23-2151189344.jpg", imageAlt: "Delivery truck for global shipping"},
description: "We offer fast and reliable worldwide shipping, bringing your favorite jerseys directly to your doorstep, wherever you are.",
imageSrc: "http://img.b2bpic.net/free-photo/delivery-robot-futuristic-environment_23-2151189344.jpg",
imageAlt: "Delivery truck for global shipping",
},
{ {
title: "Wide Selection", title: "Wide Selection", description: "Explore an extensive range of national and club team jerseys. From classic designs to the latest editions, we have it all.", imageSrc: "http://img.b2bpic.net/free-photo/soccer-t-shirt-changing-room_23-2150888459.jpg", imageAlt: "Rack of diverse football jerseys"},
description: "Explore an extensive range of national and club team jerseys. From classic designs to the latest editions, we have it all.",
imageSrc: "http://img.b2bpic.net/free-photo/soccer-t-shirt-changing-room_23-2150888459.jpg",
imageAlt: "Rack of diverse football jerseys",
},
]} ]}
title="Why Choose Jersey Planet?" title="Why Choose Jersey Planet?"
description="Experience unparalleled quality, diverse selection, and fan-focused service that makes us the top choice for jersey enthusiasts." description="Experience unparalleled quality, diverse selection, and fan-focused service that makes us the top choice for jersey enthusiasts."
@@ -202,40 +127,22 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
plans={[ plans={[
{ {
id: "standard-edition", id: "standard-edition", badge: "Popular", badgeIcon: Star,
badge: "Popular", price: "BDT 1100 / $12", name: "Fan Edition", buttons: [
badgeIcon: Star,
price: "BDT 1100 / $12",
name: "Fan Edition",
buttons: [
{ {
text: "Select Fan Edition", text: "Select Fan Edition", href: "#products"},
href: "#products",
},
], ],
features: [ features: [
"Official Team Design", "Official Team Design", "Comfort Fit Fabric", "Standard Delivery"],
"Comfort Fit Fabric",
"Standard Delivery",
],
}, },
{ {
id: "premium-edition", id: "premium-edition", badge: "Player Choice", badgeIcon: Award,
badge: "Player Choice", price: "BDT 1500 / $18", name: "Player Edition", buttons: [
badgeIcon: Award,
price: "BDT 1500 / $18",
name: "Player Edition",
buttons: [
{ {
text: "Select Player Edition", text: "Select Player Edition", href: "#products"},
href: "#products",
},
], ],
features: [ features: [
"Advanced Performance Fabric", "Advanced Performance Fabric", "Authentic Player Fit", "Express Priority Delivery"],
"Authentic Player Fit",
"Express Priority Delivery",
],
}, },
]} ]}
title="Affordable Prices, Premium Quality" title="Affordable Prices, Premium Quality"
@@ -250,19 +157,13 @@ export default function LandingPage() {
description="At Jersey Planet, we are passionate about bringing you the highest quality jerseys from your favorite teams and players. With a wide selection, secure shopping, and fast global shipping, we make it easy to support your team in style." description="At Jersey Planet, we are passionate about bringing you the highest quality jerseys from your favorite teams and players. With a wide selection, secure shopping, and fast global shipping, we make it easy to support your team in style."
metrics={[ metrics={[
{ {
value: "10K+", value: "10K+", title: "Satisfied Customers"},
title: "Satisfied Customers",
},
{ {
value: "500+", value: "500+", title: "Jerseys Shipped Daily"},
title: "Jerseys Shipped Daily",
},
{ {
value: "5+", value: "5+", title: "Years in Business"},
title: "Years in Business",
},
]} ]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EZc38soOtg77Mu59EfbJm5Lw7f/uploaded-1780389908594-has38jfn.jpg?_wi=2" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EZc38soOtg77Mu59EfbJm5Lw7f/uploaded-1780389908594-has38jfn.jpg"
imageAlt="Spain National Team Jersey" imageAlt="Spain National Team Jersey"
mediaAnimation="slide-up" mediaAnimation="slide-up"
metricsAnimation="slide-up" metricsAnimation="slide-up"
@@ -275,50 +176,15 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
testimonials={[ testimonials={[
{ {
id: "1", id: "1", title: "Fantastic Quality!", quote: "The jersey quality is outstanding! It feels great and the print is perfect. Highly recommend Jersey Planet to all fans.", name: "Sarah Johnson", role: "Die-hard Fan", imageSrc: "http://img.b2bpic.net/free-photo/photo-beautiful-elegant-woman-smiles-positively-shows-white-teeth-feels-carefree-enjoys-free-time-expresses-happiness-wears-big-earrings-orange-sweater-glad-after-making-shopping_273609-37762.jpg", imageAlt: "Sarah Johnson"},
title: "Fantastic Quality!",
quote: "The jersey quality is outstanding! It feels great and the print is perfect. Highly recommend Jersey Planet to all fans.",
name: "Sarah Johnson",
role: "Die-hard Fan",
imageSrc: "http://img.b2bpic.net/free-photo/photo-beautiful-elegant-woman-smiles-positively-shows-white-teeth-feels-carefree-enjoys-free-time-expresses-happiness-wears-big-earrings-orange-sweater-glad-after-making-shopping_273609-37762.jpg",
imageAlt: "Sarah Johnson",
},
{ {
id: "2", id: "2", title: "Fastest Shipping Ever!", quote: "Ordered a jersey for my husband, and it arrived incredibly fast. Packaging was excellent. Will definitely order again!", name: "Michael Chen", role: "Happy Customer", imageSrc: "http://img.b2bpic.net/free-photo/young-fitness-woman-sportswear-with-headband-holding-soccer-ball-smiling-confident-happy-positive-standing-purple-wall_141793-49915.jpg", imageAlt: "Michael Chen"},
title: "Fastest Shipping Ever!",
quote: "Ordered a jersey for my husband, and it arrived incredibly fast. Packaging was excellent. Will definitely order again!",
name: "Michael Chen",
role: "Happy Customer",
imageSrc: "http://img.b2bpic.net/free-photo/young-fitness-woman-sportswear-with-headband-holding-soccer-ball-smiling-confident-happy-positive-standing-purple-wall_141793-49915.jpg",
imageAlt: "Michael Chen",
},
{ {
id: "3", id: "3", title: "Amazing Selection", quote: "I found the rare jersey I was looking for here! The variety is unmatched, and the prices are very reasonable.", name: "Emily Rodriguez", role: "Collector", imageSrc: "http://img.b2bpic.net/free-photo/confident-man-talking-smartphone-kitchen_23-2147689423.jpg", imageAlt: "Emily Rodriguez"},
title: "Amazing Selection",
quote: "I found the rare jersey I was looking for here! The variety is unmatched, and the prices are very reasonable.",
name: "Emily Rodriguez",
role: "Collector",
imageSrc: "http://img.b2bpic.net/free-photo/confident-man-talking-smartphone-kitchen_23-2147689423.jpg",
imageAlt: "Emily Rodriguez",
},
{ {
id: "4", id: "4", title: "My Go-To Jersey Store", quote: "Jersey Planet has become my favorite place to buy jerseys. The experience is always smooth, and their support is top-notch.", name: "David Kim", role: "Loyal Shopper", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-with-pink-background_23-2149004855.jpg", imageAlt: "David Kim"},
title: "My Go-To Jersey Store",
quote: "Jersey Planet has become my favorite place to buy jerseys. The experience is always smooth, and their support is top-notch.",
name: "David Kim",
role: "Loyal Shopper",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-with-pink-background_23-2149004855.jpg",
imageAlt: "David Kim",
},
{ {
id: "5", id: "5", title: "Perfect Gift Idea", quote: "Bought a jersey as a gift, and the recipient loved it! The quality impressed everyone. Thank you, Jersey Planet!", name: "Jessica Lee", role: "Gift Giver", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-looking-camera-shirt-jacket-looking-cheerful-front-view_176474-85270.jpg", imageAlt: "Jessica Lee"},
title: "Perfect Gift Idea",
quote: "Bought a jersey as a gift, and the recipient loved it! The quality impressed everyone. Thank you, Jersey Planet!",
name: "Jessica Lee",
role: "Gift Giver",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-looking-camera-shirt-jacket-looking-cheerful-front-view_176474-85270.jpg",
imageAlt: "Jessica Lee",
},
]} ]}
title="Hear From Our Satisfied Customers" title="Hear From Our Satisfied Customers"
description="Our fans love the quality and service. See what they have to say!" description="Our fans love the quality and service. See what they have to say!"
@@ -330,14 +196,7 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
names={[ names={[
"Global Sports", "Global Sports", "FanZone", "Stadium Gear", "ProKit Hub", "Team Spirit Co.", "League Essentials", "Sportswear X"]}
"FanZone",
"Stadium Gear",
"ProKit Hub",
"Team Spirit Co.",
"League Essentials",
"Sportswear X",
]}
title="Trusted by Football Communities Worldwide" title="Trusted by Football Communities Worldwide"
description="Join thousands of satisfied fans and collectors who choose Jersey Planet for their authentic sportswear needs." description="Join thousands of satisfied fans and collectors who choose Jersey Planet for their authentic sportswear needs."
speed={40} speed={40}
@@ -350,25 +209,13 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
faqs={[ faqs={[
{ {
id: "faq-1", id: "faq-1", title: "What payment methods do you accept?", content: "We accept various payment methods including credit/debit cards (Visa, MasterCard, Amex), PayPal, and local payment gateways for Bangladeshi customers (Bkash, Nagad, Rocket)."},
title: "What payment methods do you accept?",
content: "We accept various payment methods including credit/debit cards (Visa, MasterCard, Amex), PayPal, and local payment gateways for Bangladeshi customers (Bkash, Nagad, Rocket).",
},
{ {
id: "faq-2", id: "faq-2", title: "What is your return policy?", content: "We offer a 30-day return policy for unused and unworn items. Please refer to our Returns page for detailed information and instructions on how to initiate a return."},
title: "What is your return policy?",
content: "We offer a 30-day return policy for unused and unworn items. Please refer to our Returns page for detailed information and instructions on how to initiate a return.",
},
{ {
id: "faq-3", id: "faq-3", title: "How long does shipping take?", content: "Domestic shipping in Bangladesh typically takes 3-5 business days. International shipping varies by destination, usually 7-14 business days. Expedited options are available at checkout."},
title: "How long does shipping take?",
content: "Domestic shipping in Bangladesh typically takes 3-5 business days. International shipping varies by destination, usually 7-14 business days. Expedited options are available at checkout.",
},
{ {
id: "faq-4", id: "faq-4", title: "Do you offer custom jersey printing?", content: "Yes, we offer custom name and number printing for an additional fee. You can select this option on the product page before adding the item to your cart."},
title: "Do you offer custom jersey printing?",
content: "Yes, we offer custom name and number printing for an additional fee. You can select this option on the product page before adding the item to your cart.",
},
]} ]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EZc38soOtg77Mu59EfbJm5Lw7f/uploaded-1780389908594-dwvftvxt.jpg" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EZc38soOtg77Mu59EfbJm5Lw7f/uploaded-1780389908594-dwvftvxt.jpg"
imageAlt="Jersey size measurements chart" imageAlt="Jersey size measurements chart"
@@ -388,61 +235,39 @@ export default function LandingPage() {
{ {
items: [ items: [
{ {
label: "Shop All", label: "Shop All", href: "#products"},
href: "#products",
},
{ {
label: "New Arrivals", label: "New Arrivals", href: "#products"},
href: "#products",
},
{ {
label: "Sale", label: "Sale", href: "#products"},
href: "#products",
},
], ],
}, },
{ {
items: [ items: [
{ {
label: "Our Story", label: "Our Story", href: "#about"},
href: "#about",
},
{ {
label: "Why Us?", label: "Why Us?", href: "#features"},
href: "#features",
},
{ {
label: "Testimonials", label: "Testimonials", href: "#testimonials"},
href: "#testimonials",
},
], ],
}, },
{ {
items: [ items: [
{ {
label: "FAQ", label: "FAQ", href: "#faq"},
href: "#faq",
},
{ {
label: "Shipping", label: "Shipping", href: "#"},
href: "#",
},
{ {
label: "Returns", label: "Returns", href: "#"},
href: "#",
},
], ],
}, },
{ {
items: [ items: [
{ {
label: "Privacy Policy", label: "Privacy Policy", href: "#"},
href: "#",
},
{ {
label: "Terms of Service", label: "Terms of Service", href: "#"},
href: "#",
},
], ],
}, },
]} ]}