diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 290d0bf..b7fd1d8 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -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" /> diff --git a/src/app/page.tsx b/src/app/page.tsx index 625f30b..9953e82 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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]" /> +

+ 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. +