From 7a807d36ed1bcf45927b5679368c1b90fb3906a7 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 15:41:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7187edd..de13440 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,15 +55,15 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee_1339-7149.jpg", imageAlt: "Classic Cups AI-themed ceramic mug"}, + imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee_1339-7149.jpg?_wi=1", imageAlt: "Classic Cups AI-themed ceramic mug"}, { - imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee_1339-7149.jpg", imageAlt: "You're Absolutely Right mug"}, + imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee_1339-7149.jpg?_wi=2", imageAlt: "You're Absolutely Right mug"}, { - imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee_1339-7149.jpg", imageAlt: "Refine the Prompt mug"}, + imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee_1339-7149.jpg?_wi=3", imageAlt: "Refine the Prompt mug"}, { - imageSrc: "http://img.b2bpic.net/free-photo/vanilla-cookies-pralines-with-cup-tea_114579-4412.jpg", imageAlt: "Ship > Perfect mug"}, + imageSrc: "http://img.b2bpic.net/free-photo/vanilla-cookies-pralines-with-cup-tea_114579-4412.jpg?_wi=1", imageAlt: "Ship > Perfect mug"}, { - imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee_1339-7149.jpg", imageAlt: "Premium ceramic Classic Cups"}, + imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee_1339-7149.jpg?_wi=4", imageAlt: "Premium ceramic Classic Cups"}, ]} mediaAnimation="slide-up" /> @@ -77,7 +77,7 @@ export default function LandingPage() { description="If you've ever rewritten a prompt 17 times to get the perfect output, this cup is for you." subdescription="Crafted for the builders who iterate relentlessly." icon={Coffee} - imageSrc="http://img.b2bpic.net/free-photo/grey-laptop-with-coffee-wooden-table_23-2148189993.jpg" + imageSrc="http://img.b2bpic.net/free-photo/grey-laptop-with-coffee-wooden-table_23-2148189993.jpg?_wi=1" imageAlt="Developer at desk with Classic Cups mug" mediaAnimation="slide-up" useInvertedBackground={false} @@ -112,13 +112,13 @@ export default function LandingPage() { products={[ { id: "1", brand: "Classic Cups", name: "You're Absolutely Right!", price: "$24.99", rating: 5, - reviewCount: "342", imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee_1339-7149.jpg", imageAlt: "You're Absolutely Right ceramic mug"}, + reviewCount: "342", imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee_1339-7149.jpg?_wi=5", imageAlt: "You're Absolutely Right ceramic mug"}, { id: "2", brand: "Classic Cups", name: "Refine the Prompt.", price: "$24.99", rating: 5, - reviewCount: "298", imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee_1339-7149.jpg", imageAlt: "Refine the Prompt ceramic mug"}, + reviewCount: "298", imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee_1339-7149.jpg?_wi=6", imageAlt: "Refine the Prompt ceramic mug"}, { id: "3", brand: "Classic Cups", name: "Ship > Perfect.", price: "$24.99", rating: 5, - reviewCount: "421", imageSrc: "http://img.b2bpic.net/free-photo/vanilla-cookies-pralines-with-cup-tea_114579-4412.jpg", imageAlt: "Ship > Perfect ceramic mug"}, + reviewCount: "421", imageSrc: "http://img.b2bpic.net/free-photo/vanilla-cookies-pralines-with-cup-tea_114579-4412.jpg?_wi=2", imageAlt: "Ship > Perfect ceramic mug"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -154,7 +154,7 @@ export default function LandingPage() { description="See how Classic Cups fit into the workflows of builders everywhere." metrics={[ { - id: "1", value: "1,247+", title: "Happy Builders", description: "Developers trusting us daily", imageSrc: "http://img.b2bpic.net/free-photo/grey-laptop-with-coffee-wooden-table_23-2148189993.jpg", imageAlt: "Developer workspace with Classic Cups"}, + id: "1", value: "1,247+", title: "Happy Builders", description: "Developers trusting us daily", imageSrc: "http://img.b2bpic.net/free-photo/grey-laptop-with-coffee-wooden-table_23-2148189993.jpg?_wi=2", imageAlt: "Developer workspace with Classic Cups"}, { id: "2", value: "4.9★", title: "Average Rating", description: "Loved by our community", imageSrc: "http://img.b2bpic.net/free-photo/company-files-coffee-table-accounting-office-close-up_482257-93464.jpg", imageAlt: "Mechanical keyboard setup with mug"}, ]} -- 2.49.1