Update src/app/about/page.tsx

This commit is contained in:
2026-06-08 15:35:02 +00:00
parent 9d25bfef7d
commit b1d52f24e3

View File

@@ -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>