Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-02 15:58:07 +00:00

View File

@@ -90,7 +90,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
imagePosition="right"
imageSrc="http://img.b2bpic.net/free-photo/man-baker-holding-croissants-bakehouse_1303-32275.jpg"
imageSrc="http://img.b2bpic.net/free-photo/man-baker-holding-croissants-bakehouse_1303-32275.jpg?_wi=1"
imageAlt="Artisan bakers working in our kitchen"
mediaAnimation="slide-up"
bulletPoints={[
@@ -126,7 +126,7 @@ export default function LandingPage() {
id: "1", name: "Butter Croissants", price: "$4.50", variant: "Golden • 3 Types", imageSrc: "http://img.b2bpic.net/free-photo/croissants-breakfast-with-copy-space_23-2148243546.jpg", imageAlt: "Freshly baked butter croissant"
},
{
id: "2", name: "Sourdough Loaf", price: "$6.99", variant: "Tangy • Whole Grain", imageSrc: "http://img.b2bpic.net/free-photo/fresh-homemade-bread-recipe-idea_53876-105983.jpg", imageAlt: "Artisan sourdough bread loaf"
id: "2", name: "Sourdough Loaf", price: "$6.99", variant: "Tangy • Whole Grain", imageSrc: "http://img.b2bpic.net/free-photo/fresh-homemade-bread-recipe-idea_53876-105983.jpg?_wi=1", imageAlt: "Artisan sourdough bread loaf"
},
{
id: "3", name: "Custom Cakes", price: "$35.00", variant: "Assorted • Custom Orders", imageSrc: "http://img.b2bpic.net/free-photo/closeup-person-holding-fruity-cake-with-happy-birthday-topper_181624-59494.jpg", imageAlt: "Beautiful custom designed cake"
@@ -146,7 +146,7 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
id: "1", title: "Premium Sourcing", description: "We partner with certified organic farms across the region to source the finest grains and ingredients", media: { imageSrc: "http://img.b2bpic.net/free-photo/man-baker-holding-croissants-bakehouse_1303-32275.jpg" },
id: "1", title: "Premium Sourcing", description: "We partner with certified organic farms across the region to source the finest grains and ingredients", media: { imageSrc: "http://img.b2bpic.net/free-photo/man-baker-holding-croissants-bakehouse_1303-32275.jpg?_wi=2" },
items: [
{ icon: Leaf, text: "100% Organic certified" },
{ icon: Globe, text: "Local farm partners" },
@@ -155,7 +155,7 @@ export default function LandingPage() {
reverse: false
},
{
id: "2", title: "Artisan Preparation", description: "Our master bakers hand-craft each product using traditional fermentation and mixing techniques", media: { imageSrc: "http://img.b2bpic.net/free-photo/man-baker-holding-croissants-bakehouse_1303-32275.jpg" },
id: "2", title: "Artisan Preparation", description: "Our master bakers hand-craft each product using traditional fermentation and mixing techniques", media: { imageSrc: "http://img.b2bpic.net/free-photo/man-baker-holding-croissants-bakehouse_1303-32275.jpg?_wi=3" },
items: [
{ icon: Clock, text: "24-hour fermentation" },
{ icon: HandshakeIcon, text: "Hand-shaped loaves" },
@@ -164,7 +164,7 @@ export default function LandingPage() {
reverse: true
},
{
id: "3", title: "Perfect Baking", description: "Each item is baked fresh daily in our traditional stone ovens at the ideal temperature for maximum flavor", media: { imageSrc: "http://img.b2bpic.net/free-photo/fresh-homemade-bread-recipe-idea_53876-105983.jpg" },
id: "3", title: "Perfect Baking", description: "Each item is baked fresh daily in our traditional stone ovens at the ideal temperature for maximum flavor", media: { imageSrc: "http://img.b2bpic.net/free-photo/fresh-homemade-bread-recipe-idea_53876-105983.jpg?_wi=2" },
items: [
{ icon: Flame, text: "Stone oven baked" },
{ icon: Thermometer, text: "Perfect temperature" },
@@ -201,7 +201,7 @@ export default function LandingPage() {
},
{
id: "4", name: "David Thompson", role: "Community Manager", company: "Local Business Hub", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1"
},
{
id: "5", name: "Lisa Anderson", role: "Café Owner", company: "The Daily Brew", rating: 5,
@@ -209,7 +209,7 @@ export default function LandingPage() {
},
{
id: "6", name: "Michael Chang", role: "Pastry Enthusiast", company: "Bread Lover's Club", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2"
}
]}
/>