From 953b5d88a5da8cefde2fdd3fb7b58024dc9b74fa Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 23:58:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ca200e3..d26be8a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -138,9 +138,9 @@ export default function LandingPage() { { id: "3", name: "Bolognese Spaghetti", price: "200฿", variant: "Homemade Italian Comfort", imageSrc: "http://img.b2bpic.net/free-photo/guys-eat-pasta-with-drinks_140725-4393.jpg", imageAlt: "Bolognese Spaghetti"}, { - id: "4", name: "Spinach Quiche", price: "150฿", variant: "Fresh Baked Daily", imageSrc: "http://img.b2bpic.net/free-photo/two-cheese-italian-pizza-slices-circular-wooden-tray-table_23-2148090960.jpg", imageAlt: "Spinach Quiche"}, + id: "4", name: "Spinach Quiche", price: "150฿", variant: "Fresh Baked Daily", imageSrc: "http://img.b2bpic.net/free-photo/two-cheese-italian-pizza-slices-circular-wooden-tray-table_23-2148090960.jpg?_wi=1", imageAlt: "Spinach Quiche"}, { - id: "5", name: "Apple Pie", price: "120฿", variant: "Warm with Vanilla", imageSrc: "http://img.b2bpic.net/free-photo/homemade-mini-apple-pie-with-cinnamon_114579-14929.jpg", imageAlt: "Apple Pie"}, + id: "5", name: "Apple Pie", price: "120฿", variant: "Warm with Vanilla", imageSrc: "http://img.b2bpic.net/free-photo/homemade-mini-apple-pie-with-cinnamon_114579-14929.jpg?_wi=1", imageAlt: "Apple Pie"}, { id: "6", name: "Chocolate Brownie", price: "90฿", variant: "Rich & Fudgy", imageSrc: "http://img.b2bpic.net/free-photo/sweet-jaggery-dessert-arrangement_23-2149335594.jpg", imageAlt: "Chocolate Brownie"}, ]} @@ -162,10 +162,10 @@ export default function LandingPage() { title: "Morning Pastries", description: "Croissants, pain au chocolat, and fresh bread baked before dawn.", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-traditional-bread-dead_23-2148930898.jpg", imageAlt: "Morning Pastries"}, { id: 2, - title: "Quiches & Savory", description: "Spinach, cheese, and vegetable quiches for lunch or light dinner.", imageSrc: "http://img.b2bpic.net/free-photo/two-cheese-italian-pizza-slices-circular-wooden-tray-table_23-2148090960.jpg", imageAlt: "Quiches & Savory"}, + title: "Quiches & Savory", description: "Spinach, cheese, and vegetable quiches for lunch or light dinner.", imageSrc: "http://img.b2bpic.net/free-photo/two-cheese-italian-pizza-slices-circular-wooden-tray-table_23-2148090960.jpg?_wi=2", imageAlt: "Quiches & Savory"}, { id: 3, - title: "Pies & Tarts", description: "Apple pie, berry tarts, and seasonal desserts made from scratch.", imageSrc: "http://img.b2bpic.net/free-photo/homemade-mini-apple-pie-with-cinnamon_114579-14929.jpg", imageAlt: "Pies & Tarts"}, + title: "Pies & Tarts", description: "Apple pie, berry tarts, and seasonal desserts made from scratch.", imageSrc: "http://img.b2bpic.net/free-photo/homemade-mini-apple-pie-with-cinnamon_114579-14929.jpg?_wi=2", imageAlt: "Pies & Tarts"}, ]} buttons={[{ text: "Explore Bakery", href: "#bakery" }]} />