3 Commits

Author SHA1 Message Date
14df4a9006 Update src/app/page.tsx 2026-06-06 06:47:59 +00:00
bebdc26b4d Update src/app/page.tsx 2026-06-06 06:47:35 +00:00
6e4723481d Add src/app/booking/page.tsx 2026-06-06 06:47:35 +00:00
2 changed files with 195 additions and 250 deletions

114
src/app/booking/page.tsx Normal file
View File

@@ -0,0 +1,114 @@
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import ContactSplit from '@/components/sections/contact/ContactSplit';
export default function BookingPage() {
return (
<ThemeProvider
defaultButtonVariant="hover-bubble"
defaultTextAnimation="entrance-slide"
borderRadius="soft"
contentWidth="smallMedium"
sizing="largeSmallSizeMediumTitles"
background="noise"
cardStyle="layered-gradient"
primaryButtonStyle="double-inset"
secondaryButtonStyle="solid"
headingFontWeight="bold"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home", id: "/"},
{
name: "Menu", id: "/menu"},
{
name: "Community", id: "/community"},
{
name: "Gallery", id: "/gallery"},
{
name: "Visit Us", id: "/visit-us"},
{
name: "Book Now", id: "/booking"},
]}
logoSrc="http://img.b2bpic.net/free-vector/flat-design-minimal-coffee-shop-label-collection_23-2149234946.jpg"
logoAlt="Homage Coffee House Logo"
brandName="Homage Coffee House"
button={{
text: "Book Now", href: "/booking"}}
animateOnLoad={true}
/>
</div>
<div id="booking" data-section="booking">
<ContactSplit
useInvertedBackground={false}
tag="Book Your Visit"
title="Experience Homage, Book Your Table Now"
description="Reserve your spot for a cozy coffee break, a productive work session, or a delightful gathering. Our online booking system makes it easy."
imageSrc="http://img.b2bpic.net/free-photo/team-young-colleagues-having-meeting-cafe_273609-16250.jpg"
imageAlt="People socializing in a coffee shop"
mediaAnimation="slide-up"
mediaPosition="right"
inputPlaceholder="Enter your preferred date and time"
buttonText="Confirm Booking"
background={{ variant: "plain" }}
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseReveal
logoSrc="http://img.b2bpic.net/free-vector/flat-design-minimal-coffee-shop-label-collection_23-2149234946.jpg"
logoAlt="Homage Coffee House Logo"
logoText="Homage Coffee House"
columns={[
{
title: "Navigation", items: [
{
label: "Home", href: "/"},
{
label: "Menu", href: "/menu"},
{
label: "Community", href: "/community"},
{
label: "Gallery", href: "/gallery"},
{
label: "Visit Us", href: "/visit-us"},
{
label: "Book Now", href: "/booking"},
],
},
{
title: "Contact", items: [
{
label: "7021 N 57th Ave, Glendale, AZ 85301", href: "https://maps.app.goo.gl/YourGoogleMapsLink"},
{
label: "(602) 525-6029", href: "tel:+16025256029"},
{
label: "Email Us", href: "#"},
],
},
{
title: "Social", items: [
{
label: "Instagram", href: "#"},
{
label: "Facebook", href: "#"},
{
label: "Twitter", href: "#"},
],
},
]}
copyrightText="© 2024 Homage Coffee House. All rights reserved."
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}

View File

