Merge version_1 into main #2
237
src/app/page.tsx
237
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "products",
|
||||
},
|
||||
name: "Menu", id: "products"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Panadería De Barrio"
|
||||
/>
|
||||
@@ -55,78 +47,49 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "downward-rays-animated-grid",
|
||||
}}
|
||||
variant: "downward-rays-animated-grid"}}
|
||||
title="Freshly Baked Mexican Treats in Indy"
|
||||
description="Authentic pan dulce, custom cakes, and artisanal pastries made from scratch daily at Panadería De Barrio. Visit us on Shelby St for your sweet fix."
|
||||
kpis={[
|
||||
{
|
||||
value: "4.7★",
|
||||
label: "Google Rating",
|
||||
},
|
||||
value: "4.7★", label: "Google Rating"},
|
||||
{
|
||||
value: "Fresh",
|
||||
label: "Made Daily",
|
||||
},
|
||||
value: "Fresh", label: "Made Daily"},
|
||||
{
|
||||
value: "Local",
|
||||
label: "Owned & Operated",
|
||||
},
|
||||
value: "Local", label: "Owned & Operated"},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Custom Cake",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Order Custom Cake", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/pastry-bread-lifestyle-art-handcraft_1122-1791.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/pastry-bread-lifestyle-art-handcraft_1122-1791.jpg"
|
||||
imageAlt="Fresh bakery items"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/sustainable-recipients-different-ingredients_23-2149015908.jpg",
|
||||
alt: "Bakery employee 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/sustainable-recipients-different-ingredients_23-2149015908.jpg", alt: "Bakery employee 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/fresh-pastry-shop-window_1398-575.jpg",
|
||||
alt: "Bakery employee 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/fresh-pastry-shop-window_1398-575.jpg", alt: "Bakery employee 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-selecting-sausage-meat-counter_107420-63656.jpg",
|
||||
alt: "Bakery employee 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/woman-selecting-sausage-meat-counter_107420-63656.jpg", alt: "Bakery employee 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/chinese-pastries-display-showcase_53876-33564.jpg",
|
||||
alt: "Bakery employee 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/chinese-pastries-display-showcase_53876-33564.jpg", alt: "Bakery employee 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-holding-fresh-baked-croissants_23-2148028057.jpg",
|
||||
alt: "Bakery employee 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-holding-fresh-baked-croissants_23-2148028057.jpg", alt: "Bakery employee 5"},
|
||||
]}
|
||||
avatarText="Trusted by our local community"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Conchas",
|
||||
},
|
||||
type: "text", text: "Conchas"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Tres Leches",
|
||||
},
|
||||
type: "text", text: "Tres Leches"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Custom Cakes",
|
||||
},
|
||||
type: "text", text: "Custom Cakes"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Fresh Donuts",
|
||||
},
|
||||
type: "text", text: "Fresh Donuts"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Mantecadas",
|
||||
},
|
||||
type: "text", text: "Mantecadas"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -139,19 +102,13 @@ export default function LandingPage() {
|
||||
description="Located just 5 minutes from Fountain Square, our bakery is like walking into a Mexican Willy Wonka Factory. From conchas and mantecadas to custom cakes for your special occasions, everything is baked fresh from scratch."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Scratch Made",
|
||||
description: "Authentic recipes using traditional methods.",
|
||||
},
|
||||
title: "Scratch Made", description: "Authentic recipes using traditional methods."},
|
||||
{
|
||||
title: "Wide Selection",
|
||||
description: "Donuts, cakes, cookies, and pan dulce.",
|
||||
},
|
||||
title: "Wide Selection", description: "Donuts, cakes, cookies, and pan dulce."},
|
||||
{
|
||||
title: "Friendly Service",
|
||||
description: "We treat every customer like family.",
|
||||
},
|
||||
title: "Friendly Service", description: "We treat every customer like family."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/street-food-still-life_23-2151535278.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/street-food-still-life_23-2151535278.jpg"
|
||||
imageAlt="Bakery owner"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -165,47 +122,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Conchas",
|
||||
price: "$2.50",
|
||||
variant: "Authentic Mexican Bread",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sweet-pastries-with-kernels-wooden-board-with-various-nuts_114579-50444.jpg?_wi=1",
|
||||
},
|
||||
id: "1", name: "Conchas", price: "$2.50", variant: "Authentic Mexican Bread", imageSrc: "http://img.b2bpic.net/free-photo/sweet-pastries-with-kernels-wooden-board-with-various-nuts_114579-50444.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Glazed Donuts",
|
||||
price: "$1.50",
|
||||
variant: "Fresh Daily",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pink-donut-with-raspberries_23-2151950852.jpg?_wi=1",
|
||||
},
|
||||
id: "2", name: "Glazed Donuts", price: "$1.50", variant: "Fresh Daily", imageSrc: "http://img.b2bpic.net/free-photo/pink-donut-with-raspberries_23-2151950852.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Anniversary Cake",
|
||||
price: "$45.00+",
|
||||
variant: "Custom Made",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-elegant-cake-topper_23-2149232363.jpg?_wi=1",
|
||||
},
|
||||
id: "3", name: "Anniversary Cake", price: "$45.00+", variant: "Custom Made", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-elegant-cake-topper_23-2149232363.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Chocolate Muffin",
|
||||
price: "$3.00",
|
||||
variant: "Soft & Fresh",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-appetizing-chocolate-muffins-cups-dark-background_1220-6322.jpg",
|
||||
},
|
||||
id: "4", name: "Chocolate Muffin", price: "$3.00", variant: "Soft & Fresh", imageSrc: "http://img.b2bpic.net/free-photo/tasty-appetizing-chocolate-muffins-cups-dark-background_1220-6322.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Danish Pastry",
|
||||
price: "$3.50",
|
||||
variant: "Buttery & Sweet",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-floral-feast-still-life_23-2149509049.jpg",
|
||||
},
|
||||
id: "5", name: "Danish Pastry", price: "$3.50", variant: "Buttery & Sweet", imageSrc: "http://img.b2bpic.net/free-photo/delicious-floral-feast-still-life_23-2149509049.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Pastel 3 Leches",
|
||||
price: "$35.00+",
|
||||
variant: "Signature Treat",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coconut-cake-plate_1339-6847.jpg",
|
||||
},
|
||||
id: "6", name: "Pastel 3 Leches", price: "$35.00+", variant: "Signature Treat", imageSrc: "http://img.b2bpic.net/free-photo/coconut-cake-plate_1339-6847.jpg"},
|
||||
]}
|
||||
title="Our Daily Favorites"
|
||||
description="Explore our delicious selection of freshly baked goods available daily."
|
||||
@@ -219,28 +146,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Affordable Quality",
|
||||
description: "We believe everyone deserves fresh pastries at honest prices.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: DollarSign,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-decorating-pan-de-muerto-with-sugar_23-2149023953.jpg",
|
||||
imageAlt: "High angle of woman decorating pan de muerto with sugar",
|
||||
title: "Affordable Quality", description: "We believe everyone deserves fresh pastries at honest prices.", bentoComponent: "reveal-icon", icon: DollarSign,
|
||||
},
|
||||
{
|
||||
title: "Daily Baking",
|
||||
description: "Every item is baked fresh from scratch, every single day.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Award,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pastry-bread-lifestyle-art-handcraft_1122-1791.jpg?_wi=2",
|
||||
imageAlt: "High angle of woman decorating pan de muerto with sugar",
|
||||
title: "Daily Baking", description: "Every item is baked fresh from scratch, every single day.", bentoComponent: "reveal-icon", icon: Award,
|
||||
},
|
||||
{
|
||||
title: "Central Location",
|
||||
description: "Visit us at 3561 Shelby St, just 5 minutes from Fountain Square.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: MapPin,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/street-food-still-life_23-2151535278.jpg?_wi=2",
|
||||
imageAlt: "High angle of woman decorating pan de muerto with sugar",
|
||||
title: "Central Location", description: "Visit us at 3561 Shelby St, just 5 minutes from Fountain Square.", bentoComponent: "reveal-icon", icon: MapPin,
|
||||
},
|
||||
]}
|
||||
title="Why Choose Us?"
|
||||
@@ -254,60 +166,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sandy Lindel",
|
||||
date: "Oct 2023",
|
||||
title: "Local Regular",
|
||||
quote: "My favorite thing is the bread, oh, so fresh and tasty.",
|
||||
tag: "Bakery",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-smiling-woman-shirt-happily-looking-camera-while-eating-chocolate-cake-yellow-background_574295-5388.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pastry-bread-lifestyle-art-handcraft_1122-1791.jpg?_wi=3",
|
||||
imageAlt: "happy customer portrait bakery",
|
||||
},
|
||||
id: "1", name: "Sandy Lindel", date: "Oct 2023", title: "Local Regular", quote: "My favorite thing is the bread, oh, so fresh and tasty.", tag: "Bakery", avatarSrc: "http://img.b2bpic.net/free-photo/young-smiling-woman-shirt-happily-looking-camera-while-eating-chocolate-cake-yellow-background_574295-5388.jpg", imageSrc: "http://img.b2bpic.net/free-photo/pastry-bread-lifestyle-art-handcraft_1122-1791.jpg", imageAlt: "happy customer portrait bakery"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Max",
|
||||
date: "Sept 2023",
|
||||
title: "Pan Dulce Fan",
|
||||
quote: "The best place to have pan dulce that I had.",
|
||||
tag: "Bakery",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/picture-beautiful-caucasian-female-with-short-dark-hair-white-sweater-holds-white-box-with-lot-big-white-marshmallows_132075-9167.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/street-food-still-life_23-2151535278.jpg?_wi=3",
|
||||
imageAlt: "happy customer portrait bakery",
|
||||
},
|
||||
id: "2", name: "Max", date: "Sept 2023", title: "Pan Dulce Fan", quote: "The best place to have pan dulce that I had.", tag: "Bakery", avatarSrc: "http://img.b2bpic.net/free-photo/picture-beautiful-caucasian-female-with-short-dark-hair-white-sweater-holds-white-box-with-lot-big-white-marshmallows_132075-9167.jpg", imageSrc: "http://img.b2bpic.net/free-photo/street-food-still-life_23-2151535278.jpg", imageAlt: "happy customer portrait bakery"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Jeremy Mitchell",
|
||||
date: "Aug 2023",
|
||||
title: "New Regular",
|
||||
quote: "The cookies were super soft and delicious as well as the Danish.",
|
||||
tag: "Bakery",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-woman-shopping_23-2147652127.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sweet-pastries-with-kernels-wooden-board-with-various-nuts_114579-50444.jpg?_wi=2",
|
||||
imageAlt: "happy customer portrait bakery",
|
||||
},
|
||||
id: "3", name: "Jeremy Mitchell", date: "Aug 2023", title: "New Regular", quote: "The cookies were super soft and delicious as well as the Danish.", tag: "Bakery", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-woman-shopping_23-2147652127.jpg", imageSrc: "http://img.b2bpic.net/free-photo/sweet-pastries-with-kernels-wooden-board-with-various-nuts_114579-50444.jpg", imageAlt: "happy customer portrait bakery"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Courtney Murray",
|
||||
date: "July 2023",
|
||||
title: "Cake Lover",
|
||||
quote: "Ordered a cake for a special anniversary party and it was a hit!",
|
||||
tag: "Bakery",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/merry-young-adult-enjoying-christmas-conversation-video-call-room-decorated-festivity-celebration-talking-woman-preparing-drink-wine-kitchen-with-joyful-ornaments_482257-28400.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pink-donut-with-raspberries_23-2151950852.jpg?_wi=2",
|
||||
imageAlt: "happy customer portrait bakery",
|
||||
},
|
||||
id: "4", name: "Courtney Murray", date: "July 2023", title: "Cake Lover", quote: "Ordered a cake for a special anniversary party and it was a hit!", tag: "Bakery", avatarSrc: "http://img.b2bpic.net/free-photo/merry-young-adult-enjoying-christmas-conversation-video-call-room-decorated-festivity-celebration-talking-woman-preparing-drink-wine-kitchen-with-joyful-ornaments_482257-28400.jpg", imageSrc: "http://img.b2bpic.net/free-photo/pink-donut-with-raspberries_23-2151950852.jpg", imageAlt: "happy customer portrait bakery"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jose Kreutz",
|
||||
date: "June 2023",
|
||||
title: "Frequent Visitor",
|
||||
quote: "Fantastic pastry shop! Great donuts, beautiful and yummy.",
|
||||
tag: "Bakery",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-portrait-female-baker-wearing-apron-looking-camera_23-2148189096.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-elegant-cake-topper_23-2149232363.jpg?_wi=2",
|
||||
imageAlt: "happy customer portrait bakery",
|
||||
},
|
||||
id: "5", name: "Jose Kreutz", date: "June 2023", title: "Frequent Visitor", quote: "Fantastic pastry shop! Great donuts, beautiful and yummy.", tag: "Bakery", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-portrait-female-baker-wearing-apron-looking-camera_23-2148189096.jpg", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-elegant-cake-topper_23-2149232363.jpg", imageAlt: "happy customer portrait bakery"},
|
||||
]}
|
||||
title="Loved by the Community"
|
||||
description="Hear what our wonderful customers have to say about our treats."
|
||||
@@ -319,20 +186,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Do you offer custom cakes?",
|
||||
content: "Yes! We specialize in custom cakes for anniversaries, birthdays, and special occasions.",
|
||||
},
|
||||
id: "1", title: "Do you offer custom cakes?", content: "Yes! We specialize in custom cakes for anniversaries, birthdays, and special occasions."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Are you open on weekends?",
|
||||
content: "Yes, we are open Friday through Thursday from 8 AM to 9 PM daily.",
|
||||
},
|
||||
id: "2", title: "Are you open on weekends?", content: "Yes, we are open Friday through Thursday from 8 AM to 9 PM daily."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Do you make Mexican-style pastries?",
|
||||
content: "Absolutely. We are proud of our authentic Mexican breads like conchas, mantecadas, and more.",
|
||||
},
|
||||
id: "3", title: "Do you make Mexican-style pastries?", content: "Absolutely. We are proud of our authentic Mexican breads like conchas, mantecadas, and more."},
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
sideDescription="Get quick answers to common questions about our bakery."
|
||||
@@ -344,12 +202,11 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
tag="Contact Us"
|
||||
title="Place Your Order Today"
|
||||
description="Have questions about custom cakes or bulk orders? Send us an email at Panaderiadebarrio@icloud.com or visit us in store."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/pastry-bread-lifestyle-art-handcraft_1122-1791.jpg?_wi=4"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/pastry-bread-lifestyle-art-handcraft_1122-1791.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -358,13 +215,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Panadería De Barrio"
|
||||
leftLink={{
|
||||
text: "3561 Shelby St, Indianapolis, IN 46227",
|
||||
href: "#",
|
||||
}}
|
||||
text: "3561 Shelby St, Indianapolis, IN 46227", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Panaderiadebarrio@icloud.com",
|
||||
href: "mailto:Panaderiadebarrio@icloud.com",
|
||||
}}
|
||||
text: "Panaderiadebarrio@icloud.com", href: "mailto:Panaderiadebarrio@icloud.com"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user