diff --git a/src/app/page.tsx b/src/app/page.tsx index a080a96..450dc01 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -90,11 +90,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" @@ -109,10 +109,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" @@ -138,16 +138,16 @@ export default function LandingPage() {