Merge version_1 into main #1
@@ -27,35 +27,21 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About Us", id: "/about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "/menu",
|
||||
},
|
||||
name: "Menu", id: "/menu"},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "/gallery",
|
||||
},
|
||||
name: "Gallery", id: "/gallery"},
|
||||
{
|
||||
name: "Reservations",
|
||||
id: "/reservations",
|
||||
},
|
||||
name: "Reservations", id: "/reservations"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="FISA & MASA"
|
||||
button={{
|
||||
text: "Reserve A Table",
|
||||
href: "/reservations",
|
||||
}}
|
||||
text: "Reserve A Table", href: "/reservations"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -64,7 +50,6 @@ export default function LandingPage() {
|
||||
<TextAbout
|
||||
useInvertedBackground={true}
|
||||
title="The Story Behind FISA & MASA"
|
||||
description="FISA & MASA was born from a passion for bringing authentic Mediterranean culinary experiences to life. Our journey began with a commitment to fresh, high-quality ingredients and a vision to create a welcoming space where guests can savor traditional flavors with a contemporary twist. We continuously evolve, but our core dedication to exceptional hospitality and exquisite food remains, inviting you to be part of our story."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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() {
|
||||
<FooterLogoReveal
|
||||
logoText="FISA & MASA"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms of Service", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
219
src/app/page.tsx
219
src/app/page.tsx
@@ -32,35 +32,21 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About Us", id: "/about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "/menu",
|
||||
},
|
||||
name: "Menu", id: "/menu"},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "/gallery",
|
||||
},
|
||||
name: "Gallery", id: "/gallery"},
|
||||
{
|
||||
name: "Reservations",
|
||||
id: "/reservations",
|
||||
},
|
||||
name: "Reservations", id: "/reservations"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="FISA & MASA"
|
||||
button={{
|
||||
text: "Reserve A Table",
|
||||
href: "/reservations",
|
||||
}}
|
||||
text: "Reserve A Table", href: "/reservations"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -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() {
|
||||
<TextAbout
|
||||
useInvertedBackground={false}
|
||||
title="Fresh Ingredients. Bold Flavors."
|
||||
description="At FISA & MASA, our culinary philosophy centers on the purity of fresh, locally-sourced ingredients, transformed into vibrant Mediterranean dishes. We honor tradition while embracing modern techniques, ensuring every bite is a delightful journey."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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() {
|
||||
<MetricCardOne
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "metric-1",
|
||||
value: "100%",
|
||||
title: "Fresh Ingredients",
|
||||
description: "Sourced daily for unparalleled taste and quality.",
|
||||
icon: Leaf,
|
||||
id: "metric-1", value: "100%", title: "Fresh Ingredients", description: "Sourced daily for unparalleled taste and quality.", icon: Leaf,
|
||||
},
|
||||
{
|
||||
id: "metric-2",
|
||||
value: "Authentic",
|
||||
title: "Mediterranean Recipes",
|
||||
description: "Time-honored culinary traditions with a modern touch.",
|
||||
icon: Briefcase,
|
||||
id: "metric-2", value: "Authentic", title: "Mediterranean Recipes", description: "Time-honored culinary traditions with a modern touch.", icon: Briefcase,
|
||||
},
|
||||
{
|
||||
id: "metric-3",
|
||||
value: "Expert",
|
||||
title: "Grilled Dishes",
|
||||
description: "Perfectly cooked specialties from our open charcoal grill.",
|
||||
icon: Flame,
|
||||
id: "metric-3", value: "Expert", title: "Grilled Dishes", description: "Perfectly cooked specialties from our open charcoal grill.", icon: Flame,
|
||||
},
|
||||
{
|
||||
id: "metric-4",
|
||||
value: "Warm",
|
||||
title: "Hospitality",
|
||||
description: "A welcoming atmosphere where every guest feels at home.",
|
||||
icon: Link,
|
||||
id: "metric-4", value: "Warm", title: "Hospitality", description: "A welcoming atmosphere where every guest feels at home.", icon: Link,
|
||||
},
|
||||
]}
|
||||
title="Why Guests Choose FISA & MASA"
|
||||
@@ -196,47 +138,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "home-product-1",
|
||||
name: "Grilled Sea Bream",
|
||||
price: "€24.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/seafood-side-dishes-with-platter-shrimp-squids-fish_140725-2576.jpg",
|
||||
imageAlt: "Perfectly grilled whole sea bream with lemon and herbs",
|
||||
},
|
||||
id: "home-product-1", name: "Grilled Sea Bream", price: "€24.00", imageSrc: "http://img.b2bpic.net/free-photo/seafood-side-dishes-with-platter-shrimp-squids-fish_140725-2576.jpg", imageAlt: "Perfectly grilled whole sea bream with lemon and herbs"},
|
||||
{
|
||||
id: "home-product-2",
|
||||
name: "Mediterranean Lamb Chops",
|
||||
price: "€28.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-violet-asparagus-wrapped-with-bacon_2829-11299.jpg",
|
||||
imageAlt: "Juicy grilled lamb chops with rosemary",
|
||||
},
|
||||
id: "home-product-2", name: "Mediterranean Lamb Chops", price: "€28.00", imageSrc: "http://img.b2bpic.net/free-photo/grilled-violet-asparagus-wrapped-with-bacon_2829-11299.jpg", imageAlt: "Juicy grilled lamb chops with rosemary"},
|
||||
{
|
||||
id: "home-product-3",
|
||||
name: "Vibrant Greek Salad",
|
||||
price: "€12.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cooked-meal-with-meat-slices-vegetables-inside-white-plate-white-table_140725-14258.jpg",
|
||||
imageAlt: "Fresh Greek salad with tomatoes, cucumber, olives, and feta",
|
||||
},
|
||||
id: "home-product-3", name: "Vibrant Greek Salad", price: "€12.50", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cooked-meal-with-meat-slices-vegetables-inside-white-plate-white-table_140725-14258.jpg", imageAlt: "Fresh Greek salad with tomatoes, cucumber, olives, and feta"},
|
||||
{
|
||||
id: "home-product-4",
|
||||
name: "Artisanal Hummus Platter",
|
||||
price: "€9.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pita-stuffed-with-chicken-tomato-lettuce_2829-10669.jpg",
|
||||
imageAlt: "Creamy hummus served with warm pita bread and olive oil",
|
||||
},
|
||||
id: "home-product-4", name: "Artisanal Hummus Platter", price: "€9.00", imageSrc: "http://img.b2bpic.net/free-photo/pita-stuffed-with-chicken-tomato-lettuce_2829-10669.jpg", imageAlt: "Creamy hummus served with warm pita bread and olive oil"},
|
||||
{
|
||||
id: "home-product-5",
|
||||
name: "Signature Baklava",
|
||||
price: "€7.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/turkish-pakhlava-with-pistacios-served-with-black-tea_140725-605.jpg",
|
||||
imageAlt: "Layered baklava pastry with pistachios and honey syrup",
|
||||
},
|
||||
id: "home-product-5", name: "Signature Baklava", price: "€7.00", imageSrc: "http://img.b2bpic.net/free-photo/turkish-pakhlava-with-pistacios-served-with-black-tea_140725-605.jpg", imageAlt: "Layered baklava pastry with pistachios and honey syrup"},
|
||||
{
|
||||
id: "home-product-6",
|
||||
price: "€10.00",
|
||||
name: "FISA & MASA Spritz",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/refreshing-cocktail-decorated-with-dry-flowers_140725-8004.jpg",
|
||||
imageAlt: "Refreshing signature spritz cocktail with orange slice",
|
||||
},
|
||||
id: "home-product-6", price: "€10.00", name: "FISA & MASA Spritz", imageSrc: "http://img.b2bpic.net/free-photo/refreshing-cocktail-decorated-with-dry-flowers_140725-8004.jpg", imageAlt: "Refreshing signature spritz cocktail with orange slice"},
|
||||
]}
|
||||
title="Featured Menu"
|
||||
description="A glimpse into our most celebrated dishes, crafted with passion and fresh ingredients."
|
||||
@@ -249,65 +161,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Elena P.",
|
||||
date: "April 2024",
|
||||
title: "Exceptional Flavors!",
|
||||
quote: "FISA & MASA delivered an unparalleled dining experience. The grilled fish was incredibly fresh and perfectly cooked, bursting with authentic Mediterranean flavors. A true culinary gem!",
|
||||
tag: "Food Quality",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/contemplated-young-woman-with-dessert-table-caf_23-2147871284.jpg",
|
||||
avatarAlt: "Elena P. avatar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shiny-background-with-big-table_1203-1054.jpg",
|
||||
imageAlt: "Gourmet grilled fish dish",
|
||||
},
|
||||
id: "1", name: "Elena P.", date: "April 2024", title: "Exceptional Flavors!", quote: "FISA & MASA delivered an unparalleled dining experience. The grilled fish was incredibly fresh and perfectly cooked, bursting with authentic Mediterranean flavors. A true culinary gem!", tag: "Food Quality", avatarSrc: "http://img.b2bpic.net/free-photo/contemplated-young-woman-with-dessert-table-caf_23-2147871284.jpg", avatarAlt: "Elena P. avatar", imageSrc: "http://img.b2bpic.net/free-photo/shiny-background-with-big-table_1203-1054.jpg", imageAlt: "Gourmet grilled fish dish"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mark D.",
|
||||
date: "March 2024",
|
||||
title: "Inviting Atmosphere",
|
||||
quote: "The ambiance at FISA & MASA is simply delightful – elegant yet welcoming. It's the perfect spot for a romantic dinner or a gathering with friends. The service was impeccable.",
|
||||
tag: "Atmosphere & Service",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/blond-man-surprised_1194-2887.jpg",
|
||||
avatarAlt: "Mark D. avatar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-dish-made-oyster-delicacies_23-2150320496.jpg",
|
||||
imageAlt: "Elegant restaurant interior",
|
||||
},
|
||||
id: "2", name: "Mark D.", date: "March 2024", title: "Inviting Atmosphere", quote: "The ambiance at FISA & MASA is simply delightful – elegant yet welcoming. It's the perfect spot for a romantic dinner or a gathering with friends. The service was impeccable.", tag: "Atmosphere & Service", avatarSrc: "http://img.b2bpic.net/free-photo/blond-man-surprised_1194-2887.jpg", avatarAlt: "Mark D. avatar", imageSrc: "http://img.b2bpic.net/free-photo/view-dish-made-oyster-delicacies_23-2150320496.jpg", imageAlt: "Elegant restaurant interior"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sophia G.",
|
||||
date: "April 2024",
|
||||
title: "Must-Try Specialties",
|
||||
quote: "Every dish felt like a celebration of Mediterranean cuisine. The Chef's Specials are always a pleasant surprise, and their signature platters are perfect for sharing. Highly recommend!",
|
||||
tag: "Signature Dishes",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-hispanic-woman-wearing-business-jacket-looking-confident-camera-smiling-with-crossed-arms-hand-raised-chin-thinking-positive_839833-8974.jpg",
|
||||
avatarAlt: "Sophia G. avatar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-squashes-designed-meal-inside-plate-grey-surface_140725-89992.jpg",
|
||||
imageAlt: "Close-up of a beautifully plated dish",
|
||||
},
|
||||
id: "3", name: "Sophia G.", date: "April 2024", title: "Must-Try Specialties", quote: "Every dish felt like a celebration of Mediterranean cuisine. The Chef's Specials are always a pleasant surprise, and their signature platters are perfect for sharing. Highly recommend!", tag: "Signature Dishes", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-hispanic-woman-wearing-business-jacket-looking-confident-camera-smiling-with-crossed-arms-hand-raised-chin-thinking-positive_839833-8974.jpg", avatarAlt: "Sophia G. avatar", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-squashes-designed-meal-inside-plate-grey-surface_140725-89992.jpg", imageAlt: "Close-up of a beautifully plated dish"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Andreas C.",
|
||||
date: "February 2024",
|
||||
title: "Best Grill in Nicosia",
|
||||
quote: "Having tried many Mediterranean restaurants, FISA & MASA stands out for its expertly grilled meats. The lamb chops were tender and flavorful – an absolute masterpiece. I'll be back!",
|
||||
tag: "Grill Expertise",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-sitting-table_23-2150279929.jpg",
|
||||
avatarAlt: "Andreas C. avatar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cook-frying-ribs-meat-salted-inside-black-metal-pan-kitchen_140725-14160.jpg",
|
||||
imageAlt: "Chef grilling in an open kitchen",
|
||||
},
|
||||
id: "4", name: "Andreas C.", date: "February 2024", title: "Best Grill in Nicosia", quote: "Having tried many Mediterranean restaurants, FISA & MASA stands out for its expertly grilled meats. The lamb chops were tender and flavorful – an absolute masterpiece. I'll be back!", tag: "Grill Expertise", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-sitting-table_23-2150279929.jpg", avatarAlt: "Andreas C. avatar", imageSrc: "http://img.b2bpic.net/free-photo/cook-frying-ribs-meat-salted-inside-black-metal-pan-kitchen_140725-14160.jpg", imageAlt: "Chef grilling in an open kitchen"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Chloe L.",
|
||||
date: "March 2024",
|
||||
title: "A True Dining Experience",
|
||||
quote: "From the warm welcome to the last bite of dessert, FISA & MASA offers an exceptional dining experience. The attention to detail and passion for food shines through.",
|
||||
tag: "Overall Experience",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-girl-dressed-plaid-blaizer-turtleneck-sweater-looking-thoughtful-outdoor_574295-2015.jpg",
|
||||
avatarAlt: "Chloe L. avatar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/from-cake-with-berries_23-2147792991.jpg",
|
||||
imageAlt: "Traditional baklava dessert",
|
||||
},
|
||||
id: "5", name: "Chloe L.", date: "March 2024", title: "A True Dining Experience", quote: "From the warm welcome to the last bite of dessert, FISA & MASA offers an exceptional dining experience. The attention to detail and passion for food shines through.", tag: "Overall Experience", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-girl-dressed-plaid-blaizer-turtleneck-sweater-looking-thoughtful-outdoor_574295-2015.jpg", avatarAlt: "Chloe L. avatar", imageSrc: "http://img.b2bpic.net/free-photo/from-cake-with-berries_23-2147792991.jpg", imageAlt: "Traditional baklava dessert"},
|
||||
]}
|
||||
title="What Our Guests Say"
|
||||
description="Hear from those who have experienced the magic of FISA & MASA."
|
||||
@@ -318,16 +180,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Don't Miss Out"
|
||||
title="Reserve Your Table Today"
|
||||
description="Experience the vibrant flavors of the Mediterranean. Book your unforgettable dining experience at FISA & MASA."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Table",
|
||||
href: "/reservations",
|
||||
},
|
||||
text: "Book Your Table", href: "/reservations"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -336,13 +195,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="FISA & MASA"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms of Service", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user