From 62b6766424eb4f69ebdafca9030661d5d2da764c Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Mar 2026 22:15:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 199 +++++++++++------------------------------------ 1 file changed, 47 insertions(+), 152 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a63eb43..c87cd81 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,26 +31,16 @@ export default function LandingPage() { @@ -61,13 +51,9 @@ export default function LandingPage() { description="An authentic Italian culinary experience in Constanța. Enjoy exquisite dishes, excellent cocktails, and an intimate atmosphere." buttons={[ { - text: "View Menu", - href: "#menu", - }, + text: "View Menu", href: "#menu"}, { - text: "Make a Reservation", - href: "#contact", - }, + text: "Make a Reservation", href: "#contact"}, ]} imageSrc="http://img.b2bpic.net/free-photo/part-home-kitchen-table-setting-with-gray-plates-bouquet-vase_169016-15715.jpg" imageAlt="Cozy interior of Bagheria Italian & More restaurant" @@ -85,19 +71,13 @@ export default function LandingPage() { description="Bagheria offers an intimate setting, perfect for lunch or dinner. Our dishes are prepared with the freshest ingredients, bringing authentic Italian flavors to your table." bulletPoints={[ { - title: "Exquisite Italian Cuisine", - description: "Authentic recipes crafted with passion and fresh, high-quality ingredients.", - icon: Utensils, + title: "Exquisite Italian Cuisine", description: "Authentic recipes crafted with passion and fresh, high-quality ingredients.", icon: Utensils, }, { - title: "Intimate & Cozy Ambiance", - description: "Enjoy a refined dining experience with subtle Italian music and a welcoming atmosphere.", - icon: Heart, + title: "Intimate & Cozy Ambiance", description: "Enjoy a refined dining experience with subtle Italian music and a welcoming atmosphere.", icon: Heart, }, { - title: "Exceptional Cocktails", - description: "Our bar offers a curated selection of cocktails, perfectly complementing your meal.", - icon: Award, + title: "Exceptional Cocktails", description: "Our bar offers a curated selection of cocktails, perfectly complementing your meal.", icon: Award, }, ]} imageSrc="http://img.b2bpic.net/free-photo/diverse-team-chefs-making-meal-preparations-with-ingredients-cooking-delicious-gourmet-dish-restaurant-kitchen-people-uniform-working-as-cooks-preparing-gastronomy-food-recipe_482257-43537.jpg" @@ -110,37 +90,17 @@ export default function LandingPage() { @@ -233,18 +158,13 @@ export default function LandingPage() { @@ -255,62 +175,37 @@ export default function LandingPage() { videoAriaLabel="Restaurant interior video" columns={[ { - title: "Navigation", - items: [ + title: "Navigation", items: [ { - label: "Home", - href: "/", - }, + label: "Home", href: "/"}, { - label: "Menu", - href: "#menu", - }, + label: "Menu", href: "#menu"}, { - label: "About Us", - href: "#about", - }, + label: "About Us", href: "#about"}, { - label: "Reviews", - href: "#testimonials", - }, + label: "Reviews", href: "#testimonials"}, ], }, { - title: "Services", - items: [ + title: "Services", items: [ { - label: "Reservations", - href: "https://ialoc.ro", - }, + label: "Reservations", href: "https://ialoc.ro"}, { - label: "Takeout", - href: "https://ialoc.ro", - }, + label: "Takeout", href: "https://ialoc.ro"}, { - label: "Delivery", - href: "https://ialoc.ro", - }, + label: "Delivery", href: "https://ialoc.ro"}, { - label: "Happy Hour", - href: "#faq", - }, + label: "Happy Hour", href: "#faq"}, ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { - label: "Address", - href: "#contact", - }, + label: "Address", href: "#contact"}, { - label: "Phone", - href: "tel:+40767970904", - }, + label: "Phone", href: "tel:+40767970904"}, { - label: "Email", - href: "mailto:info@bagheria.ro", - }, + label: "Email", href: "mailto:info@bagheria.ro"}, ], }, ]}