diff --git a/src/app/page.tsx b/src/app/page.tsx index 58f1e43..f6b5f46 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,7 +51,7 @@ export default function LandingPage() { { text: "Learn More", href: "#about" } ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-training-outside_23-2148799688.jpg" + imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-training-outside_23-2148799688.jpg?_wi=1" imageAlt="Game On Premium Hoodie" showDimOverlay={true} showBlur={true} @@ -99,15 +99,15 @@ export default function LandingPage() { products={[ { id: "hoodie-1", brand: "Game On", name: "Inferno Pro Hoodie", price: "$89.99", rating: 5, - reviewCount: "324", imageSrc: "http://img.b2bpic.net/free-photo/woman-orange-hoodie-plugging-ears-with-fingers-looking-curious_176474-87825.jpg", imageAlt: "Inferno Pro Hoodie", isFavorited: false + reviewCount: "324", imageSrc: "http://img.b2bpic.net/free-photo/woman-orange-hoodie-plugging-ears-with-fingers-looking-curious_176474-87825.jpg?_wi=1", imageAlt: "Inferno Pro Hoodie", isFavorited: false }, { id: "hoodie-2", brand: "Game On", name: "Arctic Frost Hoodie", price: "$79.99", rating: 4.8, - reviewCount: "287", imageSrc: "http://img.b2bpic.net/free-photo/hoodie-bowl-with-seeds-beside_23-2148528052.jpg", imageAlt: "Arctic Frost Hoodie", isFavorited: false + reviewCount: "287", imageSrc: "http://img.b2bpic.net/free-photo/hoodie-bowl-with-seeds-beside_23-2148528052.jpg?_wi=1", imageAlt: "Arctic Frost Hoodie", isFavorited: false }, { id: "hoodie-3", brand: "Game On", name: "Midnight Stealth Hoodie", price: "$94.99", rating: 5, - reviewCount: "412", imageSrc: "http://img.b2bpic.net/free-photo/vibrant-yellow-jacket-mannequin-no-people-generated-by-ai_188544-43312.jpg", imageAlt: "Midnight Stealth Hoodie", isFavorited: false + reviewCount: "412", imageSrc: "http://img.b2bpic.net/free-photo/vibrant-yellow-jacket-mannequin-no-people-generated-by-ai_188544-43312.jpg?_wi=1", imageAlt: "Midnight Stealth Hoodie", isFavorited: false } ]} containerClassName="max-w-7xl mx-auto" @@ -127,10 +127,10 @@ export default function LandingPage() { animationType="scale-rotate" useInvertedBackground={false} metrics={[ - { id: "metric-1", value: "50K+", title: "Active Players", description: "Worldwide community members", imageSrc: "http://img.b2bpic.net/free-photo/woman-orange-hoodie-plugging-ears-with-fingers-looking-curious_176474-87825.jpg", imageAlt: "Active Players" }, - { id: "metric-2", value: "2.3M", title: "Units Sold", description: "Premium hoodies delivered", imageSrc: "http://img.b2bpic.net/free-photo/hoodie-bowl-with-seeds-beside_23-2148528052.jpg", imageAlt: "Units Sold" }, - { id: "metric-3", value: "15+", title: "Countries", description: "Serving global audience", imageSrc: "http://img.b2bpic.net/free-photo/vibrant-yellow-jacket-mannequin-no-people-generated-by-ai_188544-43312.jpg", imageAlt: "Countries" }, - { id: "metric-4", value: "98%", title: "Retention", description: "Repeat purchase rate", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-training-outside_23-2148799688.jpg", imageAlt: "Retention" } + { id: "metric-1", value: "50K+", title: "Active Players", description: "Worldwide community members", imageSrc: "http://img.b2bpic.net/free-photo/woman-orange-hoodie-plugging-ears-with-fingers-looking-curious_176474-87825.jpg?_wi=2", imageAlt: "Active Players" }, + { id: "metric-2", value: "2.3M", title: "Units Sold", description: "Premium hoodies delivered", imageSrc: "http://img.b2bpic.net/free-photo/hoodie-bowl-with-seeds-beside_23-2148528052.jpg?_wi=2", imageAlt: "Units Sold" }, + { id: "metric-3", value: "15+", title: "Countries", description: "Serving global audience", imageSrc: "http://img.b2bpic.net/free-photo/vibrant-yellow-jacket-mannequin-no-people-generated-by-ai_188544-43312.jpg?_wi=2", imageAlt: "Countries" }, + { id: "metric-4", value: "98%", title: "Retention", description: "Repeat purchase rate", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-training-outside_23-2148799688.jpg?_wi=2", imageAlt: "Retention" } ]} containerClassName="max-w-6xl mx-auto" textBoxTitleClassName="text-5xl font-extrabold mb-4"