From 184e3ccff015188ecded79f214c3c220a0b1961e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Mar 2026 06:51:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d1d2963..2f6661f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/sand-nuts-stuffed-with-boiled-condensed-milk_140725-3520.jpg", imageAlt: "Fresh croissants just out of the oven with golden, flaky layers" }, { - imageSrc: "http://img.b2bpic.net/free-photo/view-from-sweet-crusty-delicious-bun-filled-with-berry-jam-baked-home-isolated-beige-background-high-sugar-food-bakery-products-homemade-pastry-your-tasty-breakfast_273609-37932.jpg", imageAlt: "Close-up of pistachio chocolate croissant with delicate texture" + imageSrc: "http://img.b2bpic.net/free-photo/view-from-sweet-crusty-delicious-bun-filled-with-berry-jam-baked-home-isolated-beige-background-high-sugar-food-bakery-products-homemade-pastry-your-tasty-breakfast_273609-37932.jpg?_wi=1", imageAlt: "Close-up of pistachio chocolate croissant with delicate texture" }, { imageSrc: "http://img.b2bpic.net/free-photo/chef-wrapping-bacon-around-fruit_23-2148491289.jpg", imageAlt: "Pastry chef carefully finishing a gourmet creation" @@ -90,7 +90,7 @@ export default function LandingPage() { id: "croissant-raspberry", name: "Croissant Framboise", price: "À partir de 3,50€", variant: "Fruité", imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-berry-cake-white-oval-plate-grey-surface-with-copy-space_140725-102577.jpg", imageAlt: "Raspberry croissant with delicate fruit filling" }, { - id: "croissant-pistachio", name: "Croissant Chocolat-Pistache", price: "À partir de 4,00€", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/view-from-sweet-crusty-delicious-bun-filled-with-berry-jam-baked-home-isolated-beige-background-high-sugar-food-bakery-products-homemade-pastry-your-tasty-breakfast_273609-37932.jpg", imageAlt: "Pistachio chocolate croissant with rich filling" + id: "croissant-pistachio", name: "Croissant Chocolat-Pistache", price: "À partir de 4,00€", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/view-from-sweet-crusty-delicious-bun-filled-with-berry-jam-baked-home-isolated-beige-background-high-sugar-food-bakery-products-homemade-pastry-your-tasty-breakfast_273609-37932.jpg?_wi=2", imageAlt: "Pistachio chocolate croissant with rich filling" }, { id: "pizza-bruschetta", name: "Pizza Bruschetta", price: "À partir de 5,00€", variant: "Savoureux", imageSrc: "http://img.b2bpic.net/free-photo/tasty-traditional-pizza-arrangement_23-2148921293.jpg", imageAlt: "Artisan pizza bruschetta with fresh ingredients" -- 2.49.1