From 6372b028cbd1991478bd336bbedf6183c68405e3 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 17:33:47 +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 53105ba..0c00dac 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -87,16 +87,16 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Handmade Pasta", description: "Freshly kneaded and cut daily in our kitchen for authentic texture.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-vegetables-cheese-wooden-board-with-olives_114579-31330.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-vegetables-cheese-wooden-board-with-olives_114579-31330.jpg" } + title: "Handmade Pasta", description: "Freshly kneaded and cut daily in our kitchen for authentic texture.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-vegetables-cheese-wooden-board-with-olives_114579-31330.jpg?_wi=1" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-vegetables-cheese-wooden-board-with-olives_114579-31330.jpg?_wi=2" } }, { - title: "Vintage Selections", description: "Carefully curated wine list sourced directly from Italy's renowned vineyards.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/picture-frame-bottle-bowl-pickled-red-pepper-slices-pizza-blue-table_114579-14399.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/picture-frame-bottle-bowl-pickled-red-pepper-slices-pizza-blue-table_114579-14399.jpg" } + title: "Vintage Selections", description: "Carefully curated wine list sourced directly from Italy's renowned vineyards.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/picture-frame-bottle-bowl-pickled-red-pepper-slices-pizza-blue-table_114579-14399.jpg?_wi=1" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/picture-frame-bottle-bowl-pickled-red-pepper-slices-pizza-blue-table_114579-14399.jpg?_wi=2" } }, { - title: "Artisanal Desserts", description: "Indulge in our classic sweets, from rich tiramisu to refreshing panna cotta.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/delicious-floral-feast-still-life_23-2149509077.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/delicious-floral-feast-still-life_23-2149509077.jpg" } + title: "Artisanal Desserts", description: "Indulge in our classic sweets, from rich tiramisu to refreshing panna cotta.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/delicious-floral-feast-still-life_23-2149509077.jpg?_wi=1" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/delicious-floral-feast-still-life_23-2149509077.jpg?_wi=2" } }, ]} showStepNumbers={false} -- 2.49.1