From 7ac0d4b966be233b2caaf2055b9ea97e5be8b490 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 18:56:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9117e3b..2ad10bc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -91,11 +91,11 @@ export default function LandingPage() { features={[ { id: "1", title: "Premium Quality Materials", tags: ["Quality", "Crafted"], - imageSrc: "http://img.b2bpic.net/free-photo/fashionable-model-posing-near-business-building_7502-6200.jpg", imageAlt: "Premium hat materials" + imageSrc: "http://img.b2bpic.net/free-photo/fashionable-model-posing-near-business-building_7502-6200.jpg?_wi=1", imageAlt: "Premium hat materials" }, { id: "2", title: "Stylish & Versatile Designs", tags: ["Fashion", "Trending"], - imageSrc: "http://img.b2bpic.net/free-photo/jeju-island-korea-october-12-traditional-hat-shop-jeju_1258-58.jpg", imageAlt: "Versatile hat designs" + imageSrc: "http://img.b2bpic.net/free-photo/jeju-island-korea-october-12-traditional-hat-shop-jeju_1258-58.jpg?_wi=1", imageAlt: "Versatile hat designs" } ]} animationType="slide-up" @@ -110,10 +110,10 @@ export default function LandingPage() { description="Join thousands of satisfied customers who have elevated their style with Make Money Hats." metrics={[ { - id: "1", value: "50K+", title: "Happy Customers", description: "Worldwide fashion enthusiasts", imageSrc: "http://img.b2bpic.net/free-photo/fashionable-model-posing-near-business-building_7502-6200.jpg", imageAlt: "Happy customers" + id: "1", value: "50K+", title: "Happy Customers", description: "Worldwide fashion enthusiasts", imageSrc: "http://img.b2bpic.net/free-photo/fashionable-model-posing-near-business-building_7502-6200.jpg?_wi=2", imageAlt: "Happy customers" }, { - id: "2", value: "200+", title: "Hat Designs", description: "Unique styles for every personality", imageSrc: "http://img.b2bpic.net/free-photo/jeju-island-korea-october-12-traditional-hat-shop-jeju_1258-58.jpg", imageAlt: "Hat designs collection" + id: "2", value: "200+", title: "Hat Designs", description: "Unique styles for every personality", imageSrc: "http://img.b2bpic.net/free-photo/jeju-island-korea-october-12-traditional-hat-shop-jeju_1258-58.jpg?_wi=2", imageAlt: "Hat designs collection" } ]} animationType="slide-up" @@ -139,16 +139,16 @@ export default function LandingPage() {