@@ -30,33 +30,21 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Menu",
id: "/menu",
},
name: "Menu", id: "/menu"},
{
name: "Community",
id: "/community",
},
name: "Community", id: "/community"},
{
name: "Gallery",
id: "/gallery",
},
name: "Gallery", id: "/gallery"},
{
name: "Visit Us",
id: "/visit-us",
},
name: "Visit Us", id: "/visit-us"},
]}
logoSrc="http://img.b2bpic.net/free-vector/flat-design-minimal-coffee-shop-label-collection_23-2149234946.jpg"
logoAlt="Homage Coffee House Logo"
brandName="Homage Coffee House"
button={{
text: "Order Online",
href: "#",
}}
text: "Order Online", href: "#"}}
animateOnLoad={true}
/>
</div>
@@ -65,111 +53,66 @@ export default function LandingPage() {
<HeroBillboardTestimonial
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
title="Coffee Crafted With Heart"
description="A welcoming neighborhood coffee house serving handcrafted drinks, fresh pastries, and meaningful community connections in Historic Downtown Glendale."
testimonials={[
{
name: "Sarah J.",
handle: "@coffeeLover",
testimonial: "The atmosphere feels like home. Best coffee!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiley-colleagues-work-break-time_23-2149308456.jpg",
},
name: "Sarah J.", handle: "@coffeeLover", testimonial: "The atmosphere feels like home. Best coffee!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiley-colleagues-work-break-time_23-2149308456.jpg"},
{
name: "Michael C.",
handle: "@localFan",
testimonial: "Amazing coffee and welcoming staff. A true gem!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-with-cup-tea_1098-13682.jpg",
},
name: "Michael C.", handle: "@localFan", testimonial: "Amazing coffee and welcoming staff. A true gem!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-with-cup-tea_1098-13682.jpg"},
{
name: "Emily R.",
handle: "@glendaleEats",
testimonial: "Perfect place to relax and enjoy a drink. Love the pastries!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-smiling-cute-brunette-woman-model-casual-summer-pink-clothes-with-no-makeup-isolated-gray_158538-14905.jpg",
},
name: "Emily R.", handle: "@glendaleEats", testimonial: "Perfect place to relax and enjoy a drink. Love the pastries!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-smiling-cute-brunette-woman-model-casual-summer-pink-clothes-with-no-makeup-isolated-gray_158538-14905.jpg"},
{
name: "David K.",
handle: "@dailyCoffee",
testimonial: "Their pastries and homemade syrups are incredible. My new favorite spot.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cute-woman-cafe-eating-smiling_624325-1577.jpg",
},
name: "David K.", handle: "@dailyCoffee", testimonial: "Their pastries and homemade syrups are incredible. My new favorite spot.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cute-woman-cafe-eating-smiling_624325-1577.jpg"},
{
name: "Olivia M.",
handle: "@bookworm",
testimonial: "Great for reading, studying, and meeting friends. The coffee is always superb.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-drinking-coffee-urban-cafe_158595-686.jpg",
},
name: "Olivia M.", handle: "@bookworm", testimonial: "Great for reading, studying, and meeting friends. The coffee is always superb.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-drinking-coffee-urban-cafe_158595-686.jpg"},
]}
testimonialRotationInterval={5000}
tag="4.9★ Customer Rating"
tagIcon={Star}
buttons={[
{
text: "View Menu",
href: "/menu",
},
text: "View Menu", href: "/menu"},
{
text: "Visit Today",
href: "/visit-us",
},
text: "Visit Today", href: "/visit-us"},
]}
imageSrc="http://img.b2bpic.net/free-photo/portrait-interesting-reddish-man-posing-with-coffee_158595-3757.jpg"
imageAlt="Artisan coffee and cozy interior"
mediaAnimation="slide-up"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/person-paying-using-nfc-technology_23-2149893776.jpg",
alt: "Customer avatar 1",
},
src: "http://img.b2bpic.net/free-photo/person-paying-using-nfc-technology_23-2149893776.jpg", alt: "Customer avatar 1"},
{
src: "http://img.b2bpic.net/free-photo/mid-aged-couple-love-home_23-2147986282.jpg",
alt: "Customer avatar 2",
},
src: "http://img.b2bpic.net/free-photo/mid-aged-couple-love-home_23-2147986282.jpg", alt: "Customer avatar 2"},
{
src: "http://img.b2bpic.net/free-photo/friends-having-fun-their-reunion_23-2149144379.jpg",
alt: "Customer avatar 3",
},
src: "http://img.b2bpic.net/free-photo/friends-having-fun-their-reunion_23-2149144379.jpg", alt: "Customer avatar 3"},
{
src: "http://img.b2bpic.net/free-photo/medium-shot-colleagues-chatting-break-time_23-2149308481.jpg",
alt: "Customer avatar 4",
},
src: "http://img.b2bpic.net/free-photo/medium-shot-colleagues-chatting-break-time_23-2149308481.jpg", alt: "Customer avatar 4"},
{
src: "http://img.b2bpic.net/free-photo/smiling-woman-looking-mobile-phone-holding-cup-coffee-high-quality-photo_114579-60983.jpg",
alt: "Customer avatar 5",
},
src: "http://img.b2bpic.net/free-photo/smiling-woman-looking-mobile-phone-holding-cup-coffee-high-quality-photo_114579-60983.jpg", alt: "Customer avatar 5"},
]}
avatarText="Join our growing community of coffee lovers!"
marqueeItems={[
{
type: "text-icon",
text: "Freshly Roasted",
icon: Coffee,
type: "text-icon", text: "Freshly Roasted", icon: Coffee,
},
{
type: "text-icon",
text: "Warm Atmosphere",
icon: Sun,
type: "text-icon", text: "Warm Atmosphere", icon: Sun,
},
{
type: "text-icon",
text: "Friendly Baristas",
icon: Smile,
type: "text-icon", text: "Friendly Baristas", icon: Smile,
},
{
type: "text-icon",
text: "Homemade Goodness",
icon: Heart,
type: "text-icon", text: "Homemade Goodness", icon: Heart,
},
{
type: "text-icon",
text: "Community Hub",
icon: Users,
type: "text-icon", text: "Community Hub", icon: Users,
},
]}
/>
@@ -182,17 +125,11 @@ export default function LandingPage() {
description="Homage Coffee House is a family-owned haven in historic downtown Glendale, built on a passion for exceptional coffee, genuine hospitality, and deep community roots. We craft every drink with heart, from our signature espresso blends to unique house-made syrups and fresh pastries. Our cozy atmosphere and friendly staff create a welcoming space where guests can relax, connect, and savor carefully crafted drinks that feel like home. Its a place where every cup tells a story."
metrics={[
{
value: "Artisan",
title: "Coffee",
},
value: "Artisan", title: "Coffee"},
{
value: "Handmade",
title: "Syrups",
},
value: "Handmade", title: "Syrups"},
{
value: "Fresh",
title: "Pastries",
},
value: "Fresh", title: "Pastries"},
]}
imageSrc="http://img.b2bpic.net/free-photo/woman-sitting-table-with-book_273609-12713.jpg"
imageAlt="Cozy interior of Homage Coffee House"
@@ -208,65 +145,29 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
id: "syrups",
title: "House-Made Syrups",
tags: [
"Unique Flavors",
"Handcrafted",
],
imageSrc: "http://img.b2bpic.net/free-photo/sourdough-sour-soup-made-rye-flour-garlic_329181-20001.jpg",
imageAlt: "Assortment of house-made coffee syrups",
},
id: "syrups", title: "House-Made Syrups", tags: [
"Unique Flavors", "Handcrafted"],
imageSrc: "http://img.b2bpic.net/free-photo/sourdough-sour-soup-made-rye-flour-garlic_329181-20001.jpg", imageAlt: "Assortment of house-made coffee syrups"},
{
id: "pastries",
title: "Fresh Pastries",
tags: [
"Baked Daily",
"Quality Ingredients",
],
imageSrc: "http://img.b2bpic.net/free-photo/golden-kitchen-object-dessert-tasty_1220-862.jpg",
imageAlt: "Selection of fresh baked pastries",
},
id: "pastries", title: "Fresh Pastries", tags: [
"Baked Daily", "Quality Ingredients"],
imageSrc: "http://img.b2bpic.net/free-photo/golden-kitchen-object-dessert-tasty_1220-862.jpg", imageAlt: "Selection of fresh baked pastries"},
{
id: "cozy",
title: "Cozy Atmosphere",
tags: [
"Relaxing",
"Feels Like Home",
],
imageSrc: "http://img.b2bpic.net/free-photo/hot-latte-coffee-cup-table_1203-9913.jpg",
imageAlt: "Cozy seating area in Homage Coffee House",
},
id: "cozy", title: "Cozy Atmosphere", tags: [
"Relaxing", "Feels Like Home"],
imageSrc: "http://img.b2bpic.net/free-photo/hot-latte-coffee-cup-table_1203-9913.jpg", imageAlt: "Cozy seating area in Homage Coffee House"},
{
id: "community",
title: "Community Focused",
tags: [
"Gathering Place",
"Local Hub",
],
imageSrc: "http://img.b2bpic.net/free-photo/team-young-colleagues-having-meeting-cafe_273609-16250.jpg",
imageAlt: "People socializing in a coffee shop",
},
id: "community", title: "Community Focused", tags: [
"Gathering Place", "Local Hub"],
imageSrc: "http://img.b2bpic.net/free-photo/team-young-colleagues-having-meeting-cafe_273609-16250.jpg", imageAlt: "People socializing in a coffee shop"},
{
id: "specialty",
title: "Specialty Coffee",
tags: [
"Thoughtfully Prepared",
"Premium Beans",
],
imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-ground-powder_114579-65435.jpg",
imageAlt: "Barista preparing a specialty coffee drink",
},
id: "specialty", title: "Specialty Coffee", tags: [
"Thoughtfully Prepared", "Premium Beans"],
imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-ground-powder_114579-65435.jpg", imageAlt: "Barista preparing a specialty coffee drink"},
{
id: "service",
title: "Friendly Service",
tags: [
"Warm Hospitality",
"Smiling Faces",
],
imageSrc: "http://img.b2bpic.net/free-photo/male-barista-with-take-away-coffee_1303-29355.jpg",
imageAlt: "Friendly barista serving a customer",
},
id: "service", title: "Friendly Service", tags: [
"Warm Hospitality", "Smiling Faces"],
imageSrc: "http://img.b2bpic.net/free-photo/male-barista-with-take-away-coffee_1303-29355.jpg", imageAlt: "Friendly barista serving a customer"},
]}
title="Why People Love Homage"
description="Our customers consistently highlight what makes Homage Coffee House special. We combine quality craftsmanship with a heartfelt, community-focused approach to create an unforgettable experience."
@@ -278,39 +179,22 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Sarah Johnson",
imageSrc: "http://img.b2bpic.net/free-photo/lovely-woman-have-coffee-break-cozy-cafe-with-wood-interior-talking-by-mobile-phone-holding-cup-hot-cappuccino-winter-season-wearing-elegant-dress-yellow-plaid_273443-2541.jpg",
},
id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/lovely-woman-have-coffee-break-cozy-cafe-with-wood-interior-talking-by-mobile-phone-holding-cup-hot-cappuccino-winter-season-wearing-elegant-dress-yellow-plaid_273443-2541.jpg"},
{
id: "2",
name: "Michael Chen",
imageSrc: "http://img.b2bpic.net/free-photo/female-worker-drinking-herbal-white_114579-78742.jpg",
},
id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/female-worker-drinking-herbal-white_114579-78742.jpg"},
{
id: "3",
name: "Emily Rodriguez",
imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-smiling-holding-cup-latte-cafe_1170-681.jpg",
},
id: "3", name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-smiling-holding-cup-latte-cafe_1170-681.jpg"},
{
id: "4",
name: "David Kim",
imageSrc: "http://img.b2bpic.net/free-photo/man-eating-dutch-waffles-street-near-cafe-street-food-holland_1321-1777.jpg",
},
id: "4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/man-eating-dutch-waffles-street-near-cafe-street-food-holland_1321-1777.jpg"},
{
id: "5",
name: "Olivia Martinez",
imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-book-cup-coffee_1098-1693.jpg",
},
id: "5", name: "Olivia Martinez", imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-book-cup-coffee_1098-1693.jpg"},
]}
cardTitle="What Our Community Says"
cardTag="Customer Reviews"
cardTagIcon={Star}
buttons={[
{
text: "Read More Reviews",
href: "#",
},
text: "Read More Reviews", href: "#"},
]}
cardAnimation="slide-up"
/>
@@ -325,58 +209,26 @@ export default function LandingPage() {
description="Genuine feedback from our community, highlighting their favorite experiences at Homage Coffee House."
testimonials={[
{
id: "t1",
name: "Jessica L.",
role: "Regular Customer",
testimonial: "Homage Coffee House is my favorite spot in Glendale. The quality of coffee is unmatched, and the staff always makes me feel welcome.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-with-long-hair-coffee-shop_23-2147611529.jpg",
imageAlt: "Smiling woman with long hair in a coffee shop",
icon: Quote,
id: "t1", name: "Jessica L.", role: "Regular Customer", testimonial: "Homage Coffee House is my favorite spot in Glendale. The quality of coffee is unmatched, and the staff always makes me feel welcome.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-with-long-hair-coffee-shop_23-2147611529.jpg", imageAlt: "Smiling woman with long hair in a coffee shop", icon: Quote,
},
{
id: "t2",
name: "Mark S.",
role: "Local Entrepreneur",
testimonial: "I love working from here. The atmosphere is perfect for productivity, and their pastries are a fantastic mid-morning treat.",
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-smiling-hipster-girl-trendy-summer-clothes-carefree-woman-sitting-veranda-terrace-cafe-drinking-coffee-positive-model-having-fun-dreams_158538-15944.jpg",
imageAlt: "Young beautiful smiling hipster girl in trendy summer clothes.Carefree woman sitting in veranda terrace cafe and drinking coffee.Positive model having fun and dreams",
icon: Quote,
id: "t2", name: "Mark S.", role: "Local Entrepreneur", testimonial: "I love working from here. The atmosphere is perfect for productivity, and their pastries are a fantastic mid-morning treat.", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-smiling-hipster-girl-trendy-summer-clothes-carefree-woman-sitting-veranda-terrace-cafe-drinking-coffee-positive-model-having-fun-dreams_158538-15944.jpg", imageAlt: "Young beautiful smiling hipster girl in trendy summer clothes.Carefree woman sitting in veranda terrace cafe and drinking coffee.Positive model having fun and dreams", icon: Quote,
},
{
id: "t3",
name: "Anna P.",
role: "Community Member",
testimonial: "Such a cozy and friendly place! It's truly a community hub, and I always enjoy catching up with friends over a delicious latte.",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-cafe-drinking-coffee-working-computer_1303-30728.jpg",
imageAlt: "Young woman sitting in cafe drinking coffee and working on a computer",
icon: Quote,
id: "t3", name: "Anna P.", role: "Community Member", testimonial: "Such a cozy and friendly place! It's truly a community hub, and I always enjoy catching up with friends over a delicious latte.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-cafe-drinking-coffee-working-computer_1303-30728.jpg", imageAlt: "Young woman sitting in cafe drinking coffee and working on a computer", icon: Quote,
},
{
id: "t4",
name: "Robert B.",
role: "Coffee Enthusiast",
testimonial: "Their commitment to artisan coffee really shines through. Every cup is a masterpiece, especially their seasonal specials.",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-indoor-urban-cafe_158595-668.jpg",
imageAlt: "Young woman sitting indoor in urban cafe",
icon: Quote,
id: "t4", name: "Robert B.", role: "Coffee Enthusiast", testimonial: "Their commitment to artisan coffee really shines through. Every cup is a masterpiece, especially their seasonal specials.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-indoor-urban-cafe_158595-668.jpg", imageAlt: "Young woman sitting indoor in urban cafe", icon: Quote,
},
{
id: "t5",
name: "Chloe G.",
role: "Student",
testimonial: "I spend so much time here studying. The Wi-Fi is reliable, the coffee keeps me going, and it just feels like a second home.",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-is-posing-cafe_344912-2008.jpg",
imageAlt: "A beautiful young woman is posing in a cafe",
icon: Quote,
id: "t5", name: "Chloe G.", role: "Student", testimonial: "I spend so much time here studying. The Wi-Fi is reliable, the coffee keeps me going, and it just feels like a second home.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-is-posing-cafe_344912-2008.jpg", imageAlt: "A beautiful young woman is posing in a cafe", icon: Quote,
},
]}
tag="Customer Stories"
tagIcon={Bell}
buttons={[
{
text: "Write A Review",
href: "#",
},
text: "Write A Review", href: "#"},
]}
/>
</div>
@@ -388,62 +240,41 @@ export default function LandingPage() {
logoText="Homage Coffee House"
columns={[
{
title: "Navigation",
items: [
title: "Navigation", items: [
{
label: "Home",
href: "/",
},
label: "Home", href: "/"},
{
label: "Menu",
href: "/menu",
},
label: "Menu", href: "/menu"},
{
label: "Community",
href: "/community",
},
label: "Community", href: "/community"},
{
label: "Gallery",
href: "/gallery",
},
label: "Gallery", href: "/gallery"},
{
label: "Visit Us",
href: "/visit-us",
},
label: "Visit Us", href: "/visit-us"},
{
label: "About Us", href: "#about"},
{
label: "Why Homage", href: "#why-love-homage"},
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{
label: "7021 N 57th Ave, Glendale, AZ 85301",
href: "https://maps.app.goo.gl/YourGoogleMapsLink",
},
label: "7021 N 57th Ave, Glendale, AZ 85301", href: "https://maps.app.goo.gl/YourGoogleMapsLink"},
{
label: "(602) 525-6029",
href: "tel:+16025256029",
},
label: "(602) 525-6029", href: "tel:+16025256029"},
{
label: "Email Us",
href: "#",
},
label: "Email Us", href: "#"},
],
},
{
title: "Social",
items: [
title: "Social", items: [
{
label: "Instagram",
href: "#",
},
label: "Instagram", href: "#"},
{
label: "Facebook",
href: "#",
},
label: "Facebook", href: "#"},
{
label: "Twitter",
href: "#",
},
label: "Twitter", href: "#"},
],
},
]}
@@ -453,4 +284,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}