Merge version_1 into main #1
158
src/app/page.tsx
158
src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
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: "Visit Us",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Visit Us", id: "contact"},
|
||||
]}
|
||||
brandName="Edel Café"
|
||||
/>
|
||||
@@ -52,47 +44,26 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
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",
|
||||
},
|
||||
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: "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: "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: "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: "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: "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: "6", imageSrc: "http://img.b2bpic.net/free-photo/two-female-friends-cafe_23-2148721131.jpg", imageAlt: "Customers enjoying morning coffee in our cafe"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -103,9 +74,7 @@ export default function LandingPage() {
|
||||
title="A sanctuary for coffee lovers in the heart of Madrid"
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn more about us",
|
||||
href: "#about",
|
||||
},
|
||||
text: "Learn more about us", href: "#about"},
|
||||
]}
|
||||
tag="Our Story"
|
||||
/>
|
||||
@@ -119,47 +88,17 @@ export default function LandingPage() {
|
||||
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: "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: "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: "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: "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: "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: "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."
|
||||
@@ -168,44 +107,20 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwo
|
||||
animationType="slide-up"
|
||||
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: "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: "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: "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: "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: "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é."
|
||||
@@ -216,16 +131,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
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",
|
||||
},
|
||||
text: "Get directions", href: "https://maps.google.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -236,25 +148,17 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
{
|
||||
label: "Our Story",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Our Story", href: "#about"},
|
||||
],
|
||||
},
|
||||
{
|
||||
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