Merge version_1 into main #1
159
src/app/page.tsx
159
src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Our Story",
|
||||
id: "about",
|
||||
},
|
||||
name: "Our Story", id: "about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Medi Terra"
|
||||
/>
|
||||
@@ -52,41 +44,26 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="A Taste of the Mediterranean"
|
||||
description="Experience authentic flavors inspired by coastal traditions and fresh, seasonal ingredients in the heart of the city."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book a Table",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book a Table", href: "#contact"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-private-room-with-blue-chairs-white-walls-fireplace-wide-window_140725-8454.jpg",
|
||||
imageAlt: "Mediterranean Dining Atmosphere",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-private-room-with-blue-chairs-white-walls-fireplace-wide-window_140725-8454.jpg", imageAlt: "Mediterranean Dining Atmosphere"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wine-glass_1203-3448.jpg",
|
||||
imageAlt: "Fresh Ingredients",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wine-glass_1203-3448.jpg", imageAlt: "Fresh Ingredients"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheese-pasta-topped-with-ham_140725-3720.jpg",
|
||||
imageAlt: "Wine Pairing",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheese-pasta-topped-with-ham_140725-3720.jpg", imageAlt: "Wine Pairing"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/set-fork-spoon-egg-plate-with-cloth-trivet-white-high-angle-view_176474-4076.jpg",
|
||||
imageAlt: "Seafood Platter",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/set-fork-spoon-egg-plate-with-cloth-trivet-white-high-angle-view_176474-4076.jpg", imageAlt: "Seafood Platter"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-leather-armchairs-french-windows_140725-8445.jpg",
|
||||
imageAlt: "Interior Design",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-leather-armchairs-french-windows_140725-8445.jpg", imageAlt: "Interior Design"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-mushrooms-cream-sauce-mashed-potatoes_140725-2111.jpg",
|
||||
imageAlt: "Sunset View",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-mushrooms-cream-sauce-mashed-potatoes_140725-2111.jpg", imageAlt: "Sunset View"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -97,9 +74,7 @@ export default function LandingPage() {
|
||||
title="Authenticity in Every Dish"
|
||||
buttons={[
|
||||
{
|
||||
text: "Our Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "Our Menu", href: "#menu"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -112,41 +87,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Catch of the Day",
|
||||
price: "$38",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smoked-salmon-bruschetta-with-avocado-cream-cheese-served-with-salad_140725-1619.jpg",
|
||||
},
|
||||
id: "p1", name: "Catch of the Day", price: "$38", imageSrc: "http://img.b2bpic.net/free-photo/smoked-salmon-bruschetta-with-avocado-cream-cheese-served-with-salad_140725-1619.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Handmade Pappardelle",
|
||||
price: "$28",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/composition-with-different-pasta-high-angle_23-2148584850.jpg",
|
||||
},
|
||||
id: "p2", name: "Handmade Pappardelle", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/composition-with-different-pasta-high-angle_23-2148584850.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Seasonal Greek Salad",
|
||||
price: "$18",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/greek-salad_23-2151992930.jpg",
|
||||
},
|
||||
id: "p3", name: "Seasonal Greek Salad", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/greek-salad_23-2151992930.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Hummus & Mezze",
|
||||
price: "$16",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/snacks-cured-pork_140725-11089.jpg",
|
||||
},
|
||||
id: "p4", name: "Hummus & Mezze", price: "$16", imageSrc: "http://img.b2bpic.net/free-photo/snacks-cured-pork_140725-11089.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Roasted Garden Vegetables",
|
||||
price: "$22",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bowl-greek-salad-with-tomato-cucumber-white-cheese-olive_140725-207.jpg",
|
||||
},
|
||||
id: "p5", name: "Roasted Garden Vegetables", price: "$22", imageSrc: "http://img.b2bpic.net/free-photo/bowl-greek-salad-with-tomato-cucumber-white-cheese-olive_140725-207.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Selected Vintage Wine",
|
||||
price: "$12",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/decanter-glass-with-wine_23-2149746485.jpg",
|
||||
},
|
||||
id: "p6", name: "Selected Vintage Wine", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/decanter-glass-with-wine_23-2149746485.jpg"},
|
||||
]}
|
||||
title="Signature Flavors"
|
||||
description="Our chef-curated selection of traditional Mediterranean delights."
|
||||
@@ -155,44 +106,21 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSix
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Elena R.",
|
||||
handle: "@elena_travels",
|
||||
testimonial: "The most authentic experience outside of Italy. Absolute perfection.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-waiter-offering-fresh-wrap_1170-610.jpg",
|
||||
id: "1", name: "Elena R.", handle: "@elena_travels", testimonial: "The most authentic experience outside of Italy. Absolute perfection.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-waiter-offering-fresh-wrap_1170-610.jpg"},
|
||||
{
|
||||
id: "2", name: "Mark D.", handle: "@mark_foodie", testimonial: "Exceptional service and the catch of the day was divine.", imageSrc: "http://img.b2bpic.net/free-photo/happy-people-throwing-papers-victoriously_23-2147668868.jpg"},
|
||||
{
|
||||
id: "3", name: "Sarah J.", handle: "@sarah_eats", testimonial: "A beautiful ambiance. Perfect for our anniversary dinner.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12311.jpg"},
|
||||
{
|
||||
id: "4", name: "James L.", handle: "@jamesl_ny", testimonial: "The wine list is carefully curated and pairs well with everything.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-joyful-african-student-woman-with-dark-wavy-hair-green-cardigan-sitting-cafe-drinking-cup-coffee-smiling-camera-woman-waiting-her-boyfriend-after-university_176420-12329.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mark D.",
|
||||
handle: "@mark_foodie",
|
||||
testimonial: "Exceptional service and the catch of the day was divine.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-people-throwing-papers-victoriously_23-2147668868.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sarah J.",
|
||||
handle: "@sarah_eats",
|
||||
testimonial: "A beautiful ambiance. Perfect for our anniversary dinner.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12311.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "James L.",
|
||||
handle: "@jamesl_ny",
|
||||
testimonial: "The wine list is carefully curated and pairs well with everything.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-joyful-african-student-woman-with-dark-wavy-hair-green-cardigan-sitting-cafe-drinking-cup-coffee-smiling-camera-woman-waiting-her-boyfriend-after-university_176420-12329.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Olivia B.",
|
||||
handle: "@liv_dines",
|
||||
testimonial: "A hidden gem. I'll definitely be back next week.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598347.jpg",
|
||||
},
|
||||
id: "5", name: "Olivia B.", handle: "@liv_dines", testimonial: "A hidden gem. I'll definitely be back next week.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598347.jpg"},
|
||||
]}
|
||||
title="Diner Reviews"
|
||||
description="What our guests are saying about their Medi Terra experience."
|
||||
@@ -203,14 +131,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
text="Join us for an unforgettable dining experience. Reserve your table today."
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve Now",
|
||||
href: "#",
|
||||
},
|
||||
text: "Reserve Now", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -221,37 +146,25 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Reservations",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Reservations", href: "#contact"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
label: "Instagram", href: "#"},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "#",
|
||||
},
|
||||
label: "Facebook", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user