From 9bec9f9745c279b5e3ed71d236d00d710aeb58c8 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 04:23:15 +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 90434c5..5142d25 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,7 +57,7 @@ export default function LandingPage() { { text: "Learn More", 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" /> @@ -70,7 +70,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" /> @@ -81,7 +81,7 @@ export default function LandingPage() { products={[ { id: "p1", 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", name: "Logo Essential Tee", price: "$25.00", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/shirt-mockup-concept-with-plain-clothing_23-2149448731.jpg"}, @@ -111,13 +111,13 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/top-view-t-shirt-painting-still-life_23-2150572729.jpg", imageAlt: "high quality apparel printing"}, { 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", imageAlt: "high quality apparel printing"}, + 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", imageAlt: "high quality apparel printing"}, + 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", imageAlt: "high quality apparel printing"}, + 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"}, ]} title="Why Cream First?" description="We don't just sell merch; we sell items that stand the test of time and style." -- 2.49.1