From 524552b704cb91fd7175372e3a21d269860a8567 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 04:22:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ce6a89c..68550c3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,7 +70,7 @@ export default function LandingPage() { href: "#about", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/pretty-girl-with-book-library_23-2147689824.jpg" + imageSrc="http://img.b2bpic.net/free-photo/pretty-girl-with-book-library_23-2147689824.jpg?_wi=1" mediaAnimation="slide-up" /> @@ -83,7 +83,7 @@ export default function LandingPage() { description="Cream First started in a small kitchen, dedicated to the art of the perfect cup and the perfect fit. We believe that life's essentials deserve a little extra love." subdescription="From our iconic mugs to our premium cotton tees, everything we sell is designed to make your daily routine a bit brighter and a lot more comfortable." icon={Coffee} - imageSrc="http://img.b2bpic.net/free-photo/home-composition-with-cup-stack-books-knitted-element-copy-space_169016-25843.jpg" + imageSrc="http://img.b2bpic.net/free-photo/home-composition-with-cup-stack-books-knitted-element-copy-space_169016-25843.jpg?_wi=1" mediaAnimation="slide-up" /> @@ -97,7 +97,7 @@ export default function LandingPage() { name: "Classic Cream Mug", price: "$15.00", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cup-tea-beautiful-wooden-background-with-winter-sweater-old-book-winter-autumn-close-up_169016-4542.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cup-tea-beautiful-wooden-background-with-winter-sweater-old-book-winter-autumn-close-up_169016-4542.jpg?_wi=1", }, { id: "p2", @@ -154,21 +154,21 @@ export default function LandingPage() { title: "Eco-Packaging", description: "All shipments use recycled materials to ensure zero guilt.", buttonIcon: "Leaf", - imageSrc: "http://img.b2bpic.net/free-photo/pretty-girl-with-book-library_23-2147689824.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pretty-girl-with-book-library_23-2147689824.jpg?_wi=2", imageAlt: "high quality apparel printing", }, { title: "Fast Shipping", description: "Your merch arrives at your door faster than you can brew a cup.", buttonIcon: "Zap", - imageSrc: "http://img.b2bpic.net/free-photo/home-composition-with-cup-stack-books-knitted-element-copy-space_169016-25843.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/home-composition-with-cup-stack-books-knitted-element-copy-space_169016-25843.jpg?_wi=2", imageAlt: "high quality apparel printing", }, { title: "Happiness First", description: "If you don't love it, we'll make it right. No questions asked.", buttonIcon: "Heart", - imageSrc: "http://img.b2bpic.net/free-photo/cup-tea-beautiful-wooden-background-with-winter-sweater-old-book-winter-autumn-close-up_169016-4542.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cup-tea-beautiful-wooden-background-with-winter-sweater-old-book-winter-autumn-close-up_169016-4542.jpg?_wi=2", imageAlt: "high quality apparel printing", }, ]} -- 2.49.1