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}