Update src/app/page.tsx

This commit is contained in:
2026-02-20 21:07:59 +00:00
parent b7d7f33d4a
commit fed1e3fb6f

View File

@@ -47,7 +47,7 @@ export default function LandingPage() {
description="Savor traditional Italian cuisine crafted with passion and the freshest ingredients. From classic pasta to delectable desserts, every dish tells a story."
mediaItems={[
{
imageSrc: "https://img.b2bpic.net/free-photo/close-up-large-tube-pasta-with-chicken-cherry-tomato-with-chopped-parsley_141793-1840.jpg", imageAlt: "Gourmet Italian pasta dish"},
imageSrc: "https://img.b2bpic.net/free-photo/close-up-large-tube-pasta-with-chicken-cherry-tomato-with-chopped-parsley_141793-1840.jpg?_wi=1", imageAlt: "Gourmet Italian pasta dish"},
{
imageSrc: "https://img.b2bpic.net/free-photo/wicker-gray-table-with-glass-gray-chairs_140725-3025.jpg", imageAlt: "Cozy Italian restaurant interior"},
]}
@@ -102,7 +102,7 @@ export default function LandingPage() {
{
id: "3", name: "Tiramisu Classico", price: "$10.00", imageSrc: "https://img.b2bpic.net/free-photo/tasty-homemade-tiramisu-cake_114579-43338.jpg", imageAlt: "Classic Tiramisu"},
{
id: "4", name: "Spaghetti Carbonara", price: "$20.00", imageSrc: "https://img.b2bpic.net/free-photo/close-up-large-tube-pasta-with-chicken-cherry-tomato-with-chopped-parsley_141793-1840.jpg", imageAlt: "Spaghetti Carbonara"},
id: "4", name: "Spaghetti Carbonara", price: "$20.00", imageSrc: "https://img.b2bpic.net/free-photo/close-up-large-tube-pasta-with-chicken-cherry-tomato-with-chopped-parsley_141793-1840.jpg?_wi=2", imageAlt: "Spaghetti Carbonara"},
]}
gridVariant="four-items-2x2-equal-grid"
animationType="slide-up"
@@ -127,16 +127,16 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Sofia Rossi", handle: "@sofiar", testimonial: "Bella Italia is a true gem! The pasta is divine, and the ambiance makes you feel like you're in Rome. Highly recommend the tiramisu!", rating: 5,
imageSrc: "https://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "Sofia Rossi avatar"},
imageSrc: "https://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=1", imageAlt: "Sofia Rossi avatar"},
{
id: "2", name: "Marco Bianchi", handle: "@marcob", testimonial: "An exquisite culinary journey. Every dish was perfectly crafted, and the service was impeccable. My new favorite Italian restaurant!", rating: 5,
imageSrc: "https://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "Marco Bianchi avatar"},
imageSrc: "https://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=2", imageAlt: "Marco Bianchi avatar"},
{
id: "3", name: "Elena Ricci", handle: "@elenar", testimonial: "The best authentic Italian food I've had outside of Italy. The flavors are incredible, and the staff are so welcoming. A must-visit!", rating: 5,
imageSrc: "https://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "Elena Ricci avatar"},
imageSrc: "https://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=3", imageAlt: "Elena Ricci avatar"},
{
id: "4", name: "Giovanni Esposito", handle: "@giovannie", testimonial: "From appetizers to dessert, everything was fantastic. The wine selection is superb, and the atmosphere is perfect for a special evening.", rating: 5,
imageSrc: "https://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "Giovanni Esposito avatar"},
imageSrc: "https://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=4", imageAlt: "Giovanni Esposito avatar"},
]}
showRating={true}
textboxLayout="default"