diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 2ac17d2..99ae078 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -27,35 +27,21 @@ export default function LandingPage() { @@ -64,7 +50,6 @@ export default function LandingPage() { @@ -76,29 +61,11 @@ export default function LandingPage() { useInvertedBackground={false} members={[ { - id: "team-1", - name: "Maria Papadopoulou", - role: "Head Chef", - description: "Maria brings her rich Cypriot heritage and a modern touch to every Mediterranean dish.", - imageSrc: "http://img.b2bpic.net/free-photo/standing-male-restaurant-hotel-equipment_1134-1294.jpg", - imageAlt: "Maria Papadopoulou, Head Chef", - }, + id: "team-1", name: "Maria Papadopoulou", role: "Head Chef", description: "Maria brings her rich Cypriot heritage and a modern touch to every Mediterranean dish.", imageSrc: "http://img.b2bpic.net/free-photo/standing-male-restaurant-hotel-equipment_1134-1294.jpg", imageAlt: "Maria Papadopoulou, Head Chef"}, { - id: "team-2", - name: "Dimitris Ioannou", - role: "Restaurant Manager", - description: "Dimitris ensures every guest receives warm, impeccable service from arrival to departure.", - imageSrc: "http://img.b2bpic.net/free-photo/stylish-businessman-working-office-use-phone_1157-33226.jpg", - imageAlt: "Dimitris Ioannou, Restaurant Manager", - }, + id: "team-2", name: "Dimitris Ioannou", role: "Restaurant Manager", description: "Dimitris ensures every guest receives warm, impeccable service from arrival to departure.", imageSrc: "http://img.b2bpic.net/free-photo/stylish-businessman-working-office-use-phone_1157-33226.jpg", imageAlt: "Dimitris Ioannou, Restaurant Manager"}, { - id: "team-3", - name: "Elena Costa", - role: "Sommelier", - description: "Elena curates our exquisite wine list, expertly pairing each vintage with our Mediterranean menu.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-wine-cellar_23-2149428764.jpg", - imageAlt: "Elena Costa, Sommelier", - }, + id: "team-3", name: "Elena Costa", role: "Sommelier", description: "Elena curates our exquisite wine list, expertly pairing each vintage with our Mediterranean menu.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-wine-cellar_23-2149428764.jpg", imageAlt: "Elena Costa, Sommelier"}, ]} title="Meet Our Dedicated Team" description="The passionate individuals behind FISA & MASA, committed to your exceptional dining experience." @@ -110,14 +77,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} names={[ - "Cyprus Food Awards", - "Nicosia Restaurant Guide", - "Taste of Mediterranean Magazine", - "Local Organic Farms", - "Gourmet Critics' Choice", - "Mediterranean Culinary Institute", - "Sustainable Seafood Alliance", - ]} + "Cyprus Food Awards", "Nicosia Restaurant Guide", "Taste of Mediterranean Magazine", "Local Organic Farms", "Gourmet Critics' Choice", "Mediterranean Culinary Institute", "Sustainable Seafood Alliance"]} title="Our Accolades & Partners" description="Recognized for excellence and proud to partner with leading local suppliers." /> @@ -127,13 +87,9 @@ export default function LandingPage() { 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() {