Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fa1fe1a4ad | |||
| 1292a9f42d | |||
| 6c581ae59e |
@@ -9,6 +9,7 @@ import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
|
|||||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||||
|
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||||
import TextAbout from '@/components/sections/about/TextAbout';
|
import TextAbout from '@/components/sections/about/TextAbout';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
@@ -31,7 +32,7 @@ export default function LandingPage() {
|
|||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Ritual", id: "hero" },
|
{ name: "Ritual", id: "hero" },
|
||||||
{ name: "Craft", id: "experience" },
|
{ name: "Craft", id: "experience" },
|
||||||
{ name: "Menu", id: "products" },
|
{ name: "About", id: "about" },
|
||||||
{ name: "Location", id: "contact" },
|
{ name: "Location", id: "contact" },
|
||||||
]}
|
]}
|
||||||
brandName="WOLFØX MADRID"
|
brandName="WOLFØX MADRID"
|
||||||
@@ -63,6 +64,16 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div id="about" data-section="about">
|
||||||
|
<TextSplitAbout
|
||||||
|
useInvertedBackground={true}
|
||||||
|
title="About WOLFØX"
|
||||||
|
description={[
|
||||||
|
"Founded in the heart of Madrid, WOLFØX is more than a café; it's a sanctuary for coffee purists.", "Our beans are meticulously sourced and roasted in small batches to honor the craft.", "Whether you're starting your morning ritual or seeking a quiet respite, we invite you to experience the difference of intentional coffee."
|
||||||
|
]}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="products" data-section="products">
|
<div id="products" data-section="products">
|
||||||
<ProductCardThree
|
<ProductCardThree
|
||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
@@ -133,6 +144,7 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
title: "Navigation", items: [
|
title: "Navigation", items: [
|
||||||
{ label: "Ritual", href: "#hero" },
|
{ label: "Ritual", href: "#hero" },
|
||||||
|
{ label: "About", href: "#about" },
|
||||||
{ label: "Location", href: "#contact" }
|
{ label: "Location", href: "#contact" }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user