Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-15 01:25:39 +00:00

View File

@@ -53,7 +53,7 @@ export default function LandingPage() {
buttonAnimation="slide-up"
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-croissants-with-sliced-oranges_23-2148354677.jpg", imageAlt: "Fresh butter croissant golden pastry"
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-croissants-with-sliced-oranges_23-2148354677.jpg?_wi=1", imageAlt: "Fresh butter croissant golden pastry"
}
]}
/>
@@ -86,15 +86,15 @@ export default function LandingPage() {
products={[
{
id: "butter-croissant", brand: "Signature", name: "Butter Croissant", price: "$3.00", rating: 5,
reviewCount: "128", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-croissants-with-sliced-oranges_23-2148354677.jpg", imageAlt: "Butter Croissant"
reviewCount: "128", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-croissants-with-sliced-oranges_23-2148354677.jpg?_wi=2", imageAlt: "Butter Croissant"
},
{
id: "chocolate-croissant", brand: "Signature", name: "Chocolate Croissant", price: "$4.00", rating: 5,
reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/top-view-croissants-raspberry-jam-with-knife-cutting-board-blue-background_141793-27808.jpg", imageAlt: "Chocolate Croissant"
reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/top-view-croissants-raspberry-jam-with-knife-cutting-board-blue-background_141793-27808.jpg?_wi=1", imageAlt: "Chocolate Croissant"
},
{
id: "french-baguette", brand: "Daily Bake", name: "French Baguette", price: "$2.00", rating: 5,
reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-baked-bread-pastry-shop_23-2150379537.jpg", imageAlt: "French Baguette"
reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-baked-bread-pastry-shop_23-2150379537.jpg?_wi=1", imageAlt: "French Baguette"
},
{
id: "premium-ice-cream", brand: "Artisanal", name: "Premium Ice Cream", price: "$3.00", rating: 5,
@@ -123,10 +123,10 @@ export default function LandingPage() {
id: "quality-ingredients", title: "Premium Ingredients", description: "We source the finest European butter, fresh eggs, and authentic French chocolate for every pastry.", tag: "Quality", imageSrc: "http://img.b2bpic.net/free-photo/coffee-glass-cabinet-caf-shop_23-2147892916.jpg", imageAlt: "Bakery Interior"
},
{
id: "traditional-recipes", title: "Traditional Recipes", description: "Our recipes are passed down from generations of Parisian master bakers, ensuring authentic taste every time.", tag: "Heritage", imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-baked-bread-pastry-shop_23-2150379537.jpg", imageAlt: "French Baguette"
id: "traditional-recipes", title: "Traditional Recipes", description: "Our recipes are passed down from generations of Parisian master bakers, ensuring authentic taste every time.", tag: "Heritage", imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-baked-bread-pastry-shop_23-2150379537.jpg?_wi=2", imageAlt: "French Baguette"
},
{
id: "daily-fresh", title: "Freshly Baked Daily", description: "Every item is baked fresh in our kitchen each morning using traditional techniques and no artificial additives.", tag: "Fresh", imageSrc: "http://img.b2bpic.net/free-photo/top-view-croissants-raspberry-jam-with-knife-cutting-board-blue-background_141793-27808.jpg", imageAlt: "Chocolate Croissant"
id: "daily-fresh", title: "Freshly Baked Daily", description: "Every item is baked fresh in our kitchen each morning using traditional techniques and no artificial additives.", tag: "Fresh", imageSrc: "http://img.b2bpic.net/free-photo/top-view-croissants-raspberry-jam-with-knife-cutting-board-blue-background_141793-27808.jpg?_wi=2", imageAlt: "Chocolate Croissant"
}
]}
/>