Merge version_1 into main #1

Merged
bender merged 4 commits from version_1 into main 2026-03-09 20:52:35 +00:00
4 changed files with 1387 additions and 20 deletions

View File

@@ -24,7 +24,7 @@ export default function AboutPage() {
testimonial:
"The best fresh bread in Rotselaar! I grab croissants here every Saturday morning. Absolutely delicious.",
imageSrc:
"http://img.b2bpic.net/free-photo/front-view-young-woman-gladly-smiling-pink-wall_179666-2595.jpg",
"http://img.b2bpic.net/free-photo/front-view-young-woman-gladly-smiling-pink-wall_179666-2595.jpg?_wi=3",
imageAlt: "Maria van den Berg",
},
{
@@ -34,7 +34,7 @@ export default function AboutPage() {
testimonial:
"We supply our café exclusively from Bakker Stijn. The quality and consistency are unmatched. Highly recommend!",
imageSrc:
"http://img.b2bpic.net/free-photo/happy-young-businesswoman-talking-mobile-phone-cafe_1262-20247.jpg",
"http://img.b2bpic.net/free-photo/happy-young-businesswoman-talking-mobile-phone-cafe_1262-20247.jpg?_wi=3",
imageAlt: "Johan Peeters",
},
{
@@ -44,7 +44,7 @@ export default function AboutPage() {
testimonial:
"My kids love the cinnamon rolls! Fresh, warm, and made with care. This is our go-to bakery.",
imageSrc:
"http://img.b2bpic.net/free-photo/woman-with-tongue-out_1187-3217.jpg",
"http://img.b2bpic.net/free-photo/woman-with-tongue-out_1187-3217.jpg?_wi=2",
imageAlt: "Anke Hermans",
},
{
@@ -54,7 +54,7 @@ export default function AboutPage() {
testimonial:
"They custom made an amazing cake for our event. Professional, friendly, and absolutely delicious!",
imageSrc:
"http://img.b2bpic.net/free-photo/portrait-female-business-executive-with-arms-crossed_1170-1133.jpg",
"http://img.b2bpic.net/free-photo/portrait-female-business-executive-with-arms-crossed_1170-1133.jpg?_wi=2",
imageAlt: "Thomas Dekeyser",
},
{
@@ -64,7 +64,7 @@ export default function AboutPage() {
testimonial:
"The smell alone is worth the visit! Every product is fresh and the team is so welcoming.",
imageSrc:
"http://img.b2bpic.net/free-photo/front-view-young-woman-gladly-smiling-pink-wall_179666-2595.jpg",
"http://img.b2bpic.net/free-photo/front-view-young-woman-gladly-smiling-pink-wall_179666-2595.jpg?_wi=4",
imageAlt: "Lien Vermeulen",
},
{
@@ -74,7 +74,7 @@ export default function AboutPage() {
testimonial:
"Supporting local has never tasted so good. Bakker Stijn is a gem in our community.",
imageSrc:
"http://img.b2bpic.net/free-photo/happy-young-businesswoman-talking-mobile-phone-cafe_1262-20247.jpg",
"http://img.b2bpic.net/free-photo/happy-young-businesswoman-talking-mobile-phone-cafe_1262-20247.jpg?_wi=4",
imageAlt: "Robert Claes",
},
];
@@ -128,7 +128,7 @@ export default function AboutPage() {
icon: Heart,
},
]}
imageSrc="http://img.b2bpic.net/free-photo/woman-selecting-packed-food-food-counter_107420-63658.jpg"
imageSrc="http://img.b2bpic.net/free-photo/woman-selecting-packed-food-food-counter_107420-63658.jpg?_wi=2"
imageAlt="Warm and welcoming Bakker Stijn bakery interior"
mediaAnimation="slide-up"
imagePosition="right"

File diff suppressed because it is too large Load Diff

View File

@@ -74,7 +74,7 @@ export default function HomePage() {
id: "croissant",
name: "Butter Croissant",
price: "€2.50",
imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-croissant-cake-stand-counter-coffee-shop_23-2148027949.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-croissant-cake-stand-counter-coffee-shop_23-2148027949.jpg?_wi=1",
imageAlt: "Golden butter croissant",
initialQuantity: 1,
},
@@ -82,7 +82,7 @@ export default function HomePage() {
id: "coffee-cake",
name: "Cinnamon Coffee Cake",
price: "€3.00",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-pie-frame-with-copy-space_23-2148531642.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-pie-frame-with-copy-space_23-2148531642.jpg?_wi=1",
imageAlt: "Warm cinnamon coffee cake",
initialQuantity: 1,
},
@@ -90,7 +90,7 @@ export default function HomePage() {
id: "celebration-cake",
name: "Custom Celebration Cake",
price: "€25.00",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-holding-cake-slice_23-2150154715.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-holding-cake-slice_23-2150154715.jpg?_wi=1",
imageAlt: "Beautiful custom celebration cake",
initialQuantity: 1,
},
@@ -124,7 +124,7 @@ export default function HomePage() {
icon: Heart,
},
]}
imageSrc="http://img.b2bpic.net/free-photo/woman-selecting-packed-food-food-counter_107420-63658.jpg"
imageSrc="http://img.b2bpic.net/free-photo/woman-selecting-packed-food-food-counter_107420-63658.jpg?_wi=1"
imageAlt="Warm and welcoming Bakker Stijn bakery interior"
mediaAnimation="slide-up"
imagePosition="right"
@@ -143,7 +143,7 @@ export default function HomePage() {
name: "Maria van den Berg",
handle: "Local Resident",
testimonial: "The best fresh bread in Rotselaar! I grab croissants here every Saturday morning. Absolutely delicious.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-woman-gladly-smiling-pink-wall_179666-2595.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-woman-gladly-smiling-pink-wall_179666-2595.jpg?_wi=1",
imageAlt: "Maria van den Berg",
},
{
@@ -151,7 +151,7 @@ export default function HomePage() {
name: "Johan Peeters",
handle: "Café Owner",
testimonial: "We supply our café exclusively from Bakker Stijn. The quality and consistency are unmatched. Highly recommend!",
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-businesswoman-talking-mobile-phone-cafe_1262-20247.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-businesswoman-talking-mobile-phone-cafe_1262-20247.jpg?_wi=1",
imageAlt: "Johan Peeters",
},
{
@@ -159,7 +159,7 @@ export default function HomePage() {
name: "Anke Hermans",
handle: "Regular Customer",
testimonial: "My kids love the cinnamon rolls! Fresh, warm, and made with care. This is our go-to bakery.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-tongue-out_1187-3217.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-tongue-out_1187-3217.jpg?_wi=1",
imageAlt: "Anke Hermans",
},
{
@@ -167,7 +167,7 @@ export default function HomePage() {
name: "Thomas Dekeyser",
handle: "Event Coordinator",
testimonial: "They custom made an amazing cake for our event. Professional, friendly, and absolutely delicious!",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-business-executive-with-arms-crossed_1170-1133.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-business-executive-with-arms-crossed_1170-1133.jpg?_wi=1",
imageAlt: "Thomas Dekeyser",
},
{
@@ -175,7 +175,7 @@ export default function HomePage() {
name: "Lien Vermeulen",
handle: "Neighborhood Resident",
testimonial: "The smell alone is worth the visit! Every product is fresh and the team is so welcoming.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-woman-gladly-smiling-pink-wall_179666-2595.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-woman-gladly-smiling-pink-wall_179666-2595.jpg?_wi=2",
imageAlt: "Lien Vermeulen",
},
{
@@ -183,7 +183,7 @@ export default function HomePage() {
name: "Robert Claes",
handle: "Business Owner",
testimonial: "Supporting local has never tasted so good. Bakker Stijn is a gem in our community.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-businesswoman-talking-mobile-phone-cafe_1262-20247.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-businesswoman-talking-mobile-phone-cafe_1262-20247.jpg?_wi=2",
imageAlt: "Robert Claes",
},
]}

View File

@@ -49,7 +49,7 @@ export default function ProductsPage() {
id: "croissant",
name: "Butter Croissant",
price: "€2.50",
imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-croissant-cake-stand-counter-coffee-shop_23-2148027949.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-croissant-cake-stand-counter-coffee-shop_23-2148027949.jpg?_wi=2",
imageAlt: "Golden butter croissant",
initialQuantity: 1,
},
@@ -57,7 +57,7 @@ export default function ProductsPage() {
id: "coffee-cake",
name: "Cinnamon Coffee Cake",
price: "€3.00",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-pie-frame-with-copy-space_23-2148531642.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-pie-frame-with-copy-space_23-2148531642.jpg?_wi=2",
imageAlt: "Warm cinnamon coffee cake",
initialQuantity: 1,
},
@@ -65,7 +65,7 @@ export default function ProductsPage() {
id: "celebration-cake",
name: "Custom Celebration Cake",
price: "€25.00",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-holding-cake-slice_23-2150154715.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-holding-cake-slice_23-2150154715.jpg?_wi=2",
imageAlt: "Beautiful custom celebration cake",
initialQuantity: 1,
},