Merge version_1 into main #2
300
src/app/page.tsx
300
src/app/page.tsx
@@ -31,72 +31,30 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
{
|
||||
name: "Our Story",
|
||||
id: "#about",
|
||||
},
|
||||
{
|
||||
name: "Signature Pastries",
|
||||
id: "#products",
|
||||
},
|
||||
{
|
||||
name: "Catering",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "Home", id: "#hero" },
|
||||
{ name: "Our Story", id: "#about" },
|
||||
{ name: "Signature Pastries", id: "#products" },
|
||||
{ name: "Catering", id: "#contact" },
|
||||
]}
|
||||
brandName="Bretonne"
|
||||
button={{ text: "Visit Us Today", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "rotated-rays-static",
|
||||
}}
|
||||
background={{ variant: "rotated-rays-static" }}
|
||||
title="A Little Escape to Europe"
|
||||
description="Handcrafted French-inspired pastries, exceptional coffee, and a cozy café experience hidden in Burlington. Every visit feels like discovering something precious."
|
||||
tag="Hidden Gem"
|
||||
buttons={[
|
||||
{
|
||||
text: "Visit Us Today",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Visit Us Today", href: "#contact" }]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-coffee-cup-indoors_23-2150708144.jpg?_wi=1",
|
||||
imageAlt: "Sunlight bakery interior",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup_74190-158.jpg?_wi=1",
|
||||
imageAlt: "Morning coffee ritual",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup_74190-1247.jpg?_wi=1",
|
||||
imageAlt: "Artisanal display",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/loaves-bread-with-price-tag_23-2147975216.jpg",
|
||||
imageAlt: "Golden croissants",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beauty-salon-with-cosmetology-equipment-anime-style_23-2151501041.jpg",
|
||||
imageAlt: "Pastry tray setting",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-leopard-bread-kitchen_181624-58763.jpg",
|
||||
imageAlt: "Inviting bakery counter",
|
||||
},
|
||||
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/delicious-coffee-cup-indoors_23-2150708144.jpg", imageAlt: "Sunlight bakery interior" },
|
||||
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup_74190-158.jpg", imageAlt: "Morning coffee ritual" },
|
||||
{ id: "3", imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup_74190-1247.jpg", imageAlt: "Artisanal display" },
|
||||
{ id: "4", imageSrc: "http://img.b2bpic.net/free-photo/loaves-bread-with-price-tag_23-2147975216.jpg", imageAlt: "Golden croissants" },
|
||||
{ id: "5", imageSrc: "http://img.b2bpic.net/free-photo/beauty-salon-with-cosmetology-equipment-anime-style_23-2151501041.jpg", imageAlt: "Pastry tray setting" },
|
||||
{ id: "6", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-leopard-bread-kitchen_181624-58763.jpg", imageAlt: "Inviting bakery counter" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -118,46 +76,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Community Connection",
|
||||
description: "A place to gather, meet, and enjoy life's simple pleasures together.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/best-friends-are-chatting-laughing-with-tasty-snacks-terrace_8353-10306.jpg",
|
||||
imageAlt: "Community scene",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cozy-home-composition-with-cup-tea-teapot-croissants-bed_169016-27069.jpg",
|
||||
imageAlt: "Community scene",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-coffee-cup-indoors_23-2150708144.jpg?_wi=2",
|
||||
imageAlt: "people drinking coffee bakery",
|
||||
title: "Community Connection", description: "A place to gather, meet, and enjoy life's simple pleasures together.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/best-friends-are-chatting-laughing-with-tasty-snacks-terrace_8353-10306.jpg", imageAlt: "Community scene" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/cozy-home-composition-with-cup-tea-teapot-croissants-bed_169016-27069.jpg", imageAlt: "Community scene" }
|
||||
},
|
||||
{
|
||||
title: "Artisanal Craft",
|
||||
description: "Every pastry is crafted with passion and traditional French techniques.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handful-flour-with-egg-rustic-kitchen-against-background-men-s-hands-knead-dough-ingredients-cooking-flour-products-dough-bread-muffins-pie-pizza-dough-copy-space_639032-449.jpg",
|
||||
imageAlt: "Pastry craft",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-chef-cook-hat-uniform-looking-cake-his-hand-looking-proud_176474-9072.jpg",
|
||||
imageAlt: "Pastry craft",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup_74190-158.jpg?_wi=2",
|
||||
imageAlt: "people drinking coffee bakery",
|
||||
title: "Artisanal Craft", description: "Every pastry is crafted with passion and traditional French techniques.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/handful-flour-with-egg-rustic-kitchen-against-background-men-s-hands-knead-dough-ingredients-cooking-flour-products-dough-bread-muffins-pie-pizza-dough-copy-space_639032-449.jpg", imageAlt: "Pastry craft" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/male-chef-cook-hat-uniform-looking-cake-his-hand-looking-proud_176474-9072.jpg", imageAlt: "Pastry craft" }
|
||||
},
|
||||
{
|
||||
title: "Premium Ingredients",
|
||||
description: "We only use locally sourced and high-quality ingredients for your table.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-drinking-coffee-urban-cafe_158595-686.jpg",
|
||||
imageAlt: "Ingredient selection",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-pouring-dough_23-2150014876.jpg",
|
||||
imageAlt: "Ingredient selection",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup_74190-1247.jpg?_wi=2",
|
||||
imageAlt: "people drinking coffee bakery",
|
||||
title: "Premium Ingredients", description: "We only use locally sourced and high-quality ingredients for your table.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/young-woman-drinking-coffee-urban-cafe_158595-686.jpg", imageAlt: "Ingredient selection" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-pouring-dough_23-2150014876.jpg", imageAlt: "Ingredient selection" }
|
||||
},
|
||||
]}
|
||||
showStepNumbers={false}
|
||||
@@ -173,48 +101,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Butter Croissant",
|
||||
price: "$4.50",
|
||||
variant: "Classic",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/half-cut-croissant-with-chocolate-wooden-board_114579-83778.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Seasonal Fruit Tart",
|
||||
price: "$6.75",
|
||||
variant: "Gourmet",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/homemade-delicious-rustic-summer-berry-tartles_114579-10249.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Chocolate Eclair",
|
||||
price: "$5.25",
|
||||
variant: "Indulgent",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-close-view-chocolate-eclairs-currants-black-rectangular-plate-white-wooden-ground_140725-89792.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Almond Croissant",
|
||||
price: "$5.50",
|
||||
variant: "Traditional",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cake-with-chocolate-topping-almonds_23-2148485406.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Pain au Chocolat",
|
||||
price: "$4.75",
|
||||
variant: "Classic",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-delicious-panettone-composition_23-2149173040.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Artisan Macarons",
|
||||
price: "$2.50",
|
||||
variant: "Delicate",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/macaroon_74190-1469.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Butter Croissant", price: "$4.50", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/half-cut-croissant-with-chocolate-wooden-board_114579-83778.jpg" },
|
||||
{ id: "p2", name: "Seasonal Fruit Tart", price: "$6.75", variant: "Gourmet", imageSrc: "http://img.b2bpic.net/free-photo/homemade-delicious-rustic-summer-berry-tartles_114579-10249.jpg" },
|
||||
{ id: "p3", name: "Chocolate Eclair", price: "$5.25", variant: "Indulgent", imageSrc: "http://img.b2bpic.net/free-photo/top-close-view-chocolate-eclairs-currants-black-rectangular-plate-white-wooden-ground_140725-89792.jpg" },
|
||||
{ id: "p4", name: "Almond Croissant", price: "$5.50", variant: "Traditional", imageSrc: "http://img.b2bpic.net/free-photo/cake-with-chocolate-topping-almonds_23-2148485406.jpg" },
|
||||
{ id: "p5", name: "Pain au Chocolat", price: "$4.75", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/still-life-delicious-panettone-composition_23-2149173040.jpg" },
|
||||
{ id: "p6", name: "Artisan Macarons", price: "$2.50", variant: "Delicate", imageSrc: "http://img.b2bpic.net/free-photo/macaroon_74190-1469.jpg" },
|
||||
]}
|
||||
title="Signature Pastries"
|
||||
description="From flaky butter croissants to seasonal fruit tarts, our signature selection captures the essence of French baking tradition."
|
||||
@@ -227,41 +119,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
handle: "@sarahfoodie",
|
||||
testimonial: "A little slice of Paris right here in Burlington. The croissants are perfection.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-showing-eclairs-bakery-counter_23-2148189123.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael C.",
|
||||
handle: "@mikes_coffee",
|
||||
testimonial: "The best coffee and pastries in town. I come here every single morning.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-caucasian-woman-working-office-holding-coffee-cups-smiling-with-happy-cool-smile-face-showing-teeth_839833-17423.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily R.",
|
||||
handle: "@emily_lifestyle",
|
||||
testimonial: "Such a cozy atmosphere and the staff is wonderful. My go-to meeting spot.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/laugh-is-way-happiness_329181-2893.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David K.",
|
||||
handle: "@davek_events",
|
||||
testimonial: "The catering service for our corporate meeting was flawless. Highly recommend.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-sitting-coat-smartwatch-waiting-cafe_197531-22704.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica L.",
|
||||
handle: "@jess_bakes",
|
||||
testimonial: "I'm obsessed with their almond croissants! Truly authentic experience.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-cafe-with-coffee_624325-388.jpg",
|
||||
},
|
||||
{ id: "1", name: "Sarah J.", handle: "@sarahfoodie", testimonial: "A little slice of Paris right here in Burlington. The croissants are perfection.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-showing-eclairs-bakery-counter_23-2148189123.jpg" },
|
||||
{ id: "2", name: "Michael C.", handle: "@mikes_coffee", testimonial: "The best coffee and pastries in town. I come here every single morning.", imageSrc: "http://img.b2bpic.net/free-photo/young-caucasian-woman-working-office-holding-coffee-cups-smiling-with-happy-cool-smile-face-showing-teeth_839833-17423.jpg" },
|
||||
{ id: "3", name: "Emily R.", handle: "@emily_lifestyle", testimonial: "Such a cozy atmosphere and the staff is wonderful. My go-to meeting spot.", imageSrc: "http://img.b2bpic.net/free-photo/laugh-is-way-happiness_329181-2893.jpg" },
|
||||
{ id: "4", name: "David K.", handle: "@davek_events", testimonial: "The catering service for our corporate meeting was flawless. Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-sitting-coat-smartwatch-waiting-cafe_197531-22704.jpg" },
|
||||
{ id: "5", name: "Jessica L.", handle: "@jess_bakes", testimonial: "I'm obsessed with their almond croissants! Truly authentic experience.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-cafe-with-coffee_624325-388.jpg" },
|
||||
]}
|
||||
title="Community Voices"
|
||||
description="See why our local community considers Bretonne Bakery their favorite hidden gem."
|
||||
@@ -273,21 +135,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do you offer catering services?",
|
||||
content: "Yes, we specialize in luxury custom pastry orders for meetings and events.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Do you offer vegan options?",
|
||||
content: "We offer a selection of vegan-friendly treats daily. Please ask our staff.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Where can I find your bakery?",
|
||||
content: "We are located in the heart of Burlington. Please check the footer for our address.",
|
||||
},
|
||||
{ id: "q1", title: "Do you offer catering services?", content: "Yes, we specialize in luxury custom pastry orders for meetings and events." },
|
||||
{ id: "q2", title: "Do you offer vegan options?", content: "We offer a selection of vegan-friendly treats daily. Please ask our staff." },
|
||||
{ id: "q3", title: "Where can I find your bakery?", content: "We are located in the heart of Burlington. Please check the footer for our address." },
|
||||
]}
|
||||
title="Frequently Asked"
|
||||
description="Have questions about our baking methods or catering services? We're happy to help."
|
||||
@@ -303,36 +153,9 @@ export default function LandingPage() {
|
||||
title="Behind the Scenes"
|
||||
description="Explore the art of pastry and our commitment to artisanal quality."
|
||||
blogs={[
|
||||
{
|
||||
id: "b1",
|
||||
category: "Craft",
|
||||
title: "The Art of Sourdough",
|
||||
excerpt: "Discover how we prepare our artisan bread from scratch.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-holding-wrapped-bread_23-2148438626.jpg",
|
||||
authorName: "Bretonne Team",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/portrait-pretty-girl-with-long-hair-sittting-table-terrace-cafe-she-wears-white-dress-with-bare-shoulders-red-lipstick-she-has-fun-front-camera_197531-24908.jpg",
|
||||
date: "Oct 12, 2024",
|
||||
},
|
||||
{
|
||||
id: "b2",
|
||||
category: "Coffee",
|
||||
title: "Mastering the Perfect Brew",
|
||||
excerpt: "What makes our coffee exceptional? It's all in the process.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/asian-man-drinking-coffee-reading-book_1150-10429.jpg",
|
||||
authorName: "Bretonne Team",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/baker-keeping-tray-baked-buns-shelf_1170-2269.jpg",
|
||||
date: "Nov 02, 2024",
|
||||
},
|
||||
{
|
||||
id: "b3",
|
||||
category: "Ingredients",
|
||||
title: "Seasonal Flavors",
|
||||
excerpt: "Why we believe in using the freshest seasonal ingredients.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-cook-mixing-ingredients-bowl_23-2148485372.jpg",
|
||||
authorName: "Bretonne Team",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/shot-lovely-cute-girl-trendy-blouse_291650-621.jpg",
|
||||
date: "Dec 15, 2024",
|
||||
},
|
||||
{ id: "b1", category: "Craft", title: "The Art of Sourdough", excerpt: "Discover how we prepare our artisan bread from scratch.", imageSrc: "http://img.b2bpic.net/free-photo/person-holding-wrapped-bread_23-2148438626.jpg", authorName: "Bretonne Team", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-pretty-girl-with-long-hair-sittting-table-terrace-cafe-she-wears-white-dress-with-bare-shoulders-red-lipstick-she-has-fun-front-camera_197531-24908.jpg", date: "Oct 12, 2024" },
|
||||
{ id: "b2", category: "Coffee", title: "Mastering the Perfect Brew", excerpt: "What makes our coffee exceptional? It's all in the process.", imageSrc: "http://img.b2bpic.net/free-photo/asian-man-drinking-coffee-reading-book_1150-10429.jpg", authorName: "Bretonne Team", authorAvatar: "http://img.b2bpic.net/free-photo/baker-keeping-tray-baked-buns-shelf_1170-2269.jpg", date: "Nov 02, 2024" },
|
||||
{ id: "b3", category: "Ingredients", title: "Seasonal Flavors", excerpt: "Why we believe in using the freshest seasonal ingredients.", imageSrc: "http://img.b2bpic.net/free-photo/male-cook-mixing-ingredients-bowl_23-2148485372.jpg", authorName: "Bretonne Team", authorAvatar: "http://img.b2bpic.net/free-photo/shot-lovely-cute-girl-trendy-blouse_291650-621.jpg", date: "Dec 15, 2024" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -340,16 +163,9 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "rotated-rays-static",
|
||||
}}
|
||||
background={{ variant: "rotated-rays-static" }}
|
||||
text="Visit us for an escape you won't forget. We look forward to welcoming you soon."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "#",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Get Directions", href: "#" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -358,45 +174,13 @@ export default function LandingPage() {
|
||||
imageSrc="http://img.b2bpic.net/free-photo/asian-couple-shopping-flowers-barcelona_657883-571.jpg"
|
||||
logoText="Bretonne"
|
||||
columns={[
|
||||
{
|
||||
title: "Visit",
|
||||
items: [
|
||||
{
|
||||
label: "123 Pastry St, Burlington",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
{
|
||||
label: "Catering Inquiry",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
label: "Signature Pastries",
|
||||
href: "#products",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Social",
|
||||
items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://instagram.com",
|
||||
},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "https://facebook.com",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Visit", items: [{ label: "123 Pastry St, Burlington", href: "#" }] },
|
||||
{ title: "Services", items: [{ label: "Catering Inquiry", href: "#contact" }, { label: "Signature Pastries", href: "#products" }] },
|
||||
{ title: "Social", items: [{ label: "Instagram", href: "https://instagram.com" }, { label: "Facebook", href: "https://facebook.com" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user