Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-22 15:25:19 +00:00

View File

@@ -31,36 +31,16 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "Menu",
id: "cuisine",
},
{
name: "Pickup & Delivery",
id: "contact",
},
{
name: "Reservations",
id: "contact",
},
{
name: "Events",
id: "experiences",
},
{
name: "Gift Cards",
id: "contact",
},
{
name: "Stay in Touch",
id: "contact",
},
{ name: "Home", id: "hero" },
{ name: "Menu", id: "cuisine" },
{ name: "Pickup & Delivery", id: "contact" },
{ name: "Reservations", id: "contact" },
{ name: "Events", id: "experiences" },
{ name: "Gift Cards", id: "contact" },
{ name: "Stay in Touch", id: "contact" },
]}
brandName="Medi Terra"
button={{ text: "Book Now", href: "#contact" }}
/>
</div>
@@ -69,74 +49,20 @@ export default function LandingPage() {
title="Experience the Soul of the Western Mediterranean"
description="Transport guests to a world of coastal flavors, fine wines, and unforgettable dining experiences."
testimonials={[
{
name: "Elena R.",
handle: "@elena_travels",
testimonial: "An absolutely transcendent experience. Truly the Mediterranean soul on a plate.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-chilling-out-classy-lifestyle-reserved-concept_53876-46898.jpg",
},
{
name: "Marco V.",
handle: "@marco_dining",
testimonial: "Michelin-level execution in a cozy, authentic setting. Unforgettable flavors.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/glass-wine-decorated-table_1162-214.jpg",
},
{
name: "Sophie L.",
handle: "@sophie_lux",
testimonial: "The hidden gem of the coast. Every dish is a story.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-holding-plate-with-muffin_107420-12322.jpg",
},
{
name: "Julian D.",
handle: "@julian_eats",
testimonial: "Sophisticated, warm, and deeply hospitable. A must-visit.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/vertical-photo-beautiful-lady-sitting-restaurant-smiling-camera_114579-92383.jpg",
},
{
name: "Amina S.",
handle: "@amina_tastes",
testimonial: "A culinary masterpiece. I've never tasted anything quite like it.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/girl-with-phone-night_1303-5738.jpg",
},
]}
buttons={[
{
text: "Reserve a Table",
href: "#contact",
},
{
text: "View Menu",
href: "#cuisine",
},
{ name: "Elena R.", handle: "@elena_travels", testimonial: "An absolutely transcendent experience. Truly the Mediterranean soul on a plate.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/restaurant-chilling-out-classy-lifestyle-reserved-concept_53876-46898.jpg" },
{ name: "Marco V.", handle: "@marco_dining", testimonial: "Michelin-level execution in a cozy, authentic setting. Unforgettable flavors.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/glass-wine-decorated-table_1162-214.jpg" },
{ name: "Sophie L.", handle: "@sophie_lux", testimonial: "The hidden gem of the coast. Every dish is a story.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-holding-plate-with-muffin_107420-12322.jpg" },
{ name: "Julian D.", handle: "@julian_eats", testimonial: "Sophisticated, warm, and deeply hospitable. A must-visit.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/vertical-photo-beautiful-lady-sitting-restaurant-smiling-camera_114579-92383.jpg" },
{ name: "Amina S.", handle: "@amina_tastes", testimonial: "A culinary masterpiece. I've never tasted anything quite like it.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/girl-with-phone-night_1303-5738.jpg" }
]}
buttons={[{ text: "Reserve a Table", href: "#contact" }, { text: "View Menu", href: "#cuisine" }]}
imageSrc="http://img.b2bpic.net/free-photo/aerial-view-appetizer-meal-festive-party_53876-14022.jpg"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/flat-lay-assortment-elegant-tableware_23-2148835205.jpg",
alt: "Elegant dining customer 1",
},
{
src: "http://img.b2bpic.net/free-photo/summer-beach-scene-with-drinks-plank_23-2147642625.jpg",
alt: "Elegant dining customer 2",
},
{
src: "http://img.b2bpic.net/free-photo/vertical-shot-gourmet-fish-dish-beachside-restaurant_181624-59655.jpg",
alt: "Elegant dining customer 3",
},
{
src: "http://img.b2bpic.net/free-photo/high-angle-safari-party-with-drinks-snacks_23-2149707894.jpg",
alt: "Elegant dining customer 4",
},
{
src: "http://img.b2bpic.net/free-photo/side-view-mushroom-soup-with-mushrooms-wine-lighton-wooden-table-seaside-restaurant_176474-916.jpg",
alt: "Elegant dining customer 5",
},
{ src: "http://img.b2bpic.net/free-photo/flat-lay-assortment-elegant-tableware_23-2148835205.jpg", alt: "Elegant dining customer 1" },
{ src: "http://img.b2bpic.net/free-photo/summer-beach-scene-with-drinks-plank_23-2147642625.jpg", alt: "Elegant dining customer 2" },
{ src: "http://img.b2bpic.net/free-photo/vertical-shot-gourmet-fish-dish-beachside-restaurant_181624-59655.jpg", alt: "Elegant dining customer 3" },
{ src: "http://img.b2bpic.net/free-photo/high-angle-safari-party-with-drinks-snacks_23-2149707894.jpg", alt: "Elegant dining customer 4" },
{ src: "http://img.b2bpic.net/free-photo/side-view-mushroom-soup-with-mushrooms-wine-lighton-wooden-table-seaside-restaurant_176474-916.jpg", alt: "Elegant dining customer 5" }
]}
avatarText="Join 5000+ satisfied food enthusiasts"
/>
@@ -148,21 +74,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
{
title: "Wine & Dine Tuesday",
description: "50% off all wine bottles or BYOB with no corkage fee. Perfectly paired with seafood.",
imageSrc: "http://img.b2bpic.net/free-photo/crop-hostess-putting-wine-table_23-2147830614.jpg",
},
{
title: "Sangria & Strings",
description: "Wednesday & Thursday. Live Spanish guitar, $8 sangria, and Spanish-inspired tapas.",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-hand-holding-sangria-glass_23-2149426391.jpg",
},
{
title: "Weekend Coastal Feast",
description: "Join us for our signature Saturday seafood platter with fresh local catch and coastal spices.",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-mussels-white-sauce-parslet-with-copyspace_23-2148234934.jpg",
},
{ title: "Wine & Dine Tuesday", description: "50% off all wine bottles or BYOB with no corkage fee. Perfectly paired with seafood.", imageSrc: "http://img.b2bpic.net/free-photo/crop-hostess-putting-wine-table_23-2147830614.jpg" },
{ title: "Sangria & Strings", description: "Wednesday & Thursday. Live Spanish guitar, $8 sangria, and Spanish-inspired tapas.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-hand-holding-sangria-glass_23-2149426391.jpg" },
{ title: "Weekend Coastal Feast", description: "Join us for our signature Saturday seafood platter with fresh local catch and coastal spices.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-mussels-white-sauce-parslet-with-copyspace_23-2148234934.jpg" }
]}
title="Weekly Experiences"
description="Indulge in our curated weekly events, bringing the spirit of the Mediterranean to your evening."
@@ -175,18 +89,9 @@ export default function LandingPage() {
title="Our Story: A Mediterranean Journey"
description="Medi Terra represents the soul of Mediterranean culture. Founded by Michael and Daniel Velicu, our journey is one of resilience, hospitality, and a relentless pursuit of culinary perfection. Born from a new beginning, we share our love for fresh, bold ingredients with every guest."
metrics={[
{
value: "16+",
title: "Years Culinary Passion",
},
{
value: "100%",
title: "Fresh Ingredients",
},
{
value: "500+",
title: "Wine Selections",
},
{ value: "16+", title: "Years Culinary Passion" },
{ value: "100%", title: "Fresh Ingredients" },
{ value: "500+", title: "Wine Selections" }
]}
imageSrc="http://img.b2bpic.net/free-photo/fried-beef-wooden-board_140725-741.jpg"
mediaAnimation="blur-reveal"
@@ -198,25 +103,11 @@ export default function LandingPage() {
<TeamCardFive
textboxLayout="inline-image"
useInvertedBackground={false}
animationType="slide-up"
team={[
{
id: "m1",
name: "Michael Velicu",
role: "Executive Chef",
imageSrc: "http://img.b2bpic.net/free-photo/female-chef-kitchen-preparing-plate-steak_23-2149720765.jpg",
},
{
id: "m2",
name: "Daniel Velicu",
role: "Co-Founder",
imageSrc: "http://img.b2bpic.net/free-photo/happy-asian-woman-shows-thumbs-up-approves-likes-smth-good-stands-near-cafe-entrance-give-her_1258-199002.jpg",
},
{
id: "m3",
name: "Alex R.",
role: "Lead Sommelier",
imageSrc: "http://img.b2bpic.net/free-photo/happy-close-up-portrait-beautiful-black-skinned-woman-wearing-blouse-flower-headband-enjoying-dinner-while-eating-restaurant_613910-5625.jpg",
},
{ id: "m1", name: "Michael Velicu", role: "Executive Chef", imageSrc: "http://img.b2bpic.net/free-photo/female-chef-kitchen-preparing-plate-steak_23-2149720765.jpg" },
{ id: "m2", name: "Daniel Velicu", role: "Co-Founder", imageSrc: "http://img.b2bpic.net/free-photo/happy-asian-woman-shows-thumbs-up-approves-likes-smth-good-stands-near-cafe-entrance-give-her_1258-199002.jpg" },
{ id: "m3", name: "Alex R.", role: "Lead Sommelier", imageSrc: "http://img.b2bpic.net/free-photo/happy-close-up-portrait-beautiful-black-skinned-woman-wearing-blouse-flower-headband-enjoying-dinner-while-eating-restaurant_613910-5625.jpg" }
]}
title="Meet the Chef"
description="Chef Michael trained at the French Culinary Institute and was deeply inspired by Jacques Pépin. With over 16 years of experience running elite Mediterranean kitchens, he brings quality, authenticity, and innovative techniques to your table."
@@ -230,48 +121,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Grilled Octopus",
price: "$28",
variant: "Small Plate",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-pan-with-mussels-white-sauce_23-2148234893.jpg",
},
{
id: "p2",
name: "Wild Mushroom Risotto",
price: "$24",
variant: "Seasonal",
imageSrc: "http://img.b2bpic.net/free-photo/cheese-set-with-red-wine-wooden-board_140725-4525.jpg",
},
{
id: "p3",
name: "Seared Scallops",
price: "$32",
variant: "Premium",
imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-feta-cheese-olives-white-plate_140725-9209.jpg",
},
{
id: "p4",
name: "Mediterranean Salad",
price: "$18",
variant: "Healthy",
imageSrc: "http://img.b2bpic.net/free-photo/tasty-hummus-plate-high-angle_23-2149595694.jpg",
},
{
id: "p5",
name: "Slow-Roasted Lamb",
price: "$36",
variant: "Entree",
imageSrc: "http://img.b2bpic.net/free-photo/grilled-vegetables-served-with-lavash-species_114579-2007.jpg",
},
{
id: "p6",
name: "Berry Tart",
price: "$14",
variant: "Dessert",
imageSrc: "http://img.b2bpic.net/free-photo/mulberry-juice_1339-3062.jpg",
},
{ id: "p1", name: "Grilled Octopus", price: "$28", variant: "Small Plate", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-pan-with-mussels-white-sauce_23-2148234893.jpg" },
{ id: "p2", name: "Wild Mushroom Risotto", price: "$24", variant: "Seasonal", imageSrc: "http://img.b2bpic.net/free-photo/cheese-set-with-red-wine-wooden-board_140725-4525.jpg" },
{ id: "p3", name: "Seared Scallops", price: "$32", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-feta-cheese-olives-white-plate_140725-9209.jpg" },
{ id: "p4", name: "Mediterranean Salad", price: "$18", variant: "Healthy", imageSrc: "http://img.b2bpic.net/free-photo/tasty-hummus-plate-high-angle_23-2149595694.jpg" },
{ id: "p5", name: "Slow-Roasted Lamb", price: "$36", variant: "Entree", imageSrc: "http://img.b2bpic.net/free-photo/grilled-vegetables-served-with-lavash-species_114579-2007.jpg" },
{ id: "p6", name: "Berry Tart", price: "$14", variant: "Dessert", imageSrc: "http://img.b2bpic.net/free-photo/mulberry-juice_1339-3062.jpg" }
]}
title="Modern Western Mediterranean"
description="A tapas-style sharing experience that is both indulgent and fresh. Youre not just dining — youre experiencing culture."
@@ -284,39 +139,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
plans={[
{
id: "cocktails",
badge: "Signature",
price: "Handcrafted",
subtitle: "Sensory Cocktails",
features: [
"Fresh botanical infusions",
"House-made syrups",
"Mediterranean herbs",
],
},
{
id: "wines",
badge: "Premium",
price: "Vintage",
subtitle: "French Selection",
features: [
"Sourced from Provence",
"Exclusive vineyard labels",
"Perfectly cellar-aged",
],
},
{
id: "drinks",
badge: "Inspired",
price: "Refreshing",
subtitle: "Coastal Flavors",
features: [
"Fresh squeezed fruit",
"Coastal mineral waters",
"Non-alcoholic options",
],
},
{ id: "cocktails", badge: "Signature", price: "Handcrafted", subtitle: "Sensory Cocktails", features: ["Fresh botanical infusions", "House-made syrups", "Mediterranean herbs"] },
{ id: "wines", badge: "Premium", price: "Vintage", subtitle: "French Selection", features: ["Sourced from Provence", "Exclusive vineyard labels", "Perfectly cellar-aged"] },
{ id: "drinks", badge: "Inspired", price: "Refreshing", subtitle: "Coastal Flavors", features: ["Fresh squeezed fruit", "Coastal mineral waters", "Non-alcoholic options"] }
]}
title="Beverage Selections"
description="Explore our hand-crafted cocktails, premium French wines, and Mediterranean-inspired spirits."
@@ -325,44 +150,15 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardSix
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "Elena R.",
handle: "@elena_travels",
testimonial: "An absolutely transcendent experience.",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom-feeding-his-bride-with-croissant-cafe_176420-2272.jpg",
},
{
id: "t2",
name: "Marco V.",
handle: "@marco_dining",
testimonial: "Michelin-level execution.",
imageSrc: "http://img.b2bpic.net/free-photo/puts-glass-waiter-hand-gloves-worker-is-engaged-serving-table_146671-14409.jpg",
},
{
id: "t3",
name: "Sophie L.",
handle: "@sophie_lux",
testimonial: "The hidden gem of the coast.",
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517423.jpg",
},
{
id: "t4",
name: "Julian D.",
handle: "@julian_eats",
testimonial: "Sophisticated, warm, and deeply hospitable.",
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006711.jpg",
},
{
id: "t5",
name: "Amina S.",
handle: "@amina_tastes",
testimonial: "A culinary masterpiece.",
imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-dress-cafe-with-glass-wine_624325-768.jpg",
},
{ id: "t1", name: "Elena R.", handle: "@elena_travels", testimonial: "An absolutely transcendent experience.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom-feeding-his-bride-with-croissant-cafe_176420-2272.jpg" },
{ id: "t2", name: "Marco V.", handle: "@marco_dining", testimonial: "Michelin-level execution.", imageSrc: "http://img.b2bpic.net/free-photo/puts-glass-waiter-hand-gloves-worker-is-engaged-serving-table_146671-14409.jpg" },
{ id: "t3", name: "Sophie L.", handle: "@sophie_lux", testimonial: "The hidden gem of the coast.", imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517423.jpg" },
{ id: "t4", name: "Julian D.", handle: "@julian_eats", testimonial: "Sophisticated, warm, and deeply hospitable.", imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006711.jpg" },
{ id: "t5", name: "Amina S.", handle: "@amina_tastes", testimonial: "A culinary masterpiece.", imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-dress-cafe-with-glass-wine_624325-768.jpg" }
]}
title="Voices of Medi Terra"
description="Our guests share their experiences of our coastal sanctuary."
@@ -375,30 +171,11 @@ export default function LandingPage() {
title="Visit Medi Terra"
description="Join us for a Mediterranean escape. Book your table or reach out for event inquiries."
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Name",
required: true,
},
{
name: "email",
type: "email",
placeholder: "Email Address",
required: true,
},
{
name: "date",
type: "date",
placeholder: "Reservation Date",
},
{ name: "name", type: "text", placeholder: "Your Name", required: true },
{ name: "email", type: "email", placeholder: "Email Address", required: true },
{ name: "date", type: "date", placeholder: "Reservation Date" }
]}
textarea={{
name: "message",
placeholder: "Special requests or party size...",
rows: 4,
required: true,
}}
textarea={{ name: "message", placeholder: "Special requests or party size...", rows: 4, required: true }}
imageSrc="http://img.b2bpic.net/free-photo/served-table-restaurant_93675-129581.jpg"
/>
</div>
@@ -407,57 +184,9 @@ export default function LandingPage() {
<FooterBaseReveal
logoText="Medi Terra"
columns={[
{
title: "Experience",
items: [
{
label: "Menu",
href: "#cuisine",
},
{
label: "Events",
href: "#experiences",
},
{
label: "Reservations",
href: "#contact",
},
],
},
{
title: "Company",
items: [
{
label: "Our Story",
href: "#about",
},
{
label: "Careers",
href: "#",
},
{
label: "Contact",
href: "#contact",
},
],
},
{
title: "Social",
items: [
{
label: "Instagram",
href: "#",
},
{
label: "Facebook",
href: "#",
},
{
label: "Twitter",
href: "#",
},
],
},
{ title: "Experience", items: [{ label: "Menu", href: "#cuisine" }, { label: "Events", href: "#experiences" }, { label: "Reservations", href: "#contact" }] },
{ title: "Company", items: [{ label: "Our Story", href: "#about" }, { label: "Careers", href: "#" }, { label: "Contact", href: "#contact" }] },
{ title: "Social", items: [{ label: "Instagram", href: "#" }, { label: "Facebook", href: "#" }, { label: "Twitter", href: "#" }] }
]}
copyrightText="© 2024 Medi Terra. All rights reserved."
/>