Merge version_1 into main #2

Merged
bender merged 5 commits from version_1 into main 2026-04-07 22:17:19 +00:00
5 changed files with 87 additions and 506 deletions

View File

@@ -7,7 +7,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating
import TeamCardOne from '@/components/sections/team/TeamCardOne';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
export default function LandingPage() {
export default function AboutPage() {
return (
<ThemeProvider
defaultButtonVariant="hover-magnetic"
@@ -25,28 +25,14 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
{
name: "About",
id: "/about",
},
{
name: "Products",
id: "/products",
},
{
name: "Stores",
id: "/stores",
},
{
name: "Contact",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Products", id: "/products" },
{ name: "Stores", id: "/stores" },
{ name: "Contact", id: "/contact" },
]}
brandName="Wawelski"
button={{ text: "Visit Now", href: "/stores" }}
/>
</div>
@@ -55,9 +41,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="A Belief in Heritage"
description={[
"Wawelski began with a simple belief: food has the power to bring people together and keep traditions alive. Our shelves are filled with the flavors we grew up with—crafted by artisans, trusted by families, and chosen with intention.",
"We believe that everyday foods can be special. That a slice of fresh sernik or the scent of smoked kielbasa can elevate even the simplest day.",
]}
"Wawelski began with a simple belief: food has the power to bring people together and keep traditions alive. Our shelves are filled with the flavors we grew up with—crafted by artisans, trusted by families, and chosen with intention.", "We believe that everyday foods can be special. That a slice of fresh sernik or the scent of smoked kielbasa can elevate even the simplest day."]}
/>
</div>
@@ -70,18 +54,8 @@ export default function LandingPage() {
title="Meet the Team"
description="Our dedicated staff ensuring the best service."
members={[
{
id: "s1",
name: "Anna",
role: "Founder",
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_23-2149865330.jpg?_wi=3",
},
{
id: "s2",
name: "Petr",
role: "Chef",
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_23-2149865330.jpg?_wi=4",
},
{ id: "s1", name: "Anna", role: "Founder", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_23-2149865330.jpg" },
{ id: "s2", name: "Petr", role: "Chef", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_23-2149865330.jpg" },
]}
/>
</div>
@@ -89,45 +63,9 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterBase
columns={[
{
title: "Shop",
items: [
{
label: "All Products",
href: "/products",
},
{
label: "Seasonal",
href: "/products#seasonal",
},
],
},
{
title: "Company",
items: [
{
label: "About Us",
href: "/about",
},
{
label: "Locations",
href: "/stores",
},
],
},
{
title: "Contact",
items: [
{
label: "Contact Form",
href: "/contact",
},
{
label: "Email",
href: "mailto:hello@wawelski.co.uk",
},
],
},
{ title: "Shop", items: [{ label: "All Products", href: "/products" }, { label: "Seasonal", href: "/products#seasonal" }] },
{ title: "Company", items: [{ label: "About Us", href: "/about" }, { label: "Locations", href: "/stores" }] },
{ title: "Contact", items: [{ label: "Contact Form", href: "/contact" }, { label: "Email", href: "mailto:hello@wawelski.co.uk" }] },
]}
logoText="Wawelski"
/>
@@ -135,4 +73,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -7,7 +7,7 @@ import FaqDouble from '@/components/sections/faq/FaqDouble';
import FooterBase from '@/components/sections/footer/FooterBase';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
export default function LandingPage() {
export default function ContactPage() {
return (
<ThemeProvider
defaultButtonVariant="hover-magnetic"
@@ -25,49 +25,27 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
{
name: "About",
id: "/about",
},
{
name: "Products",
id: "/products",
},
{
name: "Stores",
id: "/stores",
},
{
name: "Contact",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Products", id: "/products" },
{ name: "Stores", id: "/stores" },
{ name: "Contact", id: "/contact" },
]}
brandName="Wawelski"
button={{ text: "Visit Now", href: "/stores" }}
/>
</div>
<div id="contact-us" data-section="contact-us">
<ContactCTA
useInvertedBackground={true}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
tag="Get in touch"
title="Ask us about large orders, catering, or special products."
description="We are here to help. Reach us at hello@wawelski.co.uk or call our stores."
buttons={[
{
text: "Call Stevenage",
href: "tel:0143800000",
},
{
text: "Email Us",
href: "mailto:hello@wawelski.co.uk",
},
{ text: "Call Stevenage", href: "tel:0143800000" },
{ text: "Email Us", href: "mailto:hello@wawelski.co.uk" },
]}
/>
</div>
@@ -79,16 +57,8 @@ export default function LandingPage() {
title="Contact Help"
description="Common questions regarding contact."
faqs={[
{
id: "f1",
title: "How long for email response?",
content: "We aim to respond within 24 hours.",
},
{
id: "f2",
title: "Do you answer phone inquiries?",
content: "Yes, our team is available during store hours.",
},
{ id: "f1", title: "How long for email response?", content: "We aim to respond within 24 hours." },
{ id: "f2", title: "Do you answer phone inquiries?", content: "Yes, our team is available during store hours." },
]}
faqsAnimation="slide-up"
/>
@@ -97,45 +67,9 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterBase
columns={[
{
title: "Shop",
items: [
{
label: "All Products",
href: "/products",
},
{
label: "Seasonal",
href: "/products#seasonal",
},
],
},
{
title: "Company",
items: [
{
label: "About Us",
href: "/about",
},
{
label: "Locations",
href: "/stores",
},
],
},
{
title: "Contact",
items: [
{
label: "Contact Form",
href: "/contact",
},
{
label: "Email",
href: "mailto:hello@wawelski.co.uk",
},
],
},
{ title: "Shop", items: [{ label: "All Products", href: "/products" }, { label: "Seasonal", href: "/products#seasonal" }] },
{ title: "Company", items: [{ label: "About Us", href: "/about" }, { label: "Locations", href: "/stores" }] },
{ title: "Contact", items: [{ label: "Contact Form", href: "/contact" }, { label: "Email", href: "mailto:hello@wawelski.co.uk" }] },
]}
logoText="Wawelski"
/>
@@ -143,4 +77,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -28,44 +28,23 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
{
name: "About",
id: "/about",
},
{
name: "Products",
id: "/products",
},
{
name: "Stores",
id: "/stores",
},
{
name: "Contact",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Products", id: "/products" },
{ name: "Stores", id: "/stores" },
{ name: "Contact", id: "/contact" },
]}
brandName="Wawelski"
button={{ text: "Visit Now", href: "/stores" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroLogoBillboard
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
logoText="Wawelski"
description="Rooted in Tradition. Inspired by Home. Your local source for authentic Polish and European flavors."
buttons={[
{
text: "View Products",
href: "/products",
},
]}
buttons={[{ text: "View Products", href: "/products" }]}
imageSrc="http://img.b2bpic.net/free-photo/sliced-bread-basket_140725-90.jpg"
mediaAnimation="slide-up"
/>
@@ -78,26 +57,10 @@ export default function LandingPage() {
title="Frequently Asked Questions"
description="Answers to common questions about our products and services."
faqs={[
{
id: "1",
title: "Do you offer catering?",
content: "Yes, we specialize in catering for family gatherings, corporate events, and special celebrations with our traditional selection.",
},
{
id: "2",
title: "Are your products handmade?",
content: "Many of our bakery items and pierogi are handmade by our skilled kitchen team using traditional methods.",
},
{
id: "3",
title: "Can I order online?",
content: "Currently, we focus on in-store experiences at our Stevenage and Barnet locations, but we welcome large order inquiries via email.",
},
{
id: "4",
title: "Do you use local ingredients?",
content: "We prioritize local sourcing for fresh items while importing select specialty ingredients directly from Polish producers.",
},
{ id: "1", title: "Do you offer catering?", content: "Yes, we specialize in catering for family gatherings, corporate events, and special celebrations with our traditional selection." },
{ id: "2", title: "Are your products handmade?", content: "Many of our bakery items and pierogi are handmade by our skilled kitchen team using traditional methods." },
{ id: "3", title: "Can I order online?", content: "Currently, we focus on in-store experiences at our Stevenage and Barnet locations, but we welcome large order inquiries via email." },
{ id: "4", title: "Do you use local ingredients?", content: "We prioritize local sourcing for fresh items while importing select specialty ingredients directly from Polish producers." },
]}
faqsAnimation="slide-up"
/>
@@ -112,18 +75,8 @@ export default function LandingPage() {
title="Our Artisan Team"
description="Meet the passionate individuals keeping our heritage food traditions alive."
members={[
{
id: "staff-1",
name: "Anna",
role: "Head Baker",
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_23-2149865330.jpg?_wi=1",
},
{
id: "staff-2",
name: "Marek",
role: "Butcher",
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_23-2149865330.jpg?_wi=2",
},
{ id: "staff-1", name: "Anna", role: "Head Baker", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_23-2149865330.jpg" },
{ id: "staff-2", name: "Marek", role: "Butcher", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_23-2149865330.jpg" },
]}
/>
</div>
@@ -136,26 +89,8 @@ export default function LandingPage() {
title="From Our Kitchen"
description="Stories behind our ingredients and recipes."
blogs={[
{
id: "b1",
category: "Tradition",
title: "The Art of Sernik",
excerpt: "Discover the secret behind our signature creamy cheesecake.",
imageSrc: "http://img.b2bpic.net/free-photo/cake-with-side-berries-chocolate-syrup_141793-628.jpg?_wi=1",
authorName: "Anna",
authorAvatar: "http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_23-2149865330.jpg",
date: "2025-05-12",
},
{
id: "b2",
category: "Technique",
title: "Smoking Kielbasa",
excerpt: "A deep dive into our cold-smoking process.",
imageSrc: "http://img.b2bpic.net/free-photo/sliced-ham-sausage-with-bread-basket_140725-6342.jpg?_wi=1",
authorName: "Marek",
authorAvatar: "http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_23-2149865330.jpg",
date: "2025-05-15",
},
{ id: "b1", category: "Tradition", title: "The Art of Sernik", excerpt: "Discover the secret behind our signature creamy cheesecake.", imageSrc: "http://img.b2bpic.net/free-photo/cake-with-side-berries-chocolate-syrup_141793-628.jpg", authorName: "Anna", authorAvatar: "http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_23-2149865330.jpg", date: "2025-05-12" },
{ id: "b2", category: "Technique", title: "Smoking Kielbasa", excerpt: "A deep dive into our cold-smoking process.", imageSrc: "http://img.b2bpic.net/free-photo/sliced-ham-sausage-with-bread-basket_140725-6342.jpg", authorName: "Marek", authorAvatar: "http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_23-2149865330.jpg", date: "2025-05-15" },
]}
/>
</div>
@@ -166,21 +101,9 @@ export default function LandingPage() {
title="Our Impact"
tag="Quality First"
metrics={[
{
id: "m1",
value: "100+",
description: "Products curated",
},
{
id: "m2",
value: "2",
description: "Active locations",
},
{
id: "m3",
value: "15",
description: "Years of heritage",
},
{ id: "m1", value: "100+", description: "Products curated" },
{ id: "m2", value: "2", description: "Active locations" },
{ id: "m3", value: "15", description: "Years of heritage" },
]}
metricsAnimation="slide-up"
/>
@@ -189,45 +112,9 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterBase
columns={[
{
title: "Shop",
items: [
{
label: "All Products",
href: "/products",
},
{
label: "Seasonal",
href: "/products#seasonal",
},
],
},
{
title: "Company",
items: [
{
label: "About Us",
href: "/about",
},
{
label: "Locations",
href: "/stores",
},
],
},
{
title: "Contact",
items: [
{
label: "Contact Form",
href: "/contact",
},
{
label: "Email",
href: "mailto:hello@wawelski.co.uk",
},
],
},
{ title: "Shop", items: [{ label: "All Products", href: "/products" }, { label: "Seasonal", href: "/products#seasonal" }] },
{ title: "Company", items: [{ label: "About Us", href: "/about" }, { label: "Locations", href: "/stores" }] },
{ title: "Contact", items: [{ label: "Contact Form", href: "/contact" }, { label: "Email", href: "mailto:hello@wawelski.co.uk" }] },
]}
logoText="Wawelski"
/>
@@ -235,4 +122,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -7,7 +7,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
export default function LandingPage() {
export default function ProductsPage() {
return (
<ThemeProvider
defaultButtonVariant="hover-magnetic"
@@ -25,28 +25,14 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
{
name: "About",
id: "/about",
},
{
name: "Products",
id: "/products",
},
{
name: "Stores",
id: "/stores",
},
{
name: "Contact",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Products", id: "/products" },
{ name: "Stores", id: "/stores" },
{ name: "Contact", id: "/contact" },
]}
brandName="Wawelski"
button={{ text: "Visit Now", href: "/stores" }}
/>
</div>
@@ -57,48 +43,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
products={[
{
id: "1",
name: "Traditional Sernik",
price: 4.50",
variant: "Bakery",
imageSrc: "http://img.b2bpic.net/free-photo/cake-with-side-berries-chocolate-syrup_141793-628.jpg?_wi=2",
},
{
id: "2",
name: "Smoked Kielbasa",
price: "£8.90",
variant: "Fresh Meats",
imageSrc: "http://img.b2bpic.net/free-photo/sliced-ham-sausage-with-bread-basket_140725-6342.jpg?_wi=2",
},
{
id: "3",
name: "Handmade Pierogi",
price: "£6.20",
variant: "Polish Staples",
imageSrc: "http://img.b2bpic.net/free-photo/traditional-gurza-table_140725-9277.jpg?_wi=1",
},
{
id: "4",
name: "Forest Honey",
price: "£5.50",
variant: "Seasonal",
imageSrc: "http://img.b2bpic.net/free-photo/autumn-decoration-with-smoothies_23-2147676559.jpg",
},
{
id: "5",
name: "Melting Babka",
price: "£7.00",
variant: "Sweets",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-sweet-bread-with-coffee_23-2148695042.jpg?_wi=1",
},
{
id: "6",
name: "Seasonal Preserves",
price: "£4.00",
variant: "Seasonal",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-kombucha-arrangement-still-life_52683-127479.jpg",
},
{ id: "1", name: "Traditional Sernik", price: "£4.50", variant: "Bakery", imageSrc: "http://img.b2bpic.net/free-photo/cake-with-side-berries-chocolate-syrup_141793-628.jpg" },
{ id: "2", name: "Smoked Kielbasa", price: "£8.90", variant: "Fresh Meats", imageSrc: "http://img.b2bpic.net/free-photo/sliced-ham-sausage-with-bread-basket_140725-6342.jpg" },
{ id: "3", name: "Handmade Pierogi", price: "£6.20", variant: "Polish Staples", imageSrc: "http://img.b2bpic.net/free-photo/traditional-gurza-table_140725-9277.jpg" },
{ id: "4", name: "Forest Honey", price: 5.50", variant: "Seasonal", imageSrc: "http://img.b2bpic.net/free-photo/autumn-decoration-with-smoothies_23-2147676559.jpg" },
{ id: "5", name: "Melting Babka", price: "£7.00", variant: "Sweets", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-sweet-bread-with-coffee_23-2148695042.jpg" },
{ id: "6", name: "Seasonal Preserves", price: "£4.00", variant: "Seasonal", imageSrc: "http://img.b2bpic.net/free-photo/delicious-kombucha-arrangement-still-life_52683-127479.jpg" },
]}
title="Craft & Care"
description="Curated selection of our finest Polish and European delicacies."
@@ -114,24 +64,8 @@ export default function LandingPage() {
title="Featured Delicacies"
description="Top rated products by our community."
products={[
{
id: "p1",
brand: "Wawelski",
name: "Pierogi Selection",
price: "£6.00",
rating: 5,
reviewCount: "120",
imageSrc: "http://img.b2bpic.net/free-photo/traditional-gurza-table_140725-9277.jpg?_wi=2",
},
{
id: "p2",
brand: "Wawelski",
name: "Babka Swirl",
price: "£7.50",
rating: 5,
reviewCount: "85",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-sweet-bread-with-coffee_23-2148695042.jpg?_wi=2",
},
{ id: "p1", brand: "Wawelski", name: "Pierogi Selection", price: "£6.00", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/traditional-gurza-table_140725-9277.jpg" },
{ id: "p2", brand: "Wawelski", name: "Babka Swirl", price: "£7.50", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-sweet-bread-with-coffee_23-2148695042.jpg" },
]}
/>
</div>
@@ -139,45 +73,9 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterBase
columns={[
{
title: "Shop",
items: [
{
label: "All Products",
href: "/products",
},
{
label: "Seasonal",
href: "/products#seasonal",
},
],
},
{
title: "Company",
items: [
{
label: "About Us",
href: "/about",
},
{
label: "Locations",
href: "/stores",
},
],
},
{
title: "Contact",
items: [
{
label: "Contact Form",
href: "/contact",
},
{
label: "Email",
href: "mailto:hello@wawelski.co.uk",
},
],
},
{ title: "Shop", items: [{ label: "All Products", href: "/products" }, { label: "Seasonal", href: "/products#seasonal" }] },
{ title: "Company", items: [{ label: "About Us", href: "/about" }, { label: "Locations", href: "/stores" }] },
{ title: "Contact", items: [{ label: "Contact Form", href: "/contact" }, { label: "Email", href: "mailto:hello@wawelski.co.uk" }] },
]}
logoText="Wawelski"
/>
@@ -185,4 +83,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -8,7 +8,7 @@ import FooterBase from '@/components/sections/footer/FooterBase';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import { Coffee, ShieldCheck } from "lucide-react";
export default function LandingPage() {
export default function StoresPage() {
return (
<ThemeProvider
defaultButtonVariant="hover-magnetic"
@@ -26,28 +26,14 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
{
name: "About",
id: "/about",
},
{
name: "Products",
id: "/products",
},
{
name: "Stores",
id: "/stores",
},
{
name: "Contact",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Products", id: "/products" },
{ name: "Stores", id: "/stores" },
{ name: "Contact", id: "/contact" },
]}
brandName="Wawelski"
button={{ text: "Visit Now", href: "/stores" }}
/>
</div>
@@ -57,26 +43,8 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
{
id: "loc1",
label: "Stevenage",
title: "7 Queens Rd, SG1 1ES",
items: [
"Open: 7 AM 10 PM (Sun 8 AM)",
"Free street parking nearby",
"Wheelchair accessible",
],
},
{
id: "loc2",
label: "Barnet",
title: "London N3 2LJ",
items: [
"Open: 9 AM 8 PM daily",
"Customer parking available",
"Easy access entrance",
],
},
{ id: "loc1", label: "Stevenage", title: "7 Queens Rd, SG1 1ES", items: ["Open: 7 AM 10 PM (Sun 8 AM)", "Free street parking nearby", "Wheelchair accessible"] },
{ id: "loc2", label: "Barnet", title: "London N3 2LJ", items: ["Open: 9 AM 8 PM daily", "Customer parking available", "Easy access entrance"] },
]}
title="Visit Us"
description="Home is never far away. Find our stores in Stevenage and Barnet."
@@ -91,16 +59,8 @@ export default function LandingPage() {
title="Store Excellence"
description="We ensure a premium experience for every guest."
features={[
{
icon: Coffee,
title: "Fresh Daily",
description: "Products made every morning.",
},
{
icon: ShieldCheck,
title: "High Quality",
description: "Rigorous standards.",
},
{ icon: Coffee, title: "Fresh Daily", description: "Products made every morning." },
{ icon: ShieldCheck, title: "High Quality", description: "Rigorous standards." },
]}
/>
</div>
@@ -108,45 +68,9 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterBase
columns={[
{
title: "Shop",
items: [
{
label: "All Products",
href: "/products",
},
{
label: "Seasonal",
href: "/products#seasonal",
},
],
},
{
title: "Company",
items: [
{
label: "About Us",
href: "/about",
},
{
label: "Locations",
href: "/stores",
},
],
},
{
title: "Contact",
items: [
{
label: "Contact Form",
href: "/contact",
},
{
label: "Email",
href: "mailto:hello@wawelski.co.uk",
},
],
},
{ title: "Shop", items: [{ label: "All Products", href: "/products" }, { label: "Seasonal", href: "/products#seasonal" }] },
{ title: "Company", items: [{ label: "About Us", href: "/about" }, { label: "Locations", href: "/stores" }] },
{ title: "Contact", items: [{ label: "Contact Form", href: "/contact" }, { label: "Email", href: "mailto:hello@wawelski.co.uk" }] },
]}
logoText="Wawelski"
/>
@@ -154,4 +78,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}