Merge version_1 into main #2
370
src/app/page.tsx
370
src/app/page.tsx
@@ -31,26 +31,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Story",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "product",
|
||||
},
|
||||
{
|
||||
name: "Feedback",
|
||||
id: "testimonial",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Story", id: "about" },
|
||||
{ name: "Menu", id: "product" },
|
||||
{ name: "Feedback", id: "testimonial" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="La Fabbrica Byrzia"
|
||||
/>
|
||||
@@ -58,105 +43,38 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Baking Happiness, Every Single Day"
|
||||
description="Artisanal breads, hand-crafted pastries, and a little piece of home in every bite. Discover La Fabbrica Byrzia, where tradition meets warmth."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-baked-bread-pastry-shop_23-2150379540.jpg?_wi=1",
|
||||
imageAlt: "fresh artisanal bread bakery interior",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-person-kneading-dough_23-2147749558.jpg?_wi=1",
|
||||
imageAlt: "baker hands kneading dough flour",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-bakery_23-2150273148.jpg",
|
||||
imageAlt: "Medium shot woman working in bakery",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-fresh-pita-bread-sale_181624-58514.jpg",
|
||||
imageAlt: "Closeup of fresh Pita bread for sale",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bakery_23-2148011815.jpg",
|
||||
imageAlt: "Bakery",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-baked-bread-pastry-shop_23-2150379540.jpg", imageAlt: "fresh artisanal bread bakery interior" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/crop-person-kneading-dough_23-2147749558.jpg", imageAlt: "baker hands kneading dough flour" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-bakery_23-2150273148.jpg", imageAlt: "Medium shot woman working in bakery" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/closeup-fresh-pita-bread-sale_181624-58514.jpg", imageAlt: "Closeup of fresh Pita bread for sale" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/bakery_23-2148011815.jpg", imageAlt: "Bakery" },
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-products-arrangement-bakery_23-2150273230.jpg",
|
||||
imageAlt: "fresh artisanal bread bakery interior",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-hands-knead-dough_639032-1377.jpg",
|
||||
imageAlt: "baker hands kneading dough flour",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hands-kneading-smooth-dough-glass-bowl-against-black-background_23-2147975247.jpg",
|
||||
imageAlt: "Hands kneading the smooth dough in the glass bowl against black background",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/baker-kneading-dough-with-flour-kitchen-table_23-2147872732.jpg",
|
||||
imageAlt: "Baker kneading the dough with flour over the kitchen table",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-baker-s-kneading-dough-chopping-board-with-ingredients_23-2147872710.jpg",
|
||||
imageAlt: "Close-up of baker's kneading the dough on chopping board with ingredients",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "View Today's Menu",
|
||||
href: "#product",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/delicious-products-arrangement-bakery_23-2150273230.jpg", imageAlt: "fresh artisanal bread bakery interior" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/male-hands-knead-dough_639032-1377.jpg", imageAlt: "baker hands kneading dough flour" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/hands-kneading-smooth-dough-glass-bowl-against-black-background_23-2147975247.jpg", imageAlt: "Hands kneading the smooth dough in the glass bowl against black background" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/baker-kneading-dough-with-flour-kitchen-table_23-2147872732.jpg", imageAlt: "Baker kneading the dough with flour over the kitchen table" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-baker-s-kneading-dough-chopping-board-with-ingredients_23-2147872710.jpg", imageAlt: "Close-up of baker's kneading the dough on chopping board with ingredients" },
|
||||
]}
|
||||
buttons={[{ text: "View Today's Menu", href: "#product" }]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/dessert-with-my-best-friend-tastes-doubly-well_329181-2937.jpg",
|
||||
alt: "happy customer eating pastry",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-female-red-haired-barista-looking-camera-smiling_171337-15610.jpg",
|
||||
alt: "happy customer holding bread",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-female-baker-serving-pastry-cake-customer_23-2148028043.jpg",
|
||||
alt: "satisfied customer coffee bakery",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/female-baker-showing-baked-sweet-puff-pastries-plate-bakery-shop-counter_23-2148189118.jpg",
|
||||
alt: "happy customer pastry store",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-girls-buys-buns-bakery_1157-24661.jpg",
|
||||
alt: "satisfied customer bread shop",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/dessert-with-my-best-friend-tastes-doubly-well_329181-2937.jpg", alt: "happy customer eating pastry" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/beautiful-female-red-haired-barista-looking-camera-smiling_171337-15610.jpg", alt: "happy customer holding bread" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiling-female-baker-serving-pastry-cake-customer_23-2148028043.jpg", alt: "satisfied customer coffee bakery" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/female-baker-showing-baked-sweet-puff-pastries-plate-bakery-shop-counter_23-2148189118.jpg", alt: "happy customer pastry store" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/beautiful-girls-buys-buns-bakery_1157-24661.jpg", alt: "satisfied customer bread shop" },
|
||||
]}
|
||||
avatarText="Join our community of bread lovers"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Locally Sourced",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Slow Fermented",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Fresh Daily",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Artisan Crafted",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Family Owned",
|
||||
},
|
||||
{ type: "text", text: "Locally Sourced" },
|
||||
{ type: "text", text: "Slow Fermented" },
|
||||
{ type: "text", text: "Fresh Daily" },
|
||||
{ type: "text", text: "Artisan Crafted" },
|
||||
{ type: "text", text: "Family Owned" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -165,12 +83,7 @@ export default function LandingPage() {
|
||||
<TextAbout
|
||||
useInvertedBackground={true}
|
||||
title="A Legacy of Flour and Passion"
|
||||
buttons={[
|
||||
{
|
||||
text: "Our Story",
|
||||
href: "#about",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Our Story", href: "#about" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -181,42 +94,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Golden Croissant",
|
||||
price: "$3.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-croissant-plate-trivet-with-lemon-tangerine-kumquat-flour-ginger-with-spoon-honey-dipper-rolling-pin-black-background_141793-130598.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Rustic Sourdough",
|
||||
price: "$6.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-bread-shopping-bag-wooden-background_169016-20843.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Cinnamon Swirl",
|
||||
price: "$4.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fluffy-meringue-muffins-with-black-dry-grapes-table_114579-22145.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "French Baguette",
|
||||
price: "$4.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/different-loaves-bread-woman-holding-with-hand_114579-48955.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Blueberry Muffin",
|
||||
price: "$3.75",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blueberry-muffin_74190-2634.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Chocolate Cookie",
|
||||
price: "$2.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-donuts-with-chocolate-chips_23-2147802458.jpg",
|
||||
},
|
||||
{ id: "1", name: "Golden Croissant", price: "$3.50", imageSrc: "http://img.b2bpic.net/free-photo/side-view-croissant-plate-trivet-with-lemon-tangerine-kumquat-flour-ginger-with-spoon-honey-dipper-rolling-pin-black-background_141793-130598.jpg" },
|
||||
{ id: "2", name: "Rustic Sourdough", price: "$6.00", imageSrc: "http://img.b2bpic.net/free-photo/fresh-bread-shopping-bag-wooden-background_169016-20843.jpg" },
|
||||
{ id: "3", name: "Cinnamon Swirl", price: "$4.00", imageSrc: "http://img.b2bpic.net/free-photo/fluffy-meringue-muffins-with-black-dry-grapes-table_114579-22145.jpg" },
|
||||
{ id: "4", name: "French Baguette", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/different-loaves-bread-woman-holding-with-hand_114579-48955.jpg" },
|
||||
{ id: "5", name: "Blueberry Muffin", price: "$3.75", imageSrc: "http://img.b2bpic.net/free-photo/blueberry-muffin_74190-2634.jpg" },
|
||||
{ id: "6", name: "Chocolate Cookie", price: "$2.50", imageSrc: "http://img.b2bpic.net/free-photo/tasty-donuts-with-chocolate-chips_23-2147802458.jpg" },
|
||||
]}
|
||||
title="Fresh from the Oven"
|
||||
description="Daily bakes, warm and ready for you."
|
||||
@@ -230,79 +113,34 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Organic Ingredients",
|
||||
description: "Sourced locally and sustainably.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cake-slices-parchment-paper_23-2148368312.jpg",
|
||||
imageAlt: "fresh artisanal bread bakery interior",
|
||||
},
|
||||
title: "Organic Ingredients", description: "Sourced locally and sustainably.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cake-slices-parchment-paper_23-2148368312.jpg", imageAlt: "fresh artisanal bread bakery interior"},
|
||||
items: [
|
||||
{
|
||||
text: "Local",
|
||||
icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
text: "Natural",
|
||||
icon: Leaf,
|
||||
},
|
||||
{
|
||||
text: "Sustainable",
|
||||
icon: Earth,
|
||||
},
|
||||
{ text: "Local", icon: CheckCircle },
|
||||
{ text: "Natural", icon: Leaf },
|
||||
{ text: "Sustainable", icon: Star },
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-baked-bread-pastry-shop_23-2150379540.jpg?_wi=2",
|
||||
imageAlt: "fresh artisanal bread bakery interior",
|
||||
},
|
||||
{
|
||||
title: "Traditional Methods",
|
||||
description: "Slow-fermented for best flavor.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-father-giving-thumbs-up-while-holding-plate-muffins_23-2148414896.jpg?_wi=1",
|
||||
imageAlt: "bakery owner smiling inside shop",
|
||||
},
|
||||
title: "Traditional Methods", description: "Slow-fermented for best flavor.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-father-giving-thumbs-up-while-holding-plate-muffins_23-2148414896.jpg", imageAlt: "bakery owner smiling inside shop"},
|
||||
items: [
|
||||
{
|
||||
text: "Slow-proofed",
|
||||
icon: Clock,
|
||||
},
|
||||
{
|
||||
text: "Handcrafted",
|
||||
icon: Award,
|
||||
},
|
||||
{
|
||||
text: "Time-tested",
|
||||
icon: Star,
|
||||
},
|
||||
{ text: "Slow-proofed", icon: Clock },
|
||||
{ text: "Handcrafted", icon: Award },
|
||||
{ text: "Time-tested", icon: Star },
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-person-kneading-dough_23-2147749558.jpg?_wi=2",
|
||||
imageAlt: "fresh artisanal bread bakery interior",
|
||||
},
|
||||
{
|
||||
title: "Community Focus",
|
||||
description: "Gather, share, enjoy together.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-baker-with-baked-bread-pastry-shop_23-2150379580.jpg",
|
||||
imageAlt: "satisfied customer coffee bakery",
|
||||
},
|
||||
title: "Community Focus", description: "Gather, share, enjoy together.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-baker-with-baked-bread-pastry-shop_23-2150379580.jpg", imageAlt: "satisfied customer coffee bakery"},
|
||||
items: [
|
||||
{
|
||||
text: "Warm vibe",
|
||||
icon: Heart,
|
||||
},
|
||||
{
|
||||
text: "Open space",
|
||||
icon: Users,
|
||||
},
|
||||
{
|
||||
text: "Cozy",
|
||||
icon: Coffee,
|
||||
},
|
||||
{ text: "Warm vibe", icon: Heart },
|
||||
{ text: "Open space", icon: Users },
|
||||
{ text: "Cozy", icon: Coffee },
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-croissant-plate-trivet-with-lemon-tangerine-kumquat-flour-ginger-with-spoon-honey-dipper-rolling-pin-black-background_141793-130598.jpg?_wi=2",
|
||||
imageAlt: "fresh artisanal bread bakery interior",
|
||||
},
|
||||
]}
|
||||
title="Why Choose Us?"
|
||||
@@ -316,60 +154,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Elena M.",
|
||||
date: "Jan 2024",
|
||||
title: "Local Regular",
|
||||
quote: "The best sourdough in the entire city. Absolutely worth the walk!",
|
||||
tag: "Regular",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/dessert-with-my-best-friend-tastes-doubly-well_329181-2937.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-baked-bread-pastry-shop_23-2150379540.jpg?_wi=3",
|
||||
imageAlt: "happy customer eating pastry",
|
||||
},
|
||||
id: "1", name: "Elena M.", date: "Jan 2024", title: "Local Regular", quote: "The best sourdough in the entire city. Absolutely worth the walk!", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/dessert-with-my-best-friend-tastes-doubly-well_329181-2937.jpg", imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-baked-bread-pastry-shop_23-2150379540.jpg", imageAlt: "happy customer eating pastry"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Marco G.",
|
||||
date: "Feb 2024",
|
||||
title: "Coffee Lover",
|
||||
quote: "Cozy, warm, and the pastries are always fresh and buttery.",
|
||||
tag: "Frequent",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-female-red-haired-barista-looking-camera-smiling_171337-15610.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-person-kneading-dough_23-2147749558.jpg?_wi=3",
|
||||
imageAlt: "happy customer eating pastry",
|
||||
},
|
||||
id: "2", name: "Marco G.", date: "Feb 2024", title: "Coffee Lover", quote: "Cozy, warm, and the pastries are always fresh and buttery.", tag: "Frequent", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-female-red-haired-barista-looking-camera-smiling_171337-15610.jpg", imageSrc: "http://img.b2bpic.net/free-photo/crop-person-kneading-dough_23-2147749558.jpg", imageAlt: "happy customer eating pastry"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sarah P.",
|
||||
date: "Mar 2024",
|
||||
title: "Foodie",
|
||||
quote: "The team is so friendly, you feel like family the moment you walk in.",
|
||||
tag: "Fan",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-female-baker-serving-pastry-cake-customer_23-2148028043.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-father-giving-thumbs-up-while-holding-plate-muffins_23-2148414896.jpg?_wi=2",
|
||||
imageAlt: "happy customer eating pastry",
|
||||
},
|
||||
id: "3", name: "Sarah P.", date: "Mar 2024", title: "Foodie", quote: "The team is so friendly, you feel like family the moment you walk in.", tag: "Fan", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-female-baker-serving-pastry-cake-customer_23-2148028043.jpg", imageSrc: "http://img.b2bpic.net/free-photo/happy-father-giving-thumbs-up-while-holding-plate-muffins_23-2148414896.jpg", imageAlt: "happy customer eating pastry"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David L.",
|
||||
date: "Apr 2024",
|
||||
title: "Daily Visitor",
|
||||
quote: "Simply impeccable quality, cannot start my day without their muffins.",
|
||||
tag: "Regular",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/female-baker-showing-baked-sweet-puff-pastries-plate-bakery-shop-counter_23-2148189118.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-croissant-plate-trivet-with-lemon-tangerine-kumquat-flour-ginger-with-spoon-honey-dipper-rolling-pin-black-background_141793-130598.jpg?_wi=3",
|
||||
imageAlt: "happy customer eating pastry",
|
||||
},
|
||||
id: "4", name: "David L.", date: "Apr 2024", title: "Daily Visitor", quote: "Simply impeccable quality, cannot start my day without their muffins.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/female-baker-showing-baked-sweet-puff-pastries-plate-bakery-shop-counter_23-2148189118.jpg", imageSrc: "http://img.b2bpic.net/free-photo/side-view-croissant-plate-trivet-with-lemon-tangerine-kumquat-flour-ginger-with-spoon-honey-dipper-rolling-pin-black-background_141793-130598.jpg", imageAlt: "happy customer eating pastry"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Anna S.",
|
||||
date: "May 2024",
|
||||
title: "Local",
|
||||
quote: "My favorite bakery to spend time reading and enjoying some quiet time.",
|
||||
tag: "Regular",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-girls-buys-buns-bakery_1157-24661.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-bread-shopping-bag-wooden-background_169016-20843.jpg?_wi=2",
|
||||
imageAlt: "happy customer eating pastry",
|
||||
},
|
||||
id: "5", name: "Anna S.", date: "May 2024", title: "Local", quote: "My favorite bakery to spend time reading and enjoying some quiet time.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-girls-buys-buns-bakery_1157-24661.jpg", imageSrc: "http://img.b2bpic.net/free-photo/fresh-bread-shopping-bag-wooden-background_169016-20843.jpg", imageAlt: "happy customer eating pastry"},
|
||||
]}
|
||||
title="What Our Neighbors Say"
|
||||
description="Heartfelt feedback from our lovely customers."
|
||||
@@ -383,33 +176,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
groups={[
|
||||
{
|
||||
id: "g1",
|
||||
groupTitle: "Management & Chefs",
|
||||
members: [
|
||||
id: "g1", groupTitle: "Management & Chefs", members: [
|
||||
{
|
||||
id: "m1",
|
||||
title: "Giulia B.",
|
||||
subtitle: "Head Baker",
|
||||
detail: "Expert in traditional bread making.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-baker-standing-with-hands-hip_1170-2029.jpg",
|
||||
},
|
||||
id: "m1", title: "Giulia B.", subtitle: "Head Baker", detail: "Expert in traditional bread making.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-baker-standing-with-hands-hip_1170-2029.jpg"},
|
||||
{
|
||||
id: "m2",
|
||||
title: "Luca R.",
|
||||
subtitle: "Pastry Chef",
|
||||
detail: "Master of flavors and intricate crusts.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-female-barista-with-arms-crossed-cafe_1170-604.jpg",
|
||||
},
|
||||
id: "m2", title: "Luca R.", subtitle: "Pastry Chef", detail: "Master of flavors and intricate crusts.", imageSrc: "http://img.b2bpic.net/free-photo/confident-female-barista-with-arms-crossed-cafe_1170-604.jpg"},
|
||||
{
|
||||
id: "m3",
|
||||
title: "Sofia L.",
|
||||
subtitle: "Service Lead",
|
||||
detail: "Greeting you with a warm smile daily.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waiter-standing-counter_1170-558.jpg",
|
||||
},
|
||||
id: "m3", title: "Sofia L.", subtitle: "Service Lead", detail: "Greeting you with a warm smile daily.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waiter-standing-counter_1170-558.jpg"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-baked-bread-pastry-shop_23-2150379540.jpg?_wi=4",
|
||||
imageAlt: "professional baker artisan portrait",
|
||||
},
|
||||
]}
|
||||
title="Meet Our Bakers"
|
||||
@@ -422,21 +196,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do you offer gluten-free options?",
|
||||
content: "We do feature select gluten-conscious items, please ask in-store.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Can I pre-order for large events?",
|
||||
content: "Absolutely! Reach out 48 hours in advance for large orders.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "What are your opening hours?",
|
||||
content: "We are open daily from 7:00 AM until we sell out.",
|
||||
},
|
||||
{ id: "q1", title: "Do you offer gluten-free options?", content: "We do feature select gluten-conscious items, please ask in-store." },
|
||||
{ id: "q2", title: "Can I pre-order for large events?", content: "Absolutely! Reach out 48 hours in advance for large orders." },
|
||||
{ id: "q3", title: "What are your opening hours?", content: "We are open daily from 7:00 AM until we sell out." },
|
||||
]}
|
||||
title="Commonly Asked"
|
||||
description="Have questions about our baking process?"
|
||||
@@ -447,14 +209,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="La Fabbrica Byrzia"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ text: "Terms of Service", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user