Update src/app/page.tsx
This commit is contained in:
@@ -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?_wi=1", 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", 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"},
|
||||
]}
|
||||
@@ -84,10 +84,12 @@ export default function LandingPage() {
|
||||
buttonAnimation="slide-up"
|
||||
className="py-20"
|
||||
titleClassName="text-3xl md:text-4xl lg:text-5xl leading-tight font-headingFontWeight text-center"
|
||||
tagClassName="text-primary-cta font-medium mb-4"
|
||||
buttonContainerClassName="flex justify-center mt-8"
|
||||
buttonClassName="min-w-[180px]"
|
||||
/>
|
||||
<p className="text-lg md:text-xl max-w-3xl mx-auto text-center -mt-12 text-foreground/80">
|
||||
At Bella Italia, we're dedicated to bringing the authentic taste of Italy to your table. Our chefs use time-honored recipes passed down through generations, combined with fresh, locally sourced ingredients to create an unforgettable dining experience. Every visit is a journey to the heart of Italy.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div id="menu" data-section="menu">
|
||||
@@ -102,7 +104,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?_wi=2", 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", imageAlt: "Spaghetti Carbonara"},
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
animationType="slide-up"
|
||||
@@ -127,16 +129,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?_wi=1", imageAlt: "Sofia Rossi avatar"},
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", 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?_wi=2", imageAlt: "Marco Bianchi avatar"},
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", 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?_wi=3", imageAlt: "Elena Ricci avatar"},
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", 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?_wi=4", imageAlt: "Giovanni Esposito avatar"},
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "Giovanni Esposito avatar"},
|
||||
]}
|
||||
showRating={true}
|
||||
textboxLayout="default"
|
||||
|
||||
Reference in New Issue
Block a user