diff --git a/src/app/page.tsx b/src/app/page.tsx index c9358e9..88c27dd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,8 +47,8 @@ export default function LandingPage() { 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", 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/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" }, @@ -94,8 +94,8 @@ 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" }, - { 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: "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" }, @@ -124,7 +124,7 @@ export default function LandingPage() { }, { 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"}, + 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"}, items: [ { text: "Slow-proofed", icon: Clock }, { text: "Handcrafted", icon: Award }, @@ -154,15 +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", 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?_wi=2", 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: "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=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: "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: "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: "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=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"}, + 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"}, ]} title="What Our Neighbors Say" description="Heartfelt feedback from our lovely customers."