Update src/app/page.tsx
This commit is contained in:
@@ -67,7 +67,7 @@ export default function HomePage() {
|
||||
},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/field-hockey-players-tournament-game_23-2149668562.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/field-hockey-players-tournament-game_23-2149668562.jpg?_wi=1"
|
||||
imageAlt="Professional sports cricket jersey"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -109,7 +109,7 @@ export default function HomePage() {
|
||||
id: "cricket-jersey",
|
||||
name: "Professional Cricket Jersey",
|
||||
price: "₹299",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/field-hockey-players-tournament-game_23-2149668562.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/field-hockey-players-tournament-game_23-2149668562.jpg?_wi=2",
|
||||
imageAlt: "Cricket Jersey",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -117,7 +117,7 @@ export default function HomePage() {
|
||||
id: "football-kit",
|
||||
name: "Football Team Kit",
|
||||
price: "₹349",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/customizable-football-jersey-designs-professional-soccer-uniform-templates_29096-5997.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/customizable-football-jersey-designs-professional-soccer-uniform-templates_29096-5997.jpg?_wi=1",
|
||||
imageAlt: "Football Kit",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -125,7 +125,7 @@ export default function HomePage() {
|
||||
id: "kabaddi-kit",
|
||||
name: "Kabaddi Team Uniform",
|
||||
price: "₹279",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/soccer-jersey-pattern-design_23-2150302523.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/soccer-jersey-pattern-design_23-2150302523.jpg?_wi=1",
|
||||
imageAlt: "Kabaddi Kit",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -133,7 +133,7 @@ export default function HomePage() {
|
||||
id: "basketball-kit",
|
||||
name: "Basketball Jersey & Shorts",
|
||||
price: "₹329",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-basketball-locker-with-equipment_23-2150847402.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-basketball-locker-with-equipment_23-2150847402.jpg?_wi=1",
|
||||
imageAlt: "Basketball Kit",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -141,7 +141,7 @@ export default function HomePage() {
|
||||
id: "training-kit",
|
||||
name: "Performance Training Kit",
|
||||
price: "₹259",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sexy-young-female-wearing-sportswear-standing-beach_181624-52549.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sexy-young-female-wearing-sportswear-standing-beach_181624-52549.jpg?_wi=1",
|
||||
imageAlt: "Training Kit",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -149,7 +149,7 @@ export default function HomePage() {
|
||||
id: "custom-jersey",
|
||||
name: "Custom Team Jersey",
|
||||
price: "₹399",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/field-hockey-player-training-practicing-sport-grass_23-2149668546.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/field-hockey-player-training-practicing-sport-grass_23-2149668546.jpg?_wi=1",
|
||||
imageAlt: "Custom Jersey",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -172,7 +172,7 @@ export default function HomePage() {
|
||||
{
|
||||
title: "Merriot Fabric",
|
||||
description: "Premium breathable material with superior moisture management for intense athletic performance.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/abstract-elegant-blue-halftone-design-background_1055-19845.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/abstract-elegant-blue-halftone-design-background_1055-19845.jpg?_wi=1",
|
||||
imageAlt: "Merriot Fabric",
|
||||
buttonIcon: CheckCircle,
|
||||
buttonHref: "/fabric-quality",
|
||||
@@ -180,7 +180,7 @@ export default function HomePage() {
|
||||
{
|
||||
title: "Jacquard Fabric",
|
||||
description: "Advanced weave technology providing durability and enhanced aesthetic appeal with raised patterns.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-view-blue-color-braided-jute-rug-background-texture-concept_169016-48958.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-view-blue-color-braided-jute-rug-background-texture-concept_169016-48958.jpg?_wi=1",
|
||||
imageAlt: "Jacquard Fabric",
|
||||
buttonIcon: CheckCircle,
|
||||
buttonHref: "/fabric-quality",
|
||||
@@ -188,7 +188,7 @@ export default function HomePage() {
|
||||
{
|
||||
title: "Sarina Fabric",
|
||||
description: "Lightweight and flexible material ideal for maximum movement and comfort during competitions.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-blue-wool-textile-texture-macro_53876-31710.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-blue-wool-textile-texture-macro_53876-31710.jpg?_wi=1",
|
||||
imageAlt: "Sarina Fabric",
|
||||
buttonIcon: CheckCircle,
|
||||
buttonHref: "/fabric-quality",
|
||||
@@ -196,7 +196,7 @@ export default function HomePage() {
|
||||
{
|
||||
title: "Polyester Performance Blend",
|
||||
description: "Durable synthetic blend offering color retention, quick-dry properties, and long-lasting wear.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/soft-cream-knitted-texture-detail-close-up_84443-55385.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/soft-cream-knitted-texture-detail-close-up_84443-55385.jpg?_wi=1",
|
||||
imageAlt: "Polyester Fabric",
|
||||
buttonIcon: CheckCircle,
|
||||
buttonHref: "/fabric-quality",
|
||||
@@ -387,7 +387,7 @@ export default function HomePage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/men-play-socer-park-tournament-mini-footbal-guy-black-sportsuits_1157-43544.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/men-play-socer-park-tournament-mini-footbal-guy-black-sportsuits_1157-43544.jpg?_wi=1"
|
||||
imageAlt="BESET Sportswear - Team Collaboration"
|
||||
logoText="BESET Sportswear"
|
||||
copyrightText="© 2025 BESET Sportswear. All rights reserved."
|
||||
|
||||
Reference in New Issue
Block a user