Merge version_1 into main #2
177
src/app/page.tsx
177
src/app/page.tsx
@@ -30,25 +30,15 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Etno"
|
||||
/>
|
||||
@@ -57,32 +47,15 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="A Taste of Balkan Warmth"
|
||||
description="Authentic recipes, generous portions, and a hearth that never grows cold. Experience the soulful flavors of our border-crossing traditions."
|
||||
tag="Authentic Balkan Cuisine"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-delicious-thanksgiving-meal_23-2148629558.jpg",
|
||||
imageAlt: "Luxurious Etno dining room",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-delicious-thanksgiving-meal_23-2148629558.jpg", imageAlt: "Luxurious Etno dining room"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-azerbaijani-kuku-with-cherry-tomato_140725-389.jpg",
|
||||
imageAlt: "Warm restaurant hearth",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gourmet-bbq-platter-with-grilled-meats-vegetables_84443-72343.jpg?_wi=1",
|
||||
imageAlt: "Balkan grill platter",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/charming-couple-dating-cafeteria_23-2147736694.jpg?_wi=1",
|
||||
imageAlt: "Happy diners",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-girl-pajama-moving-balcony-city-sunny-morning-her-long-hair-flying-wind-she-smiling_197531-2307.jpg?_wi=1",
|
||||
imageAlt: "Restaurant exterior",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-azerbaijani-kuku-with-cherry-tomato_140725-389.jpg", imageAlt: "Warm restaurant hearth"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -90,13 +63,9 @@ export default function LandingPage() {
|
||||
tagIcon={Award}
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve a Table",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Reserve a Table", href: "#contact"},
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Menu", href: "#menu"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -106,9 +75,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="Rooted in Tradition"
|
||||
description={[
|
||||
"Etno is more than a restaurant; it's a bridge between borders, serving authentic flavors that bring people together. Located near the Austrian-Slovenian frontier, we serve dishes that feel like home.",
|
||||
"With over 100 glowing reviews and a legacy of warmth, our guests travel from as far as 100km just to savor our signature grill and hospitality.",
|
||||
]}
|
||||
"Etno is more than a restaurant; it's a bridge between borders, serving authentic flavors that bring people together. Located near the Austrian-Slovenian frontier, we serve dishes that feel like home.", "With over 100 glowing reviews and a legacy of warmth, our guests travel from as far as 100km just to savor our signature grill and hospitality."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -120,47 +87,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Čevapčiči",
|
||||
price: "$18",
|
||||
variant: "Traditional Grill",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gourmet-bbq-platter-with-grilled-meats-vegetables_84443-72343.jpg?_wi=2",
|
||||
},
|
||||
id: "1", name: "Čevapčiči", price: "$18", variant: "Traditional Grill", imageSrc: "http://img.b2bpic.net/free-photo/gourmet-bbq-platter-with-grilled-meats-vegetables_84443-72343.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Polnjeni Lignji",
|
||||
price: "$22",
|
||||
variant: "Seafood",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gourmet-bbq-platter-with-grilled-meats-vegetables_84443-72343.jpg?_wi=3",
|
||||
},
|
||||
id: "2", name: "Polnjeni Lignji", price: "$22", variant: "Seafood", imageSrc: "http://img.b2bpic.net/free-photo/gourmet-bbq-platter-with-grilled-meats-vegetables_84443-72343.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Pizza Etno",
|
||||
price: "$16",
|
||||
variant: "Signature Pizza",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gourmet-bbq-platter-with-grilled-meats-vegetables_84443-72343.jpg?_wi=4",
|
||||
},
|
||||
id: "3", name: "Pizza Etno", price: "$16", variant: "Signature Pizza", imageSrc: "http://img.b2bpic.net/free-photo/gourmet-bbq-platter-with-grilled-meats-vegetables_84443-72343.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Domači Kruh",
|
||||
price: "$6",
|
||||
variant: "Homemade Bread",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gourmet-bbq-platter-with-grilled-meats-vegetables_84443-72343.jpg?_wi=5",
|
||||
},
|
||||
id: "4", name: "Domači Kruh", price: "$6", variant: "Homemade Bread", imageSrc: "http://img.b2bpic.net/free-photo/gourmet-bbq-platter-with-grilled-meats-vegetables_84443-72343.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Balkan Salad",
|
||||
price: "$12",
|
||||
variant: "Fresh",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gourmet-bbq-platter-with-grilled-meats-vegetables_84443-72343.jpg?_wi=6",
|
||||
},
|
||||
id: "5", name: "Balkan Salad", price: "$12", variant: "Fresh", imageSrc: "http://img.b2bpic.net/free-photo/gourmet-bbq-platter-with-grilled-meats-vegetables_84443-72343.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Raznjići",
|
||||
price: "$20",
|
||||
variant: "Grill",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gourmet-bbq-platter-with-grilled-meats-vegetables_84443-72343.jpg?_wi=7",
|
||||
},
|
||||
id: "6", name: "Raznjići", price: "$20", variant: "Grill", imageSrc: "http://img.b2bpic.net/free-photo/gourmet-bbq-platter-with-grilled-meats-vegetables_84443-72343.jpg"},
|
||||
]}
|
||||
title="Signature Flavors"
|
||||
description="Our most beloved dishes, crafted with tradition."
|
||||
@@ -176,45 +113,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Miller",
|
||||
role: "Traveler",
|
||||
company: "Judenburg",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-enjoying-food_23-2149304414.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah Miller", role: "Traveler", company: "Judenburg", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-enjoying-food_23-2149304414.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Marko K.",
|
||||
role: "Foodie",
|
||||
company: "Local",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-with-olives-beer_23-2147680964.jpg",
|
||||
},
|
||||
id: "2", name: "Marko K.", role: "Foodie", company: "Local", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-with-olives-beer_23-2147680964.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena P.",
|
||||
role: "Regular",
|
||||
company: "Visitor",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-caucasian-redhead-woman-with-cute-smile-hair-bun-laughing-cheerfully-nice-chat-with-unrecognizable-brunette-girl-gray-hat_273609-2058.jpg",
|
||||
},
|
||||
id: "3", name: "Elena P.", role: "Regular", company: "Visitor", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-caucasian-redhead-woman-with-cute-smile-hair-bun-laughing-cheerfully-nice-chat-with-unrecognizable-brunette-girl-gray-hat_273609-2058.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David S.",
|
||||
role: "Foodie",
|
||||
company: "Local",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/charming-couple-dating-cafeteria_23-2147736694.jpg?_wi=2",
|
||||
},
|
||||
id: "4", name: "David S.", role: "Foodie", company: "Local", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/charming-couple-dating-cafeteria_23-2147736694.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Anna V.",
|
||||
role: "Tourist",
|
||||
company: "Austria",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-businesswoman_23-2149153828.jpg",
|
||||
},
|
||||
id: "5", name: "Anna V.", role: "Tourist", company: "Austria", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-businesswoman_23-2149153828.jpg"},
|
||||
]}
|
||||
title="Loved by Our Guests"
|
||||
description="Hear what our friends have to say about their experience at Etno."
|
||||
@@ -225,12 +137,11 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Reserve Your Table"
|
||||
title="Visit Us Today"
|
||||
description="We are open and ready to welcome you with warm hearths and fine food. Reach out for reservations or private events."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-young-girl-pajama-moving-balcony-city-sunny-morning-her-long-hair-flying-wind-she-smiling_197531-2307.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-young-girl-pajama-moving-balcony-city-sunny-morning-her-long-hair-flying-wind-she-smiling_197531-2307.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -239,37 +150,23 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Navigate",
|
||||
items: [
|
||||
title: "Navigate", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Home", href: "#hero"},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Impressum",
|
||||
href: "#",
|
||||
},
|
||||
label: "Impressum", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user