Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
310
src/app/page.tsx
310
src/app/page.tsx
@@ -33,29 +33,17 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "#products",
|
||||
},
|
||||
name: "Products", id: "#products"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=nrwblg"
|
||||
logoAlt="Artisan Bakery Logo"
|
||||
@@ -66,16 +54,13 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "rotated-rays-animated-grid",
|
||||
}}
|
||||
variant: "rotated-rays-animated-grid"}}
|
||||
title="Artisan Baked Goods, Virtually Real"
|
||||
description="Explore our collection in stunning 3D. Order fresh pastries, cakes, and breads delivered to your door or picked up fresh from our shop."
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Our Collection",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Explore Our Collection", href: "#products"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/3d-challah-dish-hanukkah_23-2151129264.jpg"
|
||||
@@ -83,48 +68,28 @@ export default function LandingPage() {
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-holding-fresh-baked-croissants_23-2148028057.jpg",
|
||||
alt: "Happy customer Sarah",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-holding-fresh-baked-croissants_23-2148028057.jpg", alt: "Happy customer Sarah"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-baker-holding-loaf-freshly-baked-twisted-buns_1170-2062.jpg",
|
||||
alt: "Satisfied client Mark",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-baker-holding-loaf-freshly-baked-twisted-buns_1170-2062.jpg", alt: "Satisfied client Mark"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-sitting-table-eating-sushi-cafe_1157-27147.jpg",
|
||||
alt: "Event planner Emily",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/woman-sitting-table-eating-sushi-cafe_1157-27147.jpg", alt: "Event planner Emily"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-barista-leaning-bar-counter-happily-looking-camera-while-holding-portafilter-hand-cafe_574295-3476.jpg",
|
||||
alt: "Home baker David",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-barista-leaning-bar-counter-happily-looking-camera-while-holding-portafilter-hand-cafe_574295-3476.jpg", alt: "Home baker David"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/charming-tanned-woman-brown-bra-denim-skirt-smiles-eats-waffle-with-maple-syrup_197531-18185.jpg",
|
||||
alt: "Delighted customer Jessica",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/charming-tanned-woman-brown-bra-denim-skirt-smiles-eats-waffle-with-maple-syrup_197531-18185.jpg", alt: "Delighted customer Jessica"},
|
||||
]}
|
||||
avatarText="Join 10K+ happy customers!"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Freshly Baked Daily",
|
||||
},
|
||||
type: "text", text: "Freshly Baked Daily"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Taste the Tradition",
|
||||
},
|
||||
type: "text", text: "Taste the Tradition"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Gourmet Quality",
|
||||
},
|
||||
type: "text", text: "Gourmet Quality"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Handcrafted with Passion",
|
||||
},
|
||||
type: "text", text: "Handcrafted with Passion"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Premium Ingredients",
|
||||
},
|
||||
type: "text", text: "Premium Ingredients"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -136,19 +101,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Wheat,
|
||||
label: "Years of Tradition",
|
||||
value: "25+",
|
||||
},
|
||||
label: "Years of Tradition", value: "25+"},
|
||||
{
|
||||
icon: Users,
|
||||
label: "Happy Customers",
|
||||
value: "10K+",
|
||||
},
|
||||
label: "Happy Customers", value: "10K+"},
|
||||
{
|
||||
icon: CakeSlice,
|
||||
label: "Daily Fresh Bakes",
|
||||
value: "500+",
|
||||
},
|
||||
label: "Daily Fresh Bakes", value: "500+"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -161,41 +120,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "feature-1",
|
||||
title: "Immersive 3D Product Views",
|
||||
author: "Experience",
|
||||
description: "Rotate, zoom, and interact with our baked goods in stunning 3D. Get a real sense of texture and artistry before you order.",
|
||||
tags: [
|
||||
"Visual",
|
||||
"Interactive",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/staple-food-healthy-nutrition-concept-four-types-bread-isolated-brown-background-wheat-rye-spelt-bread-enriched-with-vitamins-minerals-made-organic-flour-has-health-benefits_273609-37927.jpg",
|
||||
imageAlt: "3D rendered croissant model on a digital display.",
|
||||
},
|
||||
id: "feature-1", title: "Immersive 3D Product Views", author: "Experience", description: "Rotate, zoom, and interact with our baked goods in stunning 3D. Get a real sense of texture and artistry before you order.", tags: [
|
||||
"Visual", "Interactive"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/staple-food-healthy-nutrition-concept-four-types-bread-isolated-brown-background-wheat-rye-spelt-bread-enriched-with-vitamins-minerals-made-organic-flour-has-health-benefits_273609-37927.jpg", imageAlt: "3D rendered croissant model on a digital display."},
|
||||
{
|
||||
id: "feature-2",
|
||||
title: "Finest Artisan Ingredients",
|
||||
author: "Quality",
|
||||
description: "We source premium, natural ingredients from trusted local suppliers to ensure every bite is a taste of perfection.",
|
||||
tags: [
|
||||
"Fresh",
|
||||
"Local",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-ingredients-making-bread-wooden-table_23-2147872585.jpg",
|
||||
imageAlt: "Close-up of fresh organic baking ingredients like flour and eggs.",
|
||||
},
|
||||
id: "feature-2", title: "Finest Artisan Ingredients", author: "Quality", description: "We source premium, natural ingredients from trusted local suppliers to ensure every bite is a taste of perfection.", tags: [
|
||||
"Fresh", "Local"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-ingredients-making-bread-wooden-table_23-2147872585.jpg", imageAlt: "Close-up of fresh organic baking ingredients like flour and eggs."},
|
||||
{
|
||||
id: "feature-3",
|
||||
title: "Seamless Online Ordering & Delivery",
|
||||
author: "Convenience",
|
||||
description: "Browse our full menu, customize your order, and schedule delivery or pickup with just a few clicks. Freshness guaranteed.",
|
||||
tags: [
|
||||
"Easy",
|
||||
"Fast",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/waitress-bringing-man-order-cafe_23-2147826930.jpg",
|
||||
imageAlt: "Bakery delivery person holding a box of fresh baked goods.",
|
||||
},
|
||||
id: "feature-3", title: "Seamless Online Ordering & Delivery", author: "Convenience", description: "Browse our full menu, customize your order, and schedule delivery or pickup with just a few clicks. Freshness guaranteed.", tags: [
|
||||
"Easy", "Fast"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/waitress-bringing-man-order-cafe_23-2147826930.jpg", imageAlt: "Bakery delivery person holding a box of fresh baked goods."},
|
||||
]}
|
||||
title="Why Choose Artisan Bakery?"
|
||||
description="Discover what makes our bakery unique – from our innovative 3D showcases to our commitment to quality and convenience."
|
||||
@@ -210,47 +145,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p-1",
|
||||
name: "Classic Croissant",
|
||||
price: "$3.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lady-putting-butter-bread-breakfast-set-with-milk-coffee_1150-6381.jpg",
|
||||
imageAlt: "Golden, flaky classic croissant",
|
||||
},
|
||||
id: "p-1", name: "Classic Croissant", price: "$3.50", imageSrc: "http://img.b2bpic.net/free-photo/lady-putting-butter-bread-breakfast-set-with-milk-coffee_1150-6381.jpg", imageAlt: "Golden, flaky classic croissant"},
|
||||
{
|
||||
id: "p-2",
|
||||
name: "Artisan Sourdough",
|
||||
price: "$8.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-freshly-baked-bread-surrounded-by-grains-black-background_23-2147955237.jpg",
|
||||
imageAlt: "Rustic artisan sourdough loaf",
|
||||
},
|
||||
id: "p-2", name: "Artisan Sourdough", price: "$8.99", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-freshly-baked-bread-surrounded-by-grains-black-background_23-2147955237.jpg", imageAlt: "Rustic artisan sourdough loaf"},
|
||||
{
|
||||
id: "p-3",
|
||||
name: "Decadent Chocolate Cake",
|
||||
price: "$45.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-delicious-cartoon-chocolate-cake_23-2151447537.jpg",
|
||||
imageAlt: "Rich chocolate cake with ganache",
|
||||
},
|
||||
id: "p-3", name: "Decadent Chocolate Cake", price: "$45.00", imageSrc: "http://img.b2bpic.net/free-photo/3d-delicious-cartoon-chocolate-cake_23-2151447537.jpg", imageAlt: "Rich chocolate cake with ganache"},
|
||||
{
|
||||
id: "p-4",
|
||||
name: "Assorted Macarons",
|
||||
price: "$2.75",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-french-macarons-ful-cakes-white-surface_140725-115166.jpg",
|
||||
imageAlt: "Colorful assortment of French macarons",
|
||||
},
|
||||
id: "p-4", name: "Assorted Macarons", price: "$2.75", imageSrc: "http://img.b2bpic.net/free-photo/top-view-french-macarons-ful-cakes-white-surface_140725-115166.jpg", imageAlt: "Colorful assortment of French macarons"},
|
||||
{
|
||||
id: "p-5",
|
||||
name: "Blueberry Muffin",
|
||||
price: "$3.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-sweet-cake-with-different-berries-yummy-cream-along-with-cranberries-spread-dark-desk-fruit-berry-cake-sweet_140725-34196.jpg",
|
||||
imageAlt: "Freshly baked blueberry muffin",
|
||||
},
|
||||
id: "p-5", name: "Blueberry Muffin", price: "$3.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-sweet-cake-with-different-berries-yummy-cream-along-with-cranberries-spread-dark-desk-fruit-berry-cake-sweet_140725-34196.jpg", imageAlt: "Freshly baked blueberry muffin"},
|
||||
{
|
||||
id: "p-6",
|
||||
name: "Vanilla Bean Cupcake",
|
||||
price: "$4.25",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-cookies-with-raspberry-jam-fresh-raspberries_114579-62764.jpg",
|
||||
imageAlt: "Vanilla cupcake with elegant frosting",
|
||||
},
|
||||
id: "p-6", name: "Vanilla Bean Cupcake", price: "$4.25", imageSrc: "http://img.b2bpic.net/free-photo/delicious-cookies-with-raspberry-jam-fresh-raspberries_114579-62764.jpg", imageAlt: "Vanilla cupcake with elegant frosting"},
|
||||
]}
|
||||
title="Our Delectable Collection"
|
||||
description="From flaky pastries to artisan breads, explore our exquisite range of baked goods, each crafted with passion and precision. See them in 3D!"
|
||||
@@ -259,25 +164,17 @@ export default function LandingPage() {
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m-1",
|
||||
value: "98%",
|
||||
description: "Customer Satisfaction",
|
||||
},
|
||||
id: "m-1", value: "98%", description: "Customer Satisfaction"},
|
||||
{
|
||||
id: "m-2",
|
||||
value: "24/7",
|
||||
description: "Online Ordering Available",
|
||||
},
|
||||
id: "m-2", value: "24/7", description: "Online Ordering Available"},
|
||||
{
|
||||
id: "m-3",
|
||||
value: "50+",
|
||||
description: "Unique Recipes",
|
||||
},
|
||||
id: "m-3", value: "50+", description: "Unique Recipes"},
|
||||
]}
|
||||
title="Our Commitment to Excellence"
|
||||
description="We are dedicated to quality, convenience, and culinary innovation. Our numbers speak for themselves."
|
||||
@@ -291,50 +188,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t-1",
|
||||
name: "Sarah J.",
|
||||
handle: "@sarahj_foodie",
|
||||
testimonial: "The 3D views of the cakes are incredible! It really helped me choose the perfect design for my event. And the cake itself? Absolutely divine!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-serving-pastry-cake-female-customer-coffee-shop_23-2148028059.jpg",
|
||||
imageAlt: "Sarah Johnson, happy customer",
|
||||
},
|
||||
id: "t-1", name: "Sarah J.", handle: "@sarahj_foodie", testimonial: "The 3D views of the cakes are incredible! It really helped me choose the perfect design for my event. And the cake itself? Absolutely divine!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-serving-pastry-cake-female-customer-coffee-shop_23-2148028059.jpg", imageAlt: "Sarah Johnson, happy customer"},
|
||||
{
|
||||
id: "t-2",
|
||||
name: "Mark L.",
|
||||
handle: "@m_l_eats",
|
||||
testimonial: "Ordering online was so smooth, and the pastries arrived fresh and beautiful. The sourdough is a weekend staple in our home now.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mother-daughter-taking-selfie-breakfast_23-2147788239.jpg",
|
||||
imageAlt: "Mark Lee, satisfied customer",
|
||||
},
|
||||
id: "t-2", name: "Mark L.", handle: "@m_l_eats", testimonial: "Ordering online was so smooth, and the pastries arrived fresh and beautiful. The sourdough is a weekend staple in our home now.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mother-daughter-taking-selfie-breakfast_23-2147788239.jpg", imageAlt: "Mark Lee, satisfied customer"},
|
||||
{
|
||||
id: "t-3",
|
||||
name: "Emily R.",
|
||||
handle: "@eventcrafters",
|
||||
testimonial: "As an event planner, I appreciate the consistency and quality. The delivery is always on time, and our clients rave about the desserts. The virtual tour is a great feature!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-pin-up-woman-eating-cake_176420-3316.jpg",
|
||||
imageAlt: "Emily Rose, event planner",
|
||||
},
|
||||
id: "t-3", name: "Emily R.", handle: "@eventcrafters", testimonial: "As an event planner, I appreciate the consistency and quality. The delivery is always on time, and our clients rave about the desserts. The virtual tour is a great feature!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-pin-up-woman-eating-cake_176420-3316.jpg", imageAlt: "Emily Rose, event planner"},
|
||||
{
|
||||
id: "t-4",
|
||||
name: "David K.",
|
||||
handle: "@davidk_homebaker",
|
||||
testimonial: "I'm a home baker myself, and I can tell the difference. These are truly artisan goods, made with care. The bread is simply the best in town.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/family-preparing-challah-dish-hanukkah_23-2151102355.jpg",
|
||||
imageAlt: "David Kim, enthusiastic customer",
|
||||
},
|
||||
id: "t-4", name: "David K.", handle: "@davidk_homebaker", testimonial: "I'm a home baker myself, and I can tell the difference. These are truly artisan goods, made with care. The bread is simply the best in town.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/family-preparing-challah-dish-hanukkah_23-2151102355.jpg", imageAlt: "David Kim, enthusiastic customer"},
|
||||
{
|
||||
id: "t-5",
|
||||
name: "Jessica T.",
|
||||
handle: "@jessicatreats",
|
||||
testimonial: "The interactive 3D elements are a game-changer! It's like being in the bakery, but from my couch. And every item I've tried has been delicious.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-gathering-with-food_23-2149152866.jpg",
|
||||
imageAlt: "Jessica Thompson, delighted customer",
|
||||
},
|
||||
id: "t-5", name: "Jessica T.", handle: "@jessicatreats", testimonial: "The interactive 3D elements are a game-changer! It's like being in the bakery, but from my couch. And every item I've tried has been delicious.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-gathering-with-food_23-2149152866.jpg", imageAlt: "Jessica Thompson, delighted customer"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="What Our Customers Say"
|
||||
@@ -347,30 +214,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "How do I use the 3D product viewer?",
|
||||
content: "Simply click on any product image that indicates a 3D view. You can then drag to rotate, pinch to zoom, and explore every detail of your chosen item.",
|
||||
},
|
||||
id: "q1", title: "How do I use the 3D product viewer?", content: "Simply click on any product image that indicates a 3D view. You can then drag to rotate, pinch to zoom, and explore every detail of your chosen item."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "What are your delivery options?",
|
||||
content: "We offer local delivery within a 15-mile radius for a flat fee, and free in-store pickup during business hours. Select your preference at checkout.",
|
||||
},
|
||||
id: "q2", title: "What are your delivery options?", content: "We offer local delivery within a 15-mile radius for a flat fee, and free in-store pickup during business hours. Select your preference at checkout."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Can I customize my order?",
|
||||
content: "Yes, many of our cakes and larger items offer customization options. Look for the 'Customize' button on the product page or contact us directly for special requests.",
|
||||
},
|
||||
id: "q3", title: "Can I customize my order?", content: "Yes, many of our cakes and larger items offer customization options. Look for the 'Customize' button on the product page or contact us directly for special requests."},
|
||||
{
|
||||
id: "q4",
|
||||
title: "What allergens should I be aware of?",
|
||||
content: "We handle common allergens like nuts, dairy, and gluten. Detailed allergen information is available on each product page. Please contact us with specific concerns.",
|
||||
},
|
||||
id: "q4", title: "What allergens should I be aware of?", content: "We handle common allergens like nuts, dairy, and gluten. Detailed allergen information is available on each product page. Please contact us with specific concerns."},
|
||||
{
|
||||
id: "q5",
|
||||
title: "Do you offer catering for events?",
|
||||
content: "Absolutely! We provide catering services for various events, from corporate meetings to weddings. Visit our catering section or contact us for a custom quote.",
|
||||
},
|
||||
id: "q5", title: "Do you offer catering for events?", content: "Absolutely! We provide catering services for various events, from corporate meetings to weddings. Visit our catering section or contact us for a custom quote."},
|
||||
]}
|
||||
sideTitle="Questions? We've Got Answers!"
|
||||
sideDescription="Find quick answers to our most common questions regarding ordering, delivery, and our delicious products."
|
||||
@@ -384,8 +236,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "rotated-rays-static",
|
||||
}}
|
||||
variant: "rotated-rays-static"}}
|
||||
tag="Get in Touch"
|
||||
title="Order Fresh Today!"
|
||||
description="Have a question or a special request? We'd love to hear from you. Reach out, and we'll help you with your next artisan bake."
|
||||
@@ -398,65 +249,42 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageAlt="Bakery kitchen in action"
|
||||
videoSrc="http://img.b2bpic.net/free-photo/cooked-fresh-breads-furnace_140725-2066.jpg?_wi=1"
|
||||
videoSrc="http://img.b2bpic.net/free-photo/cooked-fresh-breads-furnace_140725-2066.jpg"
|
||||
videoAriaLabel="Bakery process video showing bread being made"
|
||||
logoText="Artisan Bakery"
|
||||
columns={[
|
||||
{
|
||||
title: "Products",
|
||||
items: [
|
||||
title: "Products", items: [
|
||||
{
|
||||
label: "Breads",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Breads", href: "#products"},
|
||||
{
|
||||
label: "Pastries",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Pastries", href: "#products"},
|
||||
{
|
||||
label: "Cakes",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Cakes", href: "#products"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "About Us",
|
||||
items: [
|
||||
title: "About Us", items: [
|
||||
{
|
||||
label: "Our Story",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Our Story", href: "#about"},
|
||||
{
|
||||
label: "Our Values",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Our Values", href: "#features"},
|
||||
{
|
||||
label: "Team",
|
||||
href: "#",
|
||||
},
|
||||
label: "Team", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "Shipping",
|
||||
href: "#",
|
||||
},
|
||||
label: "Shipping", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2024 Artisan Bakery. All rights reserved."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cooked-fresh-breads-furnace_140725-2066.jpg?_wi=2"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user