From 2ffda3db37570c3ca98d66d5e067b133302a244d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 11:42:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6ede871..e079bd7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -82,18 +82,18 @@ export default function LandingPage() { features={[ { id: 1, - title: "Fresh Pasta Mastery", description: "Learn to craft traditional tagliatelle, ravioli, and fettuccine from scratch. Master the art of pasta-making with expert guidance on dough preparation, shaping, and pairing with authentic sauces.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-with-machine-dough_23-2148296870.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-with-machine-dough_23-2148296870.jpg" } + title: "Fresh Pasta Mastery", description: "Learn to craft traditional tagliatelle, ravioli, and fettuccine from scratch. Master the art of pasta-making with expert guidance on dough preparation, shaping, and pairing with authentic sauces.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-with-machine-dough_23-2148296870.jpg?_wi=1" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-with-machine-dough_23-2148296870.jpg?_wi=2" } }, { id: 2, - title: "Risotto & Regional Dishes", description: "Explore the creamy perfection of risotto Milanese and regional specialties. Understand the importance of quality ingredients and proper technique in creating restaurant-quality dishes at home.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-cooking-together_23-2148893092.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-cooking-together_23-2148893092.jpg" } + title: "Risotto & Regional Dishes", description: "Explore the creamy perfection of risotto Milanese and regional specialties. Understand the importance of quality ingredients and proper technique in creating restaurant-quality dishes at home.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-cooking-together_23-2148893092.jpg?_wi=1" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-cooking-together_23-2148893092.jpg?_wi=2" } }, { id: 3, - title: "Italian Desserts & Baking", description: "Master the art of tiramisu, panna cotta, and artisan Italian pastries. Learn traditional baking techniques passed down through generations of Italian families.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/closeup-delicious-poppy-snail-pastries-with-sugar-glaze-wooden-table_181624-22400.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/closeup-delicious-poppy-snail-pastries-with-sugar-glaze-wooden-table_181624-22400.jpg" } + title: "Italian Desserts & Baking", description: "Master the art of tiramisu, panna cotta, and artisan Italian pastries. Learn traditional baking techniques passed down through generations of Italian families.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/closeup-delicious-poppy-snail-pastries-with-sugar-glaze-wooden-table_181624-22400.jpg?_wi=1" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/closeup-delicious-poppy-snail-pastries-with-sugar-glaze-wooden-table_181624-22400.jpg?_wi=2" } } ]} showStepNumbers={true} @@ -111,13 +111,13 @@ export default function LandingPage() { tagAnimation="slide-up" products={[ { - id: "1", name: "Pasta Foundation", price: "$149", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-with-machine-dough_23-2148296870.jpg", imageAlt: "Pasta making class" + id: "1", name: "Pasta Foundation", price: "$149", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-with-machine-dough_23-2148296870.jpg?_wi=3", imageAlt: "Pasta making class" }, { - id: "2", name: "Risotto Essentials", price: "$169", imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-cooking-together_23-2148893092.jpg", imageAlt: "Risotto cooking class" + id: "2", name: "Risotto Essentials", price: "$169", imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-cooking-together_23-2148893092.jpg?_wi=3", imageAlt: "Risotto cooking class" }, { - id: "3", name: "Italian Desserts", price: "$179", imageSrc: "http://img.b2bpic.net/free-photo/closeup-delicious-poppy-snail-pastries-with-sugar-glaze-wooden-table_181624-22400.jpg", imageAlt: "Desserts and baking class" + id: "3", name: "Italian Desserts", price: "$179", imageSrc: "http://img.b2bpic.net/free-photo/closeup-delicious-poppy-snail-pastries-with-sugar-glaze-wooden-table_181624-22400.jpg?_wi=3", imageAlt: "Desserts and baking class" }, { id: "4", name: "Advanced Techniques", price: "$249", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-cooking-delicious-pizza_23-2150306995.jpg", imageAlt: "Advanced cooking techniques" -- 2.49.1