Merge version_1 into main #2
228
src/app/page.tsx
228
src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
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: "Visit",
|
||||
id: "cta",
|
||||
},
|
||||
name: "Visit", id: "cta"},
|
||||
]}
|
||||
brandName="LELOS"
|
||||
/>
|
||||
@@ -54,38 +46,19 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="LELOS"
|
||||
description="A hidden oasis in the heart of the city. Warm lights, slow moments, and unforgettable nights."
|
||||
tag="City Oasis"
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve Your Table",
|
||||
href: "#cta",
|
||||
},
|
||||
text: "Reserve Your Table", href: "#cta"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-living-camping_23-2149733149.jpg?_wi=1",
|
||||
imageAlt: "Atmospheric Lelos interior",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-living-camping_23-2149733149.jpg", imageAlt: "Atmospheric Lelos interior"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/alcoholic-beverage-cocktail-with-smoke_23-2148722515.jpg?_wi=1",
|
||||
imageAlt: "Handcrafted cocktails",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-friends-sitting-together_23-2149241597.jpg?_wi=1",
|
||||
imageAlt: "Cozy cafe lounge",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/different-vegetables-wooden-background_1220-4232.jpg?_wi=1",
|
||||
imageAlt: "Gourmet food setting",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-with-delicious-cocktail_23-2150166188.jpg?_wi=1",
|
||||
imageAlt: "Relaxed guest at bar",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/alcoholic-beverage-cocktail-with-smoke_23-2148722515.jpg", imageAlt: "Handcrafted cocktails"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -100,19 +73,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Coffee,
|
||||
label: "All-Day Dining",
|
||||
value: "Craft",
|
||||
},
|
||||
label: "All-Day Dining", value: "Craft"},
|
||||
{
|
||||
icon: Music,
|
||||
label: "Live Sessions",
|
||||
value: "Daily",
|
||||
},
|
||||
label: "Live Sessions", value: "Daily"},
|
||||
{
|
||||
icon: Heart,
|
||||
label: "Guest Rating",
|
||||
value: "4.9/5",
|
||||
},
|
||||
label: "Guest Rating", value: "4.9/5"},
|
||||
]}
|
||||
metricsAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -125,47 +92,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Cozy Atmosphere",
|
||||
subtitle: "Bohemian inspired interiors for relaxed conversations.",
|
||||
category: "Vibe",
|
||||
value: "Home",
|
||||
},
|
||||
id: "f1", title: "Cozy Atmosphere", subtitle: "Bohemian inspired interiors for relaxed conversations.", category: "Vibe", value: "Home"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Intimate Events",
|
||||
subtitle: "Curated live music and local talent sessions.",
|
||||
category: "Events",
|
||||
value: "Live",
|
||||
},
|
||||
id: "f2", title: "Intimate Events", subtitle: "Curated live music and local talent sessions.", category: "Events", value: "Live"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Craft Kitchen",
|
||||
subtitle: "All-day dining with fresh, comfort-focused plates.",
|
||||
category: "Dining",
|
||||
value: "Fresh",
|
||||
},
|
||||
id: "f3", title: "Craft Kitchen", subtitle: "All-day dining with fresh, comfort-focused plates.", category: "Dining", value: "Fresh"},
|
||||
{
|
||||
id: "f4",
|
||||
title: "City Oasis",
|
||||
subtitle: "A peaceful escape from the urban hustle.",
|
||||
category: "Space",
|
||||
value: "Quiet",
|
||||
},
|
||||
id: "f4", title: "City Oasis", subtitle: "A peaceful escape from the urban hustle.", category: "Space", value: "Quiet"},
|
||||
{
|
||||
id: "f5",
|
||||
title: "Welcoming Staff",
|
||||
subtitle: "Friendly faces that feel like old friends.",
|
||||
category: "Service",
|
||||
value: "Warm",
|
||||
},
|
||||
id: "f5", title: "Welcoming Staff", subtitle: "Friendly faces that feel like old friends.", category: "Service", value: "Warm"},
|
||||
{
|
||||
id: "f6",
|
||||
title: "Signature Drinks",
|
||||
subtitle: "Handcrafted cocktails and secret house brews.",
|
||||
category: "Bar",
|
||||
value: "Craft",
|
||||
},
|
||||
id: "f6", title: "Signature Drinks", subtitle: "Handcrafted cocktails and secret house brews.", category: "Bar", value: "Craft"},
|
||||
]}
|
||||
title="The Lelos Experience"
|
||||
description="Slow moments, artistic interiors, and the gentle rhythm of the neighborhood."
|
||||
@@ -180,41 +117,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Morning Risotto",
|
||||
price: "$14",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/different-vegetables-wooden-background_1220-4232.jpg?_wi=2",
|
||||
},
|
||||
id: "p1", name: "Morning Risotto", price: "$14", imageSrc: "http://img.b2bpic.net/free-photo/different-vegetables-wooden-background_1220-4232.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Signature Spritz",
|
||||
price: "$12",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/alcoholic-beverage-cocktail-with-smoke_23-2148722515.jpg?_wi=2",
|
||||
},
|
||||
id: "p2", name: "Signature Spritz", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/alcoholic-beverage-cocktail-with-smoke_23-2148722515.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Evening Flatbread",
|
||||
price: "$16",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/different-vegetables-wooden-background_1220-4232.jpg?_wi=3",
|
||||
},
|
||||
id: "p3", name: "Evening Flatbread", price: "$16", imageSrc: "http://img.b2bpic.net/free-photo/different-vegetables-wooden-background_1220-4232.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "House Brew Coffee",
|
||||
price: "$5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-friends-sitting-together_23-2149241597.jpg?_wi=2",
|
||||
},
|
||||
id: "p4", name: "House Brew Coffee", price: "$5", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-friends-sitting-together_23-2149241597.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Artisan Cocktail",
|
||||
price: "$15",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/alcoholic-beverage-cocktail-with-smoke_23-2148722515.jpg?_wi=3",
|
||||
},
|
||||
id: "p5", name: "Artisan Cocktail", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/alcoholic-beverage-cocktail-with-smoke_23-2148722515.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Daily Dessert",
|
||||
price: "$9",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/different-vegetables-wooden-background_1220-4232.jpg?_wi=4",
|
||||
},
|
||||
id: "p6", name: "Daily Dessert", price: "$9", imageSrc: "http://img.b2bpic.net/free-photo/different-vegetables-wooden-background_1220-4232.jpg"},
|
||||
]}
|
||||
title="Taste & Craft"
|
||||
description="From brunch plates to late-night pours, our menu is designed to surprise and comfort."
|
||||
@@ -227,60 +140,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah J.",
|
||||
date: "Oct 2023",
|
||||
title: "Regular Guest",
|
||||
quote: "A beautiful, warm place with an unforgettable atmosphere.",
|
||||
tag: "Favorite",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-with-delicious-cocktail_23-2150166188.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-living-camping_23-2149733149.jpg?_wi=2",
|
||||
imageAlt: "cozy cafe bar interior mood lighting",
|
||||
},
|
||||
id: "t1", name: "Sarah J.", date: "Oct 2023", title: "Regular Guest", quote: "A beautiful, warm place with an unforgettable atmosphere.", tag: "Favorite", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-with-delicious-cocktail_23-2150166188.jpg", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-living-camping_23-2149733149.jpg", imageAlt: "cozy cafe bar interior mood lighting"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Michael C.",
|
||||
date: "Sep 2023",
|
||||
title: "Music Fan",
|
||||
quote: "Feels like home. Friendly people, amazing vibe.",
|
||||
tag: "Vibe",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/sun-shines-faces-stunning-woman-sitting-red-sunglasses-cafe_8353-5111.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/alcoholic-beverage-cocktail-with-smoke_23-2148722515.jpg?_wi=4",
|
||||
imageAlt: "handcrafted cocktail bar drink closeup",
|
||||
},
|
||||
id: "t2", name: "Michael C.", date: "Sep 2023", title: "Music Fan", quote: "Feels like home. Friendly people, amazing vibe.", tag: "Vibe", avatarSrc: "http://img.b2bpic.net/free-photo/sun-shines-faces-stunning-woman-sitting-red-sunglasses-cafe_8353-5111.jpg", imageSrc: "http://img.b2bpic.net/free-photo/alcoholic-beverage-cocktail-with-smoke_23-2148722515.jpg", imageAlt: "handcrafted cocktail bar drink closeup"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Emily R.",
|
||||
date: "Nov 2023",
|
||||
title: "Foodie",
|
||||
quote: "Perfect for relaxing, music, and long conversations.",
|
||||
tag: "Food",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-book-coffee-shop_23-2150378308.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-friends-sitting-together_23-2149241597.jpg?_wi=3",
|
||||
imageAlt: "cafe interior artistic cozy decor",
|
||||
},
|
||||
id: "t3", name: "Emily R.", date: "Nov 2023", title: "Foodie", quote: "Perfect for relaxing, music, and long conversations.", tag: "Food", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-book-coffee-shop_23-2150378308.jpg", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-friends-sitting-together_23-2149241597.jpg", imageAlt: "cafe interior artistic cozy decor"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David K.",
|
||||
date: "Aug 2023",
|
||||
title: "Coffee Lover",
|
||||
quote: "The best place to hide away from city noise.",
|
||||
tag: "Oasis",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/having-lunch-spacious-restaurant_52683-117480.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/different-vegetables-wooden-background_1220-4232.jpg?_wi=5",
|
||||
imageAlt: "gourmet brunch risotto plate rustic",
|
||||
},
|
||||
id: "t4", name: "David K.", date: "Aug 2023", title: "Coffee Lover", quote: "The best place to hide away from city noise.", tag: "Oasis", avatarSrc: "http://img.b2bpic.net/free-photo/having-lunch-spacious-restaurant_52683-117480.jpg", imageSrc: "http://img.b2bpic.net/free-photo/different-vegetables-wooden-background_1220-4232.jpg", imageAlt: "gourmet brunch risotto plate rustic"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Anna P.",
|
||||
date: "Dec 2023",
|
||||
title: "Local",
|
||||
quote: "Always the right music and the perfect drink.",
|
||||
tag: "Spot",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/family-reunion-celebrating-winter_23-2149628493.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-with-delicious-cocktail_23-2150166188.jpg?_wi=2",
|
||||
imageAlt: "portrait happy guest casual dining",
|
||||
},
|
||||
id: "t5", name: "Anna P.", date: "Dec 2023", title: "Local", quote: "Always the right music and the perfect drink.", tag: "Spot", avatarSrc: "http://img.b2bpic.net/free-photo/family-reunion-celebrating-winter_23-2149628493.jpg", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-with-delicious-cocktail_23-2150166188.jpg", imageAlt: "portrait happy guest casual dining"},
|
||||
]}
|
||||
title="Loved by Guests"
|
||||
description="What our community says about their moments at Lelos."
|
||||
@@ -291,16 +159,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Visit Us"
|
||||
title="Find Your Moment"
|
||||
description="Join us for coffee, dinner, or a late-night drink in the heart of the city."
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve Your Table",
|
||||
href: "#",
|
||||
},
|
||||
text: "Reserve Your Table", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -309,42 +174,27 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Lelos",
|
||||
items: [
|
||||
title: "Lelos", items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#",
|
||||
},
|
||||
label: "Contact", href: "#"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Socials",
|
||||
items: [
|
||||
title: "Socials", items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
label: "Instagram", href: "#"},
|
||||
{
|
||||
label: "Twitter",
|
||||
href: "#",
|
||||
},
|
||||
label: "Twitter", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy", href: "#"},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user