Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-05-25 14:12:54 +00:00

View File

@@ -29,56 +29,25 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Ritual",
id: "hero",
},
{
name: "Craft",
id: "experience",
},
{
name: "Menu",
id: "products",
},
{
name: "Location",
id: "contact",
},
{ name: "Ritual", id: "hero" },
{ name: "Craft", id: "experience" },
{ name: "Menu", id: "products" },
{ name: "Location", id: "contact" },
]}
brandName="WOLFØX MADRID"
button={{ text: "Reserve Table" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroSplitDualMedia
background={{
variant: "radial-gradient",
}}
background={{ variant: "radial-gradient" }}
title="Madrids Ritual of Specialty Coffee"
description="Crafted for slow mornings. Obsession in every drop."
tag="Hidden Coffee Ritual"
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-chair-inside-cafe_1303-19192.jpg?_wi=1",
imageAlt: "Cinematic coffee pour",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-having-cup-coffee_171337-17117.jpg",
imageAlt: "Urban café atmosphere",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/twig-near-cups-lamp_23-2147811205.jpg",
imageAlt: "Twig near cups and lamp",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-table-with-cocktail-burning-candle-side-view_140725-12766.jpg",
imageAlt: "A woman sitting at the table with cocktail",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-sitting-restaurant_23-2149930183.jpg",
imageAlt: "Side view people sitting at restaurant",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-chair-inside-cafe_1303-19192.jpg", imageAlt: "Cinematic coffee pour" },
{ imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-having-cup-coffee_171337-17117.jpg", imageAlt: "Urban café atmosphere" }
]}
mediaAnimation="blur-reveal"
rating={5}
@@ -99,43 +68,11 @@ export default function LandingPage() {
textboxLayout="split"
gridVariant="bento-grid"
useInvertedBackground={false}
animationType="blur-reveal"
products={[
{
id: "p1",
name: "Specialty Espresso",
price: "3.50€",
imageSrc: "http://img.b2bpic.net/free-photo/double-espresso-coffee-mug-with-cinnamon-sticks-coffee-beans-wooden-board_181624-57338.jpg",
},
{
id: "p2",
name: "Matcha Latte",
price: "4.50€",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-teapot-with-green-matcha_23-2148296749.jpg",
},
{
id: "p3",
name: "Avocado Toast",
price: "9.00€",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-black-rice-with-olives_23-2148469877.jpg",
},
{
id: "p4",
name: "Artisanal Pastry",
price: "3.00€",
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-eclair-coated-with-chocolate-grated-nuts_140725-4579.jpg",
},
{
id: "p5",
name: "Signature Latte",
price: "4.20€",
imageSrc: "http://img.b2bpic.net/free-photo/hot-latte-coffee-cup-table_1203-9913.jpg",
},
{
id: "p6",
name: "Salmon Toast",
price: "10.50€",
imageSrc: "http://img.b2bpic.net/free-photo/plate-fish-chips-potatoes-wooden-surface_839833-19792.jpg",
},
{ id: "p1", name: "Specialty Espresso", price: "3.50€", imageSrc: "http://img.b2bpic.net/free-photo/double-espresso-coffee-mug-with-cinnamon-sticks-coffee-beans-wooden-board_181624-57338.jpg" },
{ id: "p2", name: "Matcha Latte", price: "4.50€", imageSrc: "http://img.b2bpic.net/free-photo/top-view-teapot-with-green-matcha_23-2148296749.jpg" },
{ id: "p3", name: "Avocado Toast", price: "9.00€", imageSrc: "http://img.b2bpic.net/free-photo/delicious-black-rice-with-olives_23-2148469877.jpg" }
]}
title="The Daily Ritual"
description="Artisan essentials, roasted and prepared with purpose."
@@ -149,23 +86,12 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Atmospheric Design",
description: "Nordic minimalist vibe.",
bentoComponent: "media-stack",
items: [
{
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-having-coffee_107420-84922.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/crop-barista-making-froth-coffee_23-2147775924.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/view-coffee-cup-with-pastel-colored-background_23-2151752968.jpg",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-chair-inside-cafe_1303-19192.jpg?_wi=2",
imageAlt: "boutique cafe interior dark",
},
title: "Atmospheric Design", description: "Nordic minimalist vibe.", bentoComponent: "media-stack", items: [
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-having-coffee_107420-84922.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/crop-barista-making-froth-coffee_23-2147775924.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/view-coffee-cup-with-pastel-colored-background_23-2151752968.jpg" }
]
}
]}
title="A Hidden Gem in the City"
description="Designed with intention, intimate by nature."
@@ -176,31 +102,11 @@ export default function LandingPage() {
<TestimonialCardTwelve
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Elena R.",
imageSrc: "http://img.b2bpic.net/free-photo/cocktail_23-2148176769.jpg",
},
{
id: "2",
name: "Marco S.",
imageSrc: "http://img.b2bpic.net/free-photo/aroma-background-love-house-taste_1232-3951.jpg",
},
{
id: "3",
name: "Sofia K.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-tea-cup_23-2148786653.jpg",
},
{
id: "4",
name: "Javier M.",
imageSrc: "http://img.b2bpic.net/free-photo/healthy-sandwich-with-orange-juice_1301-626.jpg",
},
{
id: "5",
name: "Lucia F.",
imageSrc: "http://img.b2bpic.net/free-photo/yellow-gold-oil-paint-abstract-background-oil-paint-yellow-gold-oil-paint-background-yellow-gold-marble-pattern-texture-abstract-background_1258-90624.jpg",
},
{ id: "1", name: "Elena R.", imageSrc: "http://img.b2bpic.net/free-photo/cocktail_23-2148176769.jpg" },
{ id: "2", name: "Marco S.", imageSrc: "http://img.b2bpic.net/free-photo/aroma-background-love-house-taste_1232-3951.jpg" },
{ id: "3", name: "Sofia K.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-tea-cup_23-2148786653.jpg" },
{ id: "4", name: "Javier M.", imageSrc: "http://img.b2bpic.net/free-photo/healthy-sandwich-with-orange-juice_1301-626.jpg" },
{ id: "5", name: "Lucia F.", imageSrc: "http://img.b2bpic.net/free-photo/yellow-gold-oil-paint-abstract-background-oil-paint-yellow-gold-oil-paint-background-yellow-gold-marble-pattern-texture-abstract-background_1258-90624.jpg" }
]}
cardTitle="What Regulars Say"
cardTag="Cult Connection"
@@ -211,9 +117,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={false}
background={{
variant: "radial-gradient",
}}
background={{ variant: "radial-gradient" }}
tag="Visit Us"
title="Your next coffee ritual starts here."
description="Calle de los Cafés, Madrid. Open daily 8:00 - 18:00."
@@ -227,31 +131,17 @@ export default function LandingPage() {
logoText="WOLFØX"
columns={[
{
title: "Navigation",
items: [
{
label: "Ritual",
href: "#hero",
},
{
label: "Location",
href: "#contact",
},
],
title: "Navigation", items: [
{ label: "Ritual", href: "#hero" },
{ label: "Location", href: "#contact" }
]
},
{
title: "Social",
items: [
{
label: "Instagram",
href: "#",
},
{
label: "Maps",
href: "#",
},
],
},
title: "Social", items: [
{ label: "Instagram", href: "#" },
{ label: "Maps", href: "#" }
]
}
]}
copyrightText="© 2024 WOLFØX Madrid. All rights reserved."
/>