Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-18 04:54:12 +00:00

View File

@@ -59,7 +59,7 @@ export default function LandingPage() {
}}
title="Freshly Baked in Clontarf Daily"
description="Experience the warmth of traditional artisanal baking. From crusty sourdough loaves to buttery pastries, we bring the best of the oven straight to your morning table."
imageSrc="http://img.b2bpic.net/free-photo/delicious-homemade-bread-table_23-2148361967.jpg"
imageSrc="http://img.b2bpic.net/free-photo/delicious-homemade-bread-table_23-2148361967.jpg?_wi=1"
imageAlt="freshly baked sourdough bread wooden table"
buttons={[
{
@@ -79,7 +79,7 @@ export default function LandingPage() {
useInvertedBackground={true}
title="Our Passion for Quality"
description="At Clontarf Hot Bread, every loaf tells a story. We use time-honored techniques, locally sourced flour, and patience to ensure every bite is perfection. Our local bakery has been the heart of the community for years."
imageSrc="http://img.b2bpic.net/free-photo/adult-working-delicious-fresh-breads_23-2148983541.jpg"
imageSrc="http://img.b2bpic.net/free-photo/adult-working-delicious-fresh-breads_23-2148983541.jpg?_wi=1"
imageAlt="baker kneading dough in bakery"
/>
</div>
@@ -123,21 +123,21 @@ export default function LandingPage() {
name: "Sourdough Loaf",
price: "$6.50",
variant: "Bestseller",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-whole-cut-black-bread-brown-wooden-cutting-board-right-side-dark-colors-background_179666-24630.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-whole-cut-black-bread-brown-wooden-cutting-board-right-side-dark-colors-background_179666-24630.jpg?_wi=1",
},
{
id: "p2",
name: "Buttery Croissant",
price: "$3.00",
variant: "Classic",
imageSrc: "http://img.b2bpic.net/free-photo/3d-challah-dish-hanukkah_23-2151129023.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/3d-challah-dish-hanukkah_23-2151129023.jpg?_wi=1",
},
{
id: "p3",
name: "French Baguette",
price: "$4.00",
variant: "Classic",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-photo-french-baguette_176420-7292.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-photo-french-baguette_176420-7292.jpg?_wi=1",
},
{
id: "p4",
@@ -179,7 +179,7 @@ export default function LandingPage() {
quote: "The best sourdough I've found in years!",
tag: "Regular",
avatarSrc: "http://img.b2bpic.net/free-photo/women-eating-sweets-coffee-shop_23-2148263260.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-homemade-bread-table_23-2148361967.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-homemade-bread-table_23-2148361967.jpg?_wi=2",
imageAlt: "happy customer eating pastry",
},
{
@@ -190,7 +190,7 @@ export default function LandingPage() {
quote: "Perfect pastries to start my day.",
tag: "Fan",
avatarSrc: "http://img.b2bpic.net/free-photo/woman-examines-fresh-homemade-bread-kitchen-bread-aroma_169016-71018.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/adult-working-delicious-fresh-breads_23-2148983541.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/adult-working-delicious-fresh-breads_23-2148983541.jpg?_wi=2",
imageAlt: "happy customer eating pastry",
},
{
@@ -201,7 +201,7 @@ export default function LandingPage() {
quote: "Friendly service and delicious bread.",
tag: "Foodie",
avatarSrc: "http://img.b2bpic.net/free-photo/vertical-shot-young-smiling-woman-with-book-reading-cafe-enjoying-morning-breakfast-coffee_1258-122451.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-whole-cut-black-bread-brown-wooden-cutting-board-right-side-dark-colors-background_179666-24630.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-whole-cut-black-bread-brown-wooden-cutting-board-right-side-dark-colors-background_179666-24630.jpg?_wi=2",
imageAlt: "happy customer eating pastry",
},
{
@@ -212,7 +212,7 @@ export default function LandingPage() {
quote: "Always fresh, always warm.",
tag: "Neighbor",
avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-girls-buys-buns-bakery_1157-24661.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/3d-challah-dish-hanukkah_23-2151129023.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/3d-challah-dish-hanukkah_23-2151129023.jpg?_wi=2",
imageAlt: "happy customer eating pastry",
},
{
@@ -223,7 +223,7 @@ export default function LandingPage() {
quote: "Highly recommended, best smell in Clontarf.",
tag: "Fan",
avatarSrc: "http://img.b2bpic.net/free-photo/young-girl-works-cafe-bar_1321-4642.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-photo-french-baguette_176420-7292.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-photo-french-baguette_176420-7292.jpg?_wi=2",
imageAlt: "happy customer eating pastry",
},
]}