7 Commits

Author SHA1 Message Date
1e18a279c6 Update src/app/page.tsx 2026-03-29 09:49:47 +00:00
4e91b53f71 Update src/app/menu/page.tsx 2026-03-29 09:49:47 +00:00
b8326f93a3 Update src/app/contact/page.tsx 2026-03-29 09:49:47 +00:00
b292d0166f Update src/app/page.tsx 2026-03-29 09:49:14 +00:00
483d81bd5b Update src/app/menu/page.tsx 2026-03-29 09:49:13 +00:00
b562fed0da Update src/app/contact/page.tsx 2026-03-29 09:49:13 +00:00
a2517e4403 Merge version_1 into main
Merge version_1 into main
2026-03-29 09:48:00 +00:00
3 changed files with 129 additions and 617 deletions

View File

@@ -1,163 +1,27 @@
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactCTA from '@/components/sections/contact/ContactCTA';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FaqBase from '@/components/sections/faq/FaqBase';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import { MessageCircle } from "lucide-react";
export default function ContactPage() {
const whatsappButton = { position: "fixed", bottom: "20px", right: "20px", zIndex: 999, backgroundColor: "#25D366", color: "white", padding: "15px", borderRadius: "50%", boxShadow: "0 4px 10px rgba(0,0,0,0.3)" } as React.CSSProperties;
export default function LandingPage() {
return (
<ThemeProvider
defaultButtonVariant="icon-arrow"
defaultTextAnimation="reveal-blur"
borderRadius="soft"
contentWidth="mediumLarge"
sizing="largeSizeMediumTitles"
background="grid"
cardStyle="solid"
primaryButtonStyle="gradient"
secondaryButtonStyle="layered"
headingFontWeight="semibold"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "/",
},
{
name: "About",
id: "/about",
},
{
name: "Menu",
id: "/menu",
},
{
name: "Locations",
id: "/contact",
},
]}
brandName="Bakers Fresh"
/>
</div>
<div id="locations" data-section="locations">
<ContactCenter
useInvertedBackground={false}
background={{
variant: "plain",
}}
tag="Visit Us"
title="Visit Our Outlets"
description="Lalpur: Opposite Amravati Complex. Neori/BIT: Pahan Complex, Near SBI."
/>
</div>
<div id="faq" data-section="faq">
<FaqBase
textboxLayout="default"
useInvertedBackground={false}
title="Contact FAQs"
description="Everything you need to know about reaching us."
faqsAnimation="slide-up"
faqs={[
{
id: "c-f1",
title: "What are your opening hours?",
content: "We are open from 10 AM to 9 PM daily.",
},
{
id: "c-f2",
title: "Do you have parking?",
content: "Yes, both our outlets have dedicated parking spaces for customers.",
},
]}
/>
</div>
<div id="contact" data-section="contact">
<ContactCTA
useInvertedBackground={false}
background={{
variant: "plain",
}}
tag="Contact"
title="Still have questions?"
description="Our team is just a message away."
buttons={[
{
text: "Contact Us",
href: "https://wa.me/917004502102",
},
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterSimple
columns={[
{
title: "Bakers Fresh",
items: [
{
label: "About Us",
href: "/about",
},
{
label: "Our Menu",
href: "/menu",
},
{
label: "Order Online",
href: "#",
},
{
label: "Careers",
href: "#",
},
{
label: "Terms of Service",
href: "#",
},
],
},
{
title: "Contact",
items: [
{
label: "WhatsApp: +91 7004502102",
href: "https://wa.me/917004502102",
},
{
label: "Email: hello@bakersfresh.com",
href: "mailto:hello@bakersfresh.com",
},
{
label: "Lalpur, Ranchi",
href: "#",
},
{
label: "Neori/BIT, Ranchi",
href: "#",
},
{
label: "Support Center",
href: "#",
},
],
},
]}
bottomLeftText="© 2024 Bakers Fresh Ranchi"
bottomRightText="Built with Quality"
/>
</div>
</ReactLenis>
<ThemeProvider defaultButtonVariant="icon-arrow" defaultTextAnimation="reveal-blur" borderRadius="soft" contentWidth="mediumLarge" sizing="largeSizeMediumTitles" background="grid" cardStyle="solid" primaryButtonStyle="gradient" secondaryButtonStyle="layered" headingFontWeight="semibold">
<a href="https://wa.me/917004502102" target="_blank" style={whatsappButton}><MessageCircle size={30} /></a>
<div id="nav" data-section="nav">
<NavbarStyleApple navItems={[{ name: "Home", id: "/" }, { name: "Menu", id: "/menu" }, { name: "Locations & Contact", id: "/contact" }]} />
</div>
<div id="contact" data-section="contact">
<ContactSplitForm
title="Visit Our Locations"
description="We are located in Lalpur and Neori. Reach out to us for catering or custom orders."
inputs={[{ name: "name", type: "text", placeholder: "Name" }, { name: "email", type: "email", placeholder: "Email" }]}
useInvertedBackground={false}
/>
</div>
</ThemeProvider>
);
}
}

