diff --git a/src/app/page.tsx b/src/app/page.tsx index a02f43b..53105ba 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,22 +28,10 @@ export default function LandingPage() { @@ -168,40 +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?_wi=1", - }, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-vegetables-cheese-wooden-board-with-olives_114579-31330.jpg?_wi=2", - }, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-friends-having-lunch-luxury-restaurant_23-2151081481.jpg?_wi=2", - imageAlt: "authentic italian dining restaurant ambiance", + 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: "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", - }, - imageSrc: "http://img.b2bpic.net/free-photo/chef-working-together-professional-kitchen_23-2149727991.jpg", - imageAlt: "professional italian chef cooking kitchen", + 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: "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", - }, - imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-vegetables-cheese-wooden-board-with-olives_114579-31330.jpg?_wi=3", - imageAlt: "fresh italian handmade pasta noodles", + 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" } }, ]} showStepNumbers={false} @@ -218,31 +113,11 @@ export default function LandingPage() { description="Get answers to common queries about our restaurant." faqsAnimation="slide-up" faqs={[ - { - id: "q1", - title: "Do you accept reservations?", - content: "Yes, we highly recommend booking in advance, especially on weekends.", - }, - { - id: "q2", - title: "Is your pasta house-made?", - content: "Yes, our chefs prepare fresh pasta every morning following traditional methods.", - }, - { - id: "q3", - title: "Do you have vegetarian options?", - content: "Absolutely, we have a selection of traditional vegetarian dishes.", - }, - { - id: "q4", - title: "Are children welcome?", - content: "Ciao Bella is a family-friendly establishment and we welcome guests of all ages.", - }, - { - id: "q5", - title: "Is there parking available?", - content: "There is public parking located within a 5-minute walk of the restaurant.", - }, + { id: "q1", title: "Do you accept reservations?", content: "Yes, we highly recommend booking in advance, especially on weekends." }, + { id: "q2", title: "Is your pasta house-made?", content: "Yes, our chefs prepare fresh pasta every morning following traditional methods." }, + { id: "q3", title: "Do you have vegetarian options?", content: "Absolutely, we have a selection of traditional vegetarian dishes." }, + { id: "q4", title: "Are children welcome?", content: "Ciao Bella is a family-friendly establishment and we welcome guests of all ages." }, + { id: "q5", title: "Is there parking available?", content: "There is public parking located within a 5-minute walk of the restaurant." }, ]} /> @@ -250,9 +125,7 @@ export default function LandingPage() {
); -} +} \ No newline at end of file