Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-04 13:32:34 +00:00

View File

@@ -28,14 +28,11 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{
name: "Home", id: "hero"},
{
name: "Our Story", id: "about"},
{
name: "Menu", id: "menu"},
{
name: "Visit Us", id: "contact"},
{ name: "Home", id: "hero" },
{ name: "Our Story", id: "about" },
{ name: "Menu", id: "menu" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" },
]}
brandName="Edel Café"
/>
@@ -43,27 +40,17 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardRotatedCarousel
background={{
variant: "sparkles-gradient"}}
background={{ variant: "sparkles-gradient" }}
title="Specialty coffee meets Madrid warmth"
description="Edel Café is an intimate sanctuary where every cup is crafted with care and every guest feels at home—discover why locals return daily for exceptional coffee, fresh pastries, and genuine hospitality."
buttons={[
{
text: "Visit us today", href: "#contact"},
]}
buttons={[{ text: "Visit us today", href: "#contact" }]}
carouselItems={[
{
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-donut_23-2148773568.jpg", imageAlt: "Intimate café interior in Madrid"},
{
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/top-view-female-barista-pouring-frothed-milk-cup_23-2148824452.jpg", imageAlt: "Barista making specialty pour-over coffee"},
{
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/two-fresh-homemade-croissant-pine-cone-grey-background_114579-58974.jpg", imageAlt: "Freshly baked pastries on display"},
{
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/open-book-table_23-2148171385.jpg", imageAlt: "Sunlit cozy cafe reading nook"},
{
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/close-up-barista-pouring-coffee-into-cup_23-2148420316.jpg", imageAlt: "Latte art in a ceramic cup"},
{
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/two-female-friends-cafe_23-2148721131.jpg", imageAlt: "Customers enjoying morning coffee in our cafe"},
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-donut_23-2148773568.jpg", imageAlt: "Intimate café interior in Madrid" },
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/top-view-female-barista-pouring-frothed-milk-cup_23-2148824452.jpg", imageAlt: "Barista making specialty pour-over coffee" },
{ id: "3", imageSrc: "http://img.b2bpic.net/free-photo/two-fresh-homemade-croissant-pine-cone-grey-background_114579-58974.jpg", imageAlt: "Freshly baked pastries on display" },
{ id: "4", imageSrc: "http://img.b2bpic.net/free-photo/open-book-table_23-2148171385.jpg", imageAlt: "Sunlit cozy cafe reading nook" },
{ id: "5", imageSrc: "http://img.b2bpic.net/free-photo/close-up-barista-pouring-coffee-into-cup_23-2148420316.jpg", imageAlt: "Latte art in a ceramic cup" },
{ id: "6", imageSrc: "http://img.b2bpic.net/free-photo/two-female-friends-cafe_23-2148721131.jpg", imageAlt: "Customers enjoying morning coffee in our cafe" },
]}
/>
</div>
@@ -72,10 +59,7 @@ export default function LandingPage() {
<TextAbout
useInvertedBackground={true}
title="A sanctuary for coffee lovers in the heart of Madrid"
buttons={[
{
text: "Learn more about us", href: "#about"},
]}
buttons={[{ text: "Learn more about us", href: "#about" }]}
tag="Our Story"
/>
</div>
@@ -87,18 +71,12 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
products={[
{
id: "p1", name: "Specialty Pour Over", price: "€4.50", variant: "Premium single-origin", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-pouring-coffee-white-cup_23-2147874462.jpg"},
{
id: "p2", name: "Butter Croissant", price: "€2.50", variant: "Freshly baked daily", imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-with-bakery-marble-table_23-2148039781.jpg"},
{
id: "p3", name: "Cappuccino", price: "€3.50", variant: "Classic with oat option", imageSrc: "http://img.b2bpic.net/free-photo/white-coffee-cup-with-spoon-with-cafe-background_157027-4444.jpg"},
{
id: "p4", name: "Avocado Toast", price: "€8.00", variant: "With poached egg", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-square-pizza-with-zucchini_23-2149294878.jpg"},
{
id: "p5", name: "Matcha Latte", price: "€4.00", variant: "Ceremonial grade", imageSrc: "http://img.b2bpic.net/free-photo/iced-matcha-latte_1339-1056.jpg"},
{
id: "p6", name: "Almond Cake Slice", price: "€3.00", variant: "House-made recipe", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-delicious-poppy-seeds-piece-cake-with-white-sugar-glaze-white-table_181624-45784.jpg"},
{ id: "p1", name: "Specialty Pour Over", price: "€4.50", variant: "Premium single-origin", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-pouring-coffee-white-cup_23-2147874462.jpg" },
{ id: "p2", name: "Butter Croissant", price: "€2.50", variant: "Freshly baked daily", imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-with-bakery-marble-table_23-2148039781.jpg" },
{ id: "p3", name: "Cappuccino", price: "€3.50", variant: "Classic with oat option", imageSrc: "http://img.b2bpic.net/free-photo/white-coffee-cup-with-spoon-with-cafe-background_157027-4444.jpg" },
{ id: "p4", name: "Avocado Toast", price: "€8.00", variant: "With poached egg", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-square-pizza-with-zucchini_23-2149294878.jpg" },
{ id: "p5", name: "Matcha Latte", price: "€4.00", variant: "Ceremonial grade", imageSrc: "http://img.b2bpic.net/free-photo/iced-matcha-latte_1339-1056.jpg" },
{ id: "p6", name: "Almond Cake Slice", price: "€3.00", variant: "House-made recipe", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-delicious-poppy-seeds-piece-cake-with-white-sugar-glaze-white-table_181624-45784.jpg" },
]}
title="Artisanal menu"
description="Handcrafted coffee, breakfast staples, and house-made pastries."
@@ -111,16 +89,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
testimonials={[
{
id: "t1", name: "Elena M.", role: "Local Professional", testimonial: "The best coffee in Madrid, and the atmosphere is perfect for working.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-holding-book_23-2150062130.jpg"},
{
id: "t2", name: "Javier R.", role: "Remote Worker", testimonial: "Reliable Wi-Fi and even better pastries. My morning routine.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-restaurant-drinking-coffee_23-2148348910.jpg"},
{
id: "t3", name: "Sarah J.", role: "Tourist", testimonial: "Found this place by accident and fell in love with the service.", imageSrc: "http://img.b2bpic.net/free-photo/man-woman-laughing-bar_23-2147680756.jpg"},
{
id: "t4", name: "Carlos G.", role: "Regular Guest", testimonial: "Always feels like coming home. The hospitality is genuine.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-standing-kitchen_107420-12358.jpg"},
{
id: "t5", name: "Sofia L.", role: "Coffee Enthusiast", testimonial: "Authentic specialty coffee that doesn't feel pretentious.", imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-cafe-drinking-coffee_1303-30736.jpg"},
{ id: "t1", name: "Elena M.", role: "Local Professional", testimonial: "The best coffee in Madrid, and the atmosphere is perfect for working.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-holding-book_23-2150062130.jpg" },
{ id: "t2", name: "Javier R.", role: "Remote Worker", testimonial: "Reliable Wi-Fi and even better pastries. My morning routine.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-restaurant-drinking-coffee_23-2148348910.jpg" },
{ id: "t3", name: "Sarah J.", role: "Tourist", testimonial: "Found this place by accident and fell in love with the service.", imageSrc: "http://img.b2bpic.net/free-photo/man-woman-laughing-bar_23-2147680756.jpg" },
{ id: "t4", name: "Carlos G.", role: "Regular Guest", testimonial: "Always feels like coming home. The hospitality is genuine.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-standing-kitchen_107420-12358.jpg" },
{ id: "t5", name: "Sofia L.", role: "Coffee Enthusiast", testimonial: "Authentic specialty coffee that doesn't feel pretentious.", imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-cafe-drinking-coffee_1303-30736.jpg" },
]}
title="Loved by locals"
description="See what our regulars and visitors say about their time at Edel Café."
@@ -130,37 +103,19 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCTA
useInvertedBackground={false}
background={{
variant: "plain"}}
background={{ variant: "plain" }}
tag="Visit Us"
title="Experience Madrid warmth"
description="Located in the heart of the city. Join us for a cup of excellence today."
buttons={[
{
text: "Get directions", href: "https://maps.google.com"},
]}
buttons={[{ text: "Get directions", href: "https://maps.google.com" }]}
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{
items: [
{
label: "Menu", href: "#menu"},
{
label: "Our Story", href: "#about"},
],
},
{
items: [
{
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service", href: "#"},
],
},
{ items: [{ label: "Menu", href: "#menu" }, { label: "Our Story", href: "#about" }] },
{ items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
]}
logoText="Edel Café"
/>
@@ -168,4 +123,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}