From 4243b512280ef87259e2b09a683f908959dd97eb Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 15:35:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 219 ++++++++--------------------------------------- 1 file changed, 37 insertions(+), 182 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8beb529..a349344 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,35 +32,21 @@ export default function LandingPage() { @@ -71,39 +57,23 @@ export default function LandingPage() { description="Fresh ingredients, expertly grilled specialties, and vibrant Mediterranean flavors come together to create an unforgettable dining experience." buttons={[ { - text: "Reserve A Table", - href: "/reservations", - }, + text: "Reserve A Table", href: "/reservations"}, { - text: "View Menu", - href: "/menu", - }, + text: "View Menu", href: "/menu"}, ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/penne-pasta-with-mussels-side-view_140725-9154.jpg", - imageAlt: "Mediterranean grilled fish in a stylish restaurant setting", - }, + imageSrc: "http://img.b2bpic.net/free-photo/penne-pasta-with-mussels-side-view_140725-9154.jpg", imageAlt: "Mediterranean grilled fish in a stylish restaurant setting"}, { - imageSrc: "http://img.b2bpic.net/free-photo/caucasian-sac-ichi-with-meat-potatoes-served-with-green-olives_114579-8628.jpg", - imageAlt: "Gourmet grilled lamb chops and vegetables on a platter", - }, + imageSrc: "http://img.b2bpic.net/free-photo/caucasian-sac-ichi-with-meat-potatoes-served-with-green-olives_114579-8628.jpg", imageAlt: "Gourmet grilled lamb chops and vegetables on a platter"}, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-having-salad-meal-restaurant_53876-42685.jpg", - imageAlt: "Fresh vibrant Mediterranean salad with feta and olives", - }, + imageSrc: "http://img.b2bpic.net/free-photo/woman-having-salad-meal-restaurant_53876-42685.jpg", imageAlt: "Fresh vibrant Mediterranean salad with feta and olives"}, { - imageSrc: "http://img.b2bpic.net/free-photo/empty-table-chair_74190-3616.jpg", - imageAlt: "Elegant modern Mediterranean restaurant interior", - }, + imageSrc: "http://img.b2bpic.net/free-photo/empty-table-chair_74190-3616.jpg", imageAlt: "Elegant modern Mediterranean restaurant interior"}, { - imageSrc: "http://img.b2bpic.net/free-photo/cheese-plate-with-red-wine_140725-9449.jpg", - imageAlt: "Sommelier pouring wine for guests in a fine dining restaurant", - }, + imageSrc: "http://img.b2bpic.net/free-photo/cheese-plate-with-red-wine_140725-9449.jpg", imageAlt: "Sommelier pouring wine for guests in a fine dining restaurant"}, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-round-wooden-board-garlic-dill-green-onions-oil-bottle-turmeric-sea-salt-table_140725-147700.jpg", - imageAlt: "Chef preparing food on a grill in a professional kitchen", - }, + imageSrc: "http://img.b2bpic.net/free-photo/top-view-round-wooden-board-garlic-dill-green-onions-oil-bottle-turmeric-sea-salt-table_140725-147700.jpg", imageAlt: "Chef preparing food on a grill in a professional kitchen"}, ]} autoplayDelay={5000} showDimOverlay={true} @@ -114,7 +84,6 @@ export default function LandingPage() { @@ -125,23 +94,11 @@ export default function LandingPage() { useInvertedBackground={true} negativeCard={{ items: [ - "Carefully Selected Ingredients", - "Authentic Mediterranean Recipes", - "Expert Grilling Techniques", - "Vibrant Flavor Combinations", - "Modern Presentation", - "Unforgettable Dining Experience", - ], + "Carefully Selected Ingredients", "Authentic Mediterranean Recipes", "Expert Grilling Techniques", "Vibrant Flavor Combinations", "Modern Presentation", "Unforgettable Dining Experience"], }} positiveCard={{ items: [ - "Grilled Meats: Succulent cuts expertly grilled to perfection.", - "Mediterranean Seafood: Fresh catches prepared with vibrant flavors.", - "Fresh Salads: Crisp, garden-fresh ingredients with authentic dressings.", - "Signature Platters: Curated selections for sharing and discovery.", - "Traditional Favorites: Classic dishes reimagined with a modern twist.", - "Chef's Specials: Seasonal creations showcasing culinary innovation.", - ], + "Grilled Meats: Succulent cuts expertly grilled to perfection.", "Mediterranean Seafood: Fresh catches prepared with vibrant flavors.", "Fresh Salads: Crisp, garden-fresh ingredients with authentic dressings.", "Signature Platters: Curated selections for sharing and discovery.", "Traditional Favorites: Classic dishes reimagined with a modern twist.", "Chef's Specials: Seasonal creations showcasing culinary innovation."], }} title="Signature Specialties" description="Explore our curated selection of expertly crafted dishes, a true reflection of Mediterranean culinary excellence." @@ -152,35 +109,20 @@ export default function LandingPage() { @@ -336,13 +195,9 @@ export default function LandingPage() {