Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-02-20 21:10:38 +00:00
2 changed files with 11 additions and 13 deletions

View File

@@ -27,13 +27,9 @@ export default function BlogPage() {
brandName="Bella Italia"
navItems={[
{ name: "Home", id: "/" },
{ name: "Menu", id: "menu" },
{ name: "About", id: "about" },
{ name: "Testimonials", id: "testimonials" },
{ name: "FAQ", id: "faq" },
{ name: "Contact", id: "contact" },
{ name: "Shop", id: "/shop" },
]}
button={{ text: "Reserve a Table", href: "#contact" }}
button={{ text: "Reserve a Table", href: "/#contact" }}
className="py-4 px-6"
buttonClassName="px-5 py-2"
/>

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?_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"