View File

@@ -1,225 +1,35 @@
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import FooterSimple from '@/components/sections/footer/FooterSimple';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import { MessageCircle } from "lucide-react";
export default function MenuPage() {
const whatsappButton = { position: "fixed", bottom: "20px", right: "20px", zIndex: 999, backgroundColor: "#25D366", color: "white", padding: "15px", borderRadius: "50%", boxShadow: "0 4px 10px rgba(0,0,0,0.3)" } as React.CSSProperties;
export default function LandingPage() {
return (
<ThemeProvider
defaultButtonVariant="icon-arrow"
defaultTextAnimation="reveal-blur"
borderRadius="soft"
contentWidth="mediumLarge"
sizing="largeSizeMediumTitles"
background="grid"
cardStyle="solid"
primaryButtonStyle="gradient"
secondaryButtonStyle="layered"
headingFontWeight="semibold"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "/",
},
{
name: "About",
id: "/about",
},
{
name: "Menu",
id: "/menu",
},
{
name: "Locations",
id: "/contact",
},
]}
brandName="Bakers Fresh"
/>
</div>
<div id="cake-products" data-section="cake-products">
<ProductCardTwo
animationType="slide-up"
textboxLayout="split"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{
id: "c1",
brand: "Bakers Fresh",
name: "Royal Chocolate Truffle",
price: "₹800",
rating: 5,
reviewCount: "120",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bc9hVHT9m71Xuh0IUwJs8yGj4w/chocolate-truffle-cake-slice-rich-layers-1774777653126-f8967609.png?_wi=1",
},
{
id: "c2",
brand: "Bakers Fresh",
name: "Strawberry Cream Delight",
price: "₹750",
rating: 5,
reviewCount: "95",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bc9hVHT9m71Xuh0IUwJs8yGj4w/fresh-strawberry-cake-slice-fluffy-layer-1774777652245-df9b5b3f.png?_wi=1",
},
{
id: "c3",
brand: "Bakers Fresh",
name: "Classic Butterscotch",
price: "₹700",
rating: 4,
reviewCount: "80",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bc9hVHT9m71Xuh0IUwJs8yGj4w/classic-butterscotch-cake-slice-creamy-l-1774777655427-63c44534.png",
},
{
id: "c4",
brand: "Bakers Fresh",
name: "Red Velvet Elegance",
price: "₹950",
rating: 5,
reviewCount: "150",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bc9hVHT9m71Xuh0IUwJs8yGj4w/chocolate-truffle-cake-slice-rich-layers-1774777653126-f8967609.png?_wi=2",
},
{
id: "c5",
brand: "Bakers Fresh",
name: "Blueberry Bliss",
price: "₹850",
rating: 4,
reviewCount: "60",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bc9hVHT9m71Xuh0IUwJs8yGj4w/fresh-strawberry-cake-slice-fluffy-layer-1774777652245-df9b5b3f.png?_wi=2",
},
]}
title="Celebration Cakes"
description="Indulgent cakes for every milestone."
/>
</div>
<div id="snacks" data-section="snacks">
<ProductCardTwo
animationType="slide-up"
textboxLayout="split"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{
id: "s1",
brand: "Bakers Fresh",
name: "Veg Puff",
price: "₹30",
rating: 5,
reviewCount: "200",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bc9hVHT9m71Xuh0IUwJs8yGj4w/crispy-vegetable-puff-pastry-fresh-golde-1774777655224-d5e5da87.png?_wi=1",
},
{
id: "s2",
brand: "Bakers Fresh",
name: "Chicken Patty",
price: "₹50",
rating: 5,
reviewCount: "150",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bc9hVHT9m71Xuh0IUwJs8yGj4w/golden-savory-chicken-patty-fresh-out-of-1774777653424-9acac069.png",
},
{
id: "s3",
brand: "Bakers Fresh",
name: "Chocolate Eclair",
price: "₹60",
rating: 4,
reviewCount: "110",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bc9hVHT9m71Xuh0IUwJs8yGj4w/classic-chocolate-eclair-glossy-icing-el-1774777652571-7945681e.png",
},
{
id: "s4",
brand: "Bakers Fresh",
name: "Paneer Roll",
price: "₹70",
rating: 5,
reviewCount: "90",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bc9hVHT9m71Xuh0IUwJs8yGj4w/crispy-vegetable-puff-pastry-fresh-golde-1774777655224-d5e5da87.png?_wi=2",
},
{
id: "s5",
brand: "Bakers Fresh",
name: "Almond Cookie",
price: "₹40",
rating: 5,
reviewCount: "210",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bc9hVHT9m71Xuh0IUwJs8yGj4w/assortment-of-fresh-artisanal-cookies-on-1774777656741-f3d8cfb2.png?_wi=3",
},
]}
title="Pastries & Savories"
description="Delicious quick bites for any time of the day."
/>
</div>
<div id="footer" data-section="footer">
<FooterSimple
columns={[
{
title: "Bakers Fresh",
items: [
{
label: "About Us",
href: "/about",
},
{
label: "Our Menu",
href: "/menu",
},
{
label: "Order Online",
href: "#",
},
{
label: "Careers",
href: "#",
},
{
label: "Terms of Service",
href: "#",
},
],
},
{
title: "Contact",
items: [
{
label: "WhatsApp: +91 7004502102",
href: "https://wa.me/917004502102",
},
{
label: "Email: hello@bakersfresh.com",
href: "mailto:hello@bakersfresh.com",
},
{
label: "Lalpur, Ranchi",
href: "#",
},
{
label: "Neori/BIT, Ranchi",
href: "#",
},
{
label: "Support Center",
href: "#",
},
],
},
]}
bottomLeftText="© 2024 Bakers Fresh Ranchi"
bottomRightText="Built with Quality"
/>
</div>
</ReactLenis>
<ThemeProvider defaultButtonVariant="icon-arrow" defaultTextAnimation="reveal-blur" borderRadius="soft" contentWidth="mediumLarge" sizing="largeSizeMediumTitles" background="grid" cardStyle="solid" primaryButtonStyle="gradient" secondaryButtonStyle="layered" headingFontWeight="semibold">
<a href="https://wa.me/917004502102" target="_blank" style={whatsappButton}><MessageCircle size={30} /></a>
<div id="nav" data-section="nav">
<NavbarStyleApple navItems={[{ name: "Home", id: "/" }, { name: "Menu", id: "/menu" }, { name: "Locations & Contact", id: "/contact" }]} />
</div>
<div id="menu" data-section="menu">
<ProductCardThree
title="Our Delicious Menu"
description="From celebration cakes to evening savories."
textboxLayout="default"
gridVariant="four-items-2x2-equal-grid"
animationType="slide-up"
useInvertedBackground={false}
products={[
{ id: "1", name: "Celebration Cakes", price: "Custom", imageSrc: "https://images.unsplash.com/photo-1578985545062-69928b1d9587?w=800&h=600" },
{ id: "2", name: "Eggless Specials", price: "Custom", imageSrc: "https://images.unsplash.com/photo-1565958011703-44f9883ba168?w=800&h=600" },
{ id: "3", name: "Pastries", price: "From $5", imageSrc: "https://images.unsplash.com/photo-1519340333755-56e9c1d1a818?w=800&h=600" },
{ id: "4", name: "Savories", price: "From $2", imageSrc: "https://images.unsplash.com/photo-1527477396000-227179048807?w=800&h=600" }
]}
/>
</div>
</ThemeProvider>
);
}
}

