From 0e6bb52223f0c944315922c6e596d77fcdb2ea4f Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 17:15:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 56 ++++++++++++++++++++++++++++++++---------------- 1 file changed, 37 insertions(+), 19 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 956df73..fb75f1f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,13 +54,16 @@ export default function LandingPage() { testimonials={[ { name: "Marco Rossi", handle: "Tourist from Rome", testimonial: "Piatti genuini e abbondanti, personale gentilissimo. Un'esperienza indimenticabile!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/modern-businesswoman_23-2148012909.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/modern-businesswoman_23-2148012909.jpg" + }, { name: "Laura Carta", handle: "Local Family", testimonial: "Porzioni abbondanti e prezzi più che onesti. Torneremo sicuramente!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/outdoor-image-charming-young-european-female-wearing-trendy-red-polka-dress-sitting-bench_343059-2906.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/outdoor-image-charming-young-european-female-wearing-trendy-red-polka-dress-sitting-bench_343059-2906.jpg" + }, { name: "Giovanni Bitti", handle: "Food Enthusiast", testimonial: "Il tris di primi è super consigliato. Ambiente familiare e accogliente.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-young-man-showing-disposable-coffee-cup-park_23-2148193872.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-young-man-showing-disposable-coffee-cup-park_23-2148193872.jpg" + }, ]} testimonialRotationInterval={5000} useInvertedBackground={false} @@ -81,8 +84,9 @@ export default function LandingPage() { description="Join thousands of satisfied guests who have experienced authentic Sardinian hospitality" textboxLayout="default" useInvertedBackground={true} - names=[ - "4.6★ Rating", "2,076+ Reviews", "Local Favorite", "Tourist Destination", "Family-Friendly", "Authentic Cuisine", "Warm Welcome"] + names={[ + "4.6★ Rating", "2,076+ Reviews", "Local Favorite", "Tourist Destination", "Family-Friendly", "Authentic Cuisine", "Warm Welcome" + ]} speed={40} showCard={true} /> @@ -99,13 +103,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "culurgiones", name: "Culurgiones", price: "€14,00", variant: "Hand-folded pasta with cheese and herbs", imageSrc: "http://img.b2bpic.net/free-photo/traditional-delicious-gulas-dish-composition_23-2149072550.jpg", imageAlt: "Culurgiones traditional Sardinian pasta"}, + id: "culurgiones", name: "Culurgiones", price: "€14,00", variant: "Hand-folded pasta with cheese and herbs", imageSrc: "http://img.b2bpic.net/free-photo/traditional-delicious-gulas-dish-composition_23-2149072550.jpg", imageAlt: "Culurgiones traditional Sardinian pasta" + }, { - id: "malloreddus", name: "Malloreddus alla Nuorese", price: "€13,50", variant: "Pasta with meat ragù and pecorino", imageSrc: "http://img.b2bpic.net/free-photo/plate-with-spaghetii-bolognese-with-cutlery_23-2148551780.jpg", imageAlt: "Malloreddus Sardinian specialty"}, + id: "malloreddus", name: "Malloreddus alla Nuorese", price: "€13,50", variant: "Pasta with meat ragù and pecorino", imageSrc: "http://img.b2bpic.net/free-photo/plate-with-spaghetii-bolognese-with-cutlery_23-2148551780.jpg", imageAlt: "Malloreddus Sardinian specialty" + }, { - id: "seadas", name: "Seadas", price: "€8,00", variant: "Fried pastry with cheese and honey", imageSrc: "http://img.b2bpic.net/free-photo/food-plate-jam-background-healthy_1203-5151.jpg", imageAlt: "Seadas traditional Sardinian dessert"}, + id: "seadas", name: "Seadas", price: "€8,00", variant: "Fried pastry with cheese and honey", imageSrc: "http://img.b2bpic.net/free-photo/food-plate-jam-background-healthy_1203-5151.jpg", imageAlt: "Seadas traditional Sardinian dessert" + }, { - id: "grilled-meat", name: "Tagliata di Manzo", price: "€28,00", variant: "Premium grilled beef slices", imageSrc: "http://img.b2bpic.net/free-photo/azerbaijani-saj-cizbiz-cooked-with-aubergine-potato-tomato-pepper-cast-iron-pan_141793-1981.jpg", imageAlt: "Tagliata di manzo premium beef"}, + id: "grilled-meat", name: "Tagliata di Manzo", price: "€28,00", variant: "Premium grilled beef slices", imageSrc: "http://img.b2bpic.net/free-photo/azerbaijani-saj-cizbiz-cooked-with-aubergine-potato-tomato-pepper-cast-iron-pan_141793-1981.jpg", imageAlt: "Tagliata di manzo premium beef" + }, ]} gridVariant="uniform-all-items-equal" animationType="slide-up" @@ -141,13 +149,17 @@ export default function LandingPage() { author="Marco Rossi, Travel Blogger" avatars={[ { - src: "http://img.b2bpic.net/free-photo/modern-businesswoman_23-2148012909.jpg", alt: "Marco Rossi"}, + src: "http://img.b2bpic.net/free-photo/modern-businesswoman_23-2148012909.jpg", alt: "Marco Rossi" + }, { - src: "http://img.b2bpic.net/free-photo/outdoor-image-charming-young-european-female-wearing-trendy-red-polka-dress-sitting-bench_343059-2906.jpg", alt: "Laura Carta"}, + src: "http://img.b2bpic.net/free-photo/outdoor-image-charming-young-european-female-wearing-trendy-red-polka-dress-sitting-bench_343059-2906.jpg", alt: "Laura Carta" + }, { - src: "http://img.b2bpic.net/free-photo/happy-young-man-showing-disposable-coffee-cup-park_23-2148193872.jpg", alt: "Giovanni Bitti"}, + src: "http://img.b2bpic.net/free-photo/happy-young-man-showing-disposable-coffee-cup-park_23-2148193872.jpg", alt: "Giovanni Bitti" + }, { - src: "http://img.b2bpic.net/free-photo/young-beautiful-hipster-woman-summer-vacation-asia-relaxing-tropical-beach-digital-photo-camera-casual-boho-style-sea-landscape-slim-tanned-body-travel-alone_285396-6253.jpg", alt: "Anna De Luca"}, + src: "http://img.b2bpic.net/free-photo/young-beautiful-hipster-woman-summer-vacation-asia-relaxing-tropical-beach-digital-photo-camera-casual-boho-style-sea-landscape-slim-tanned-body-travel-alone_285396-6253.jpg", alt: "Anna De Luca" + }, ]} ratingAnimation="blur-reveal" avatarsAnimation="slide-up" @@ -182,17 +194,23 @@ export default function LandingPage() { faqsAnimation="blur-reveal" faqs={[ { - id: "1", title: "What are your opening hours?", content: "We're open Tuesday to Sunday from 12:00 PM to 3:00 PM and 7:00 PM to 11:00 PM. Closed on Mondays. For special events or group reservations, please call us."}, + id: "1", title: "What are your opening hours?", content: "We're open Tuesday to Sunday from 12:00 PM to 3:00 PM and 7:00 PM to 11:00 PM. Closed on Mondays. For special events or group reservations, please call us." + }, { - id: "2", title: "Do you accommodate dietary restrictions?", content: "Absolutely! We can accommodate vegetarian, vegan, and gluten-free diets. Please inform us when making your reservation so our chef can prepare special dishes for you."}, + id: "2", title: "Do you accommodate dietary restrictions?", content: "Absolutely! We can accommodate vegetarian, vegan, and gluten-free diets. Please inform us when making your reservation so our chef can prepare special dishes for you." + }, { - id: "3", title: "Can we host private events?", content: "Yes! Il Rustico is perfect for celebrations, family gatherings, and business events. Contact Gianfranco directly at +39 0784 XXXXX to discuss your event requirements."}, + id: "3", title: "Can we host private events?", content: "Yes! Il Rustico is perfect for celebrations, family gatherings, and business events. Contact Gianfranco directly at +39 0784 XXXXX to discuss your event requirements." + }, { - id: "4", title: "Is parking available?", content: "Street parking is available near the restaurant. For larger groups, please mention parking needs when you reserve."}, + id: "4", title: "Is parking available?", content: "Street parking is available near the restaurant. For larger groups, please mention parking needs when you reserve." + }, { - id: "5", title: "How far in advance should we book?", content: "We recommend booking at least 2-3 days in advance, especially for weekends and groups larger than 4 people. Last-minute reservations are welcome subject to availability."}, + id: "5", title: "How far in advance should we book?", content: "We recommend booking at least 2-3 days in advance, especially for weekends and groups larger than 4 people. Last-minute reservations are welcome subject to availability." + }, { - id: "6", title: "Are children welcome?", content: "Families are always welcome! We have a warm, family-friendly atmosphere. We can adjust portion sizes and have options for younger diners."}, + id: "6", title: "Are children welcome?", content: "Families are always welcome! We have a warm, family-friendly atmosphere. We can adjust portion sizes and have options for younger diners." + }, ]} />