From 6f22af888c5d0dadbe3da0795f363c1890ab1e7c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 19:51:16 +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 3616ce6..d462917 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,11 +64,11 @@ export default function LandingPage() { features={[ { id: "1", title: "Fresh Croissants", tags: ["Signature", "Pur Beurre"], - imageSrc: "http://img.b2bpic.net/free-photo/sandwich-walnuts_23-2147717717.jpg", imageAlt: "Fresh butter croissants" + imageSrc: "http://img.b2bpic.net/free-photo/sandwich-walnuts_23-2147717717.jpg?_wi=1", imageAlt: "Fresh butter croissants" }, { id: "2", title: "Great Coffee", tags: ["Artisan", "Cappuccino"], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-coffee-cup-with-heart-shape-latte-art-wood-table_23-2147908344.jpg", imageAlt: "Perfect cappuccino" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-coffee-cup-with-heart-shape-latte-art-wood-table_23-2147908344.jpg?_wi=1", imageAlt: "Perfect cappuccino" }, { id: "3", title: "Comfortable Space", tags: ["Spacious", "Welcoming"], @@ -76,7 +76,7 @@ export default function LandingPage() { }, { id: "4", title: "Perfect Location", tags: ["Near Station", "Convenient"], - imageSrc: "http://img.b2bpic.net/free-photo/top-view-homemade-chocolate-wooden-board-grey-surface_114579-55743.jpg", imageAlt: "Pain au chocolat pastry" + imageSrc: "http://img.b2bpic.net/free-photo/top-view-homemade-chocolate-wooden-board-grey-surface_114579-55743.jpg?_wi=1", imageAlt: "Pain au chocolat pastry" } ]} animationType="slide-up" @@ -92,13 +92,13 @@ export default function LandingPage() { description="Our most loved pastries, breads, and beverages that keep customers coming back." products={[ { - id: "1", name: "Croissant Pur Beurre", price: "€3.50", imageSrc: "http://img.b2bpic.net/free-photo/sandwich-walnuts_23-2147717717.jpg", imageAlt: "Croissant Pur Beurre" + id: "1", name: "Croissant Pur Beurre", price: "€3.50", imageSrc: "http://img.b2bpic.net/free-photo/sandwich-walnuts_23-2147717717.jpg?_wi=2", imageAlt: "Croissant Pur Beurre" }, { - id: "2", name: "Pain au Chocolat", price: "€3.75", imageSrc: "http://img.b2bpic.net/free-photo/top-view-homemade-chocolate-wooden-board-grey-surface_114579-55743.jpg", imageAlt: "Pain au Chocolat" + id: "2", name: "Pain au Chocolat", price: "€3.75", imageSrc: "http://img.b2bpic.net/free-photo/top-view-homemade-chocolate-wooden-board-grey-surface_114579-55743.jpg?_wi=2", imageAlt: "Pain au Chocolat" }, { - id: "3", name: "Cappuccino", price: "€4.50", imageSrc: "http://img.b2bpic.net/free-photo/close-up-coffee-cup-with-heart-shape-latte-art-wood-table_23-2147908344.jpg", imageAlt: "Cappuccino" + id: "3", name: "Cappuccino", price: "€4.50", imageSrc: "http://img.b2bpic.net/free-photo/close-up-coffee-cup-with-heart-shape-latte-art-wood-table_23-2147908344.jpg?_wi=2", imageAlt: "Cappuccino" } ]} gridVariant="three-columns-all-equal-width" -- 2.49.1