Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
164
src/app/page.tsx
164
src/app/page.tsx
@@ -29,17 +29,11 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Experience",
|
||||
id: "#experience",
|
||||
},
|
||||
name: "Experience", id: "#experience"},
|
||||
{
|
||||
name: "Our Story",
|
||||
id: "#about",
|
||||
},
|
||||
name: "Our Story", id: "#about"},
|
||||
{
|
||||
name: "Visit Us",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Visit Us", id: "#contact"},
|
||||
]}
|
||||
brandName="Lalibela Cafe"
|
||||
/>
|
||||
@@ -51,73 +45,39 @@ export default function LandingPage() {
|
||||
description="Step into a space where Ethiopian tradition meets modern luxury—where every cup is crafted with intention, and every visit feels like a moment worth savoring."
|
||||
testimonials={[
|
||||
{
|
||||
title: "Coffee Rituals",
|
||||
quote: "Delicious food, amazing coffee, and such a chill atmosphere. A hidden gem.",
|
||||
name: "Sarah Johnson",
|
||||
role: "Local Resident",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-satisfied-happy-young-man-glasses-working-cafe-sitting-coworking-space-with-laptop-showing-thumbs-up-like-approve-smth-good-chatting-giving-online-lessons_1258-314620.jpg",
|
||||
},
|
||||
testimonial: "Delicious food, amazing coffee, and such a chill atmosphere. A hidden gem.", name: "Sarah Johnson", handle: "Local Resident", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-satisfied-happy-young-man-glasses-working-cafe-sitting-coworking-space-with-laptop-showing-thumbs-up-like-approve-smth-good-chatting-giving-online-lessons_1258-314620.jpg"},
|
||||
{
|
||||
title: "Authentic",
|
||||
quote: "Kind, welcoming owners and an unforgettable coffee ceremony.",
|
||||
name: "Michael Chen",
|
||||
role: "Coffee Enthusiast",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-cup-coffee_107420-12308.jpg",
|
||||
},
|
||||
testimonial: "Kind, welcoming owners and an unforgettable coffee ceremony.", name: "Michael Chen", handle: "Coffee Enthusiast", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-cup-coffee_107420-12308.jpg"},
|
||||
{
|
||||
title: "Perfect Spot",
|
||||
quote: "My new favorite place to study and relax. Unbeatable energy.",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Student",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-enjoying-coffee-cup_23-2148756305.jpg",
|
||||
},
|
||||
testimonial: "My new favorite place to study and relax. Unbeatable energy.", name: "Emily Rodriguez", handle: "Student", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-enjoying-coffee-cup_23-2148756305.jpg"},
|
||||
{
|
||||
title: "Refined",
|
||||
quote: "The most intentional coffee experience I've had in Denver.",
|
||||
name: "David Kim",
|
||||
role: "Designer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-coffee-cup_23-2149045767.jpg",
|
||||
},
|
||||
testimonial: "The most intentional coffee experience I've had in Denver.", name: "David Kim", handle: "Designer", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-coffee-cup_23-2149045767.jpg"},
|
||||
{
|
||||
title: "Community",
|
||||
quote: "I feel at home every time I walk through the door.",
|
||||
name: "Alex Rivera",
|
||||
role: "Creative",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-cute-woman_23-2148422458.jpg",
|
||||
},
|
||||
testimonial: "I feel at home every time I walk through the door.", name: "Alex Rivera", handle: "Creative", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-cute-woman_23-2148422458.jpg"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Visit Us Today",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Visit Us Today", href: "#contact"},
|
||||
{
|
||||
text: "Experience the Ceremony",
|
||||
href: "#experience",
|
||||
},
|
||||
text: "Experience the Ceremony", href: "#experience"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cocktail-wooden-table-restaurant_23-2147936121.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-satisfied-happy-young-man-glasses-working-cafe-sitting-coworking-space-with-laptop-showing-thumbs-up-like-approve-smth-good-chatting-giving-online-lessons_1258-314620.jpg",
|
||||
alt: "Sarah J.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-satisfied-happy-young-man-glasses-working-cafe-sitting-coworking-space-with-laptop-showing-thumbs-up-like-approve-smth-good-chatting-giving-online-lessons_1258-314620.jpg", alt: "Sarah J."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-cup-coffee_107420-12308.jpg",
|
||||
alt: "Michael C.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-cup-coffee_107420-12308.jpg", alt: "Michael C."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-enjoying-coffee-cup_23-2148756305.jpg",
|
||||
alt: "Emily R.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-enjoying-coffee-cup_23-2148756305.jpg", alt: "Emily R."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-coffee-cup_23-2149045767.jpg",
|
||||
alt: "David K.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-coffee-cup_23-2149045767.jpg", alt: "David K."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-cute-woman_23-2148422458.jpg",
|
||||
alt: "Alex R.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-cute-woman_23-2148422458.jpg", alt: "Alex R."},
|
||||
]}
|
||||
avatarText="Loved by 500+ locals"
|
||||
/>
|
||||
@@ -130,17 +90,11 @@ export default function LandingPage() {
|
||||
description="At Lalibela Cafe, coffee is more than a drink—it’s a ritual, a culture, and a connection. From the careful roasting of each bean to the art of brewing, everything we do is intentional. We blend warmth and sophistication, creating a space for quiet mornings and meaningful conversations."
|
||||
metrics={[
|
||||
{
|
||||
value: "100%",
|
||||
title: "Authentic Tradition",
|
||||
},
|
||||
value: "100%", title: "Authentic Tradition"},
|
||||
{
|
||||
value: "Small Batch",
|
||||
title: "Freshly Roasted",
|
||||
},
|
||||
value: "Small Batch", title: "Freshly Roasted"},
|
||||
{
|
||||
value: "Daily",
|
||||
title: "Community Moments",
|
||||
},
|
||||
value: "Daily", title: "Community Moments"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/slice-chocolate-cake-grains-cinnamons-burlap_114579-21389.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -156,23 +110,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "The Coffee",
|
||||
description: "Bold, smooth, and freshly roasted. Craftsmanship in every cup.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-coffee-beans-iron-vase_140725-9066.jpg",
|
||||
imageAlt: "Coffee",
|
||||
},
|
||||
title: "The Coffee", description: "Bold, smooth, and freshly roasted. Craftsmanship in every cup.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-coffee-beans-iron-vase_140725-9066.jpg", imageAlt: "Coffee"},
|
||||
{
|
||||
title: "The Ceremony",
|
||||
description: "Immersive and intentional, our traditional Ethiopian ceremony is a cultural experience.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/epiphany-day-treasure-chest-with-raisins-magus_23-2148746799.jpg",
|
||||
imageAlt: "Ceremony",
|
||||
},
|
||||
title: "The Ceremony", description: "Immersive and intentional, our traditional Ethiopian ceremony is a cultural experience.", imageSrc: "http://img.b2bpic.net/free-photo/epiphany-day-treasure-chest-with-raisins-magus_23-2148746799.jpg", imageAlt: "Ceremony"},
|
||||
{
|
||||
title: "The Food",
|
||||
description: "Flavorful, real dishes and pastries inspired by rich Ethiopian traditions.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/nutritious-indian-dosa-composition_23-2149086065.jpg",
|
||||
imageAlt: "Food",
|
||||
},
|
||||
title: "The Food", description: "Flavorful, real dishes and pastries inspired by rich Ethiopian traditions.", imageSrc: "http://img.b2bpic.net/free-photo/nutritious-indian-dosa-composition_23-2149086065.jpg", imageAlt: "Food"},
|
||||
]}
|
||||
title="Elevated Offerings"
|
||||
description="Discover craftsmanship in every detail of our curated menu."
|
||||
@@ -188,30 +130,15 @@ export default function LandingPage() {
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Do you host traditional coffee ceremonies?",
|
||||
content: "Yes! Our coffee ceremony is a centerpiece of the Lalibela experience. Check our social media for scheduled times.",
|
||||
},
|
||||
id: "1", title: "Do you host traditional coffee ceremonies?", content: "Yes! Our coffee ceremony is a centerpiece of the Lalibela experience. Check our social media for scheduled times."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Are you pet-friendly?",
|
||||
content: "Our patio area is welcoming to well-behaved pets, while the indoor area is reserved for all guests.",
|
||||
},
|
||||
id: "2", title: "Are you pet-friendly?", content: "Our patio area is welcoming to well-behaved pets, while the indoor area is reserved for all guests."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Do you offer vegan options?",
|
||||
content: "We offer several traditional Ethiopian vegan dishes and pastries made fresh daily.",
|
||||
},
|
||||
id: "3", title: "Do you offer vegan options?", content: "We offer several traditional Ethiopian vegan dishes and pastries made fresh daily."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Do you take reservations?",
|
||||
content: "We operate on a first-come, first-served basis to maintain a relaxed and welcoming flow.",
|
||||
},
|
||||
id: "4", title: "Do you take reservations?", content: "We operate on a first-come, first-served basis to maintain a relaxed and welcoming flow."},
|
||||
{
|
||||
id: "5",
|
||||
title: "Is there parking available?",
|
||||
content: "Yes, we have dedicated parking spaces available at the rear of our building.",
|
||||
},
|
||||
id: "5", title: "Is there parking available?", content: "Yes, we have dedicated parking spaces available at the rear of our building."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -220,8 +147,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Visit Us"
|
||||
title="Slow Down. Experience More."
|
||||
description="7950 E Mississippi Ave #2, Denver, CO. Join us daily for the perfect cup."
|
||||
@@ -233,33 +159,21 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Cafe",
|
||||
items: [
|
||||
title: "Cafe", items: [
|
||||
{
|
||||
label: "Our Story",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Our Story", href: "#about"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#experience",
|
||||
},
|
||||
label: "Menu", href: "#experience"},
|
||||
{
|
||||
label: "Visit Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Visit Us", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user