View File

@@ -9,9 +9,14 @@ import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarou
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import { Award, Cake, Phone, Star, Users } from "lucide-react";
import { Award, Cake, MessageCircle } from "lucide-react";
export default function LandingPage() {
const whatsappButton = {
position: "fixed", bottom: "20px", right: "20px", zIndex: 999,
backgroundColor: "#25D366", color: "white", padding: "15px", borderRadius: "50%", boxShadow: "0 4px 10px rgba(0,0,0,0.3)", cursor: "pointer"
} as React.CSSProperties;
return (
<ThemeProvider
defaultButtonVariant="icon-arrow"
@@ -26,250 +31,83 @@ export default function LandingPage() {
headingFontWeight="semibold"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "/",
},
{
name: "About",
id: "/about",
},
{
name: "Menu",
id: "/menu",
},
{
name: "Locations",
id: "/contact",
},
]}
brandName="Bakers Fresh"
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardCarousel
background={{
variant: "gradient-bars",
}}
title="Freshness & Quality in Every Bite"
description="Experience the finest artisan cakes and pastries in Ranchi. Handcrafted with passion and premium ingredients."
buttons={[
{
text: "Order via WhatsApp",
href: "https://wa.me/917004502102?text=Hello%20Bakers%20Fresh,%20I%20would%20like%20to%20place%20an%20order.",
},
]}
mediaItems={[
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bc9hVHT9m71Xuh0IUwJs8yGj4w/professional-close-up-shot-of-a-gourmet--1774777654379-9c05a66e.png",
imageAlt: "Artisan Celebration Cake",
},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bc9hVHT9m71Xuh0IUwJs8yGj4w/fresh-strawberry-pastry-on-a-ceramic-pla-1774777655896-15d216ae.png",
imageAlt: "Fresh Strawberry Pastry",
},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bc9hVHT9m71Xuh0IUwJs8yGj4w/cinematic-shot-of-a-multi-tiered-wedding-1774777653085-cce59d8b.png",
imageAlt: "Custom Wedding Cake",
},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bc9hVHT9m71Xuh0IUwJs8yGj4w/savory-puff-pastry-with-fresh-garnish-ma-1774777652621-685af33e.png",
imageAlt: "Gourmet Savory Snack",
},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bc9hVHT9m71Xuh0IUwJs8yGj4w/assortment-of-fresh-artisanal-cookies-on-1774777656741-f3d8cfb2.png?_wi=1",
imageAlt: "Artisan Cookies",
},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bc9hVHT9m71Xuh0IUwJs8yGj4w/chocolate-ganache-pastry-smooth-textures-1774777653056-11bccc39.png",
imageAlt: "Chocolate Delights",
},
]}
/>
</div>
<div id="faq" data-section="faq">
<FaqBase
textboxLayout="default"
useInvertedBackground={false}
title="Frequently Asked Questions"
description="Have questions? We have answers."
faqsAnimation="slide-up"
faqs={[
{
id: "f1",
title: "Do you deliver at night?",
content: "We deliver until 9 PM across major locations in Ranchi.",
},
{
id: "f2",
title: "How to book a custom cake?",
content: "You can contact us via WhatsApp or visit our stores 48 hours in advance.",
},
{
id: "f3",
title: "Are your ingredients organic?",
content: "We source the finest quality flour, Belgian chocolate, and fresh cream from trusted partners.",
},
{
id: "f4",
title: "Can I cancel my order?",
content: "Cancellations are accepted if made at least 24 hours before the delivery time.",
},
{
id: "f5",
title: "Do you provide bulk catering?",
content: "Yes, we specialize in corporate and event catering with custom menus.",
},
]}
/>
</div>
<div id="socialProof" data-section="socialProof">
<SocialProofOne
textboxLayout="default"
useInvertedBackground={false}
title="Trusted by Ranchi"
description="Loved by thousands of food enthusiasts across the city."
names={[
"Ranchi Times",
"The Daily Foodie",
"Local Bites",
"Sweet Lovers Club",
"The Ranchi Examiner",
]}
/>
</div>
<div id="contact" data-section="contact">
<ContactCTA
useInvertedBackground={false}
background={{
variant: "plain",
}}
tag="Get in touch"
title="Need a Custom Cake?"
description="Our bakers are ready to turn your dream design into a reality."
buttons={[
{
text: "Message on WhatsApp",
href: "https://wa.me/917004502102",
},
]}
/>
</div>
<div id="metric" data-section="metric">
<MetricCardOne
animationType="slide-up"
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
title="Why Choose Bakers Fresh?"
description="The secret ingredient is our love for baking."
metrics={[
{
id: "m1",
value: "100%",
title: "Freshness",
description: "Baked daily.",
icon: Award,
},
{
id: "m2",
value: "50+",
title: "Varieties",
description: "Diverse menu.",
icon: Cake,
},
{
id: "m3",
value: "24/7",
title: "Support",
description: "Always here.",
icon: Phone,
},
{
id: "m4",
value: "4.8",
title: "Avg Rating",
description: "Highly rated.",
icon: Star,
},
{
id: "m5",
value: "15",
title: "Expert Chefs",
description: "Master bakers.",
icon: Users,
},
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterSimple
columns={[
{
title: "Bakers Fresh",
items: [
{
label: "About Us",
href: "/about",
},
{
label: "Our Menu",
href: "/menu",
},
{
label: "Order Online",
href: "#",
},
{
label: "Careers",
href: "#",
},
{
label: "Terms of Service",
href: "#",
},
],
},
{
title: "Contact",
items: [
{
label: "WhatsApp: +91 7004502102",
href: "https://wa.me/917004502102",
},
{
label: "Email: hello@bakersfresh.com",
href: "mailto:hello@bakersfresh.com",
},
{
label: "Lalpur, Ranchi",
href: "#",
},
{
label: "Neori/BIT, Ranchi",
href: "#",
},
{
label: "Support Center",
href: "#",
},
],
},
]}
bottomLeftText="© 2024 Bakers Fresh Ranchi"
bottomRightText="Built with Quality"
/>
</div>
<a href="https://wa.me/917004502102" target="_blank" style={whatsappButton}>
<MessageCircle size={30} />
</a>
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[{ name: "Home", id: "/" }, { name: "Menu", id: "/menu" }, { name: "Locations & Contact", id: "/contact" }]}
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardCarousel
background={{ variant: "gradient-bars" }}
title="Freshness & Quality in Every Bite"
description="Experience the finest artisan cakes and pastries in Ranchi. Handcrafted with passion and premium ingredients."
buttons={[{ text: "Order via WhatsApp", href: "https://wa.me/917004502102" }]}
mediaItems={[
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bc9hVHT9m71Xuh0IUwJs8yGj4w/professional-close-up-shot-of-a-gourmet--1774777654379-9c05a66e.png", imageAlt: "Artisan Celebration Cake" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bc9hVHT9m71Xuh0IUwJs8yGj4w/fresh-strawberry-pastry-on-a-ceramic-pla-1774777655896-15d216ae.png", imageAlt: "Fresh Strawberry Pastry" }
]}
/>
</div>
<div id="faq" data-section="faq">
<FaqBase
textboxLayout="default"
useInvertedBackground={false}
title="Frequently Asked Questions"
description="Have questions? We have answers."
faqsAnimation="slide-up"
faqs={[
{ id: "f1", title: "Do you deliver at night?", content: "We deliver until 9 PM across major locations in Ranchi." },
{ id: "f2", title: "How to book a custom cake?", content: "You can contact us via WhatsApp or visit our stores 48 hours in advance." }
]}
/>
</div>
<div id="socialProof" data-section="socialProof">
<SocialProofOne
textboxLayout="default"
useInvertedBackground={false}
title="Trusted by Ranchi"
description="Proudly serving the community."
names={["Ranchi Times", "The Daily Foodie", "Local Bites"]}
/>
</div>
<div id="contact" data-section="contact">
<ContactCTA
useInvertedBackground={false}
background={{ variant: "plain" }}
tag="Get in touch"
title="Need a Custom Cake?"
description="Our bakers are ready to turn your dream design into a reality."
buttons={[{ text: "Message on WhatsApp", href: "https://wa.me/917004502102" }]}
/>
</div>
<div id="metric" data-section="metric">
<MetricCardOne
animationType="slide-up"
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
title="Why Choose Bakers Fresh?"
description="The secret ingredient is our love for baking."
metrics={[
{ id: "m1", value: "100%", title: "Freshness", description: "Baked daily.", icon: Award },
{ id: "m2", value: "50+", title: "Varieties", description: "Diverse menu.", icon: Cake }
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterSimple
columns={[
{ title: "Bakers Fresh", items: [{ label: "About Us", href: "/about" }, { label: "Our Menu", href: "/menu" }] },
{ title: "Contact", items: [{ label: "WhatsApp: +91 7004502102", href: "https://wa.me/917004502102" }] }
]}
bottomLeftText="© 2024 Bakers Fresh Ranchi"
bottomRightText="Built with passion."
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}