Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-11 19:50:13 +00:00

View File

@@ -64,11 +64,11 @@ export default function LandingPage() {
features={[
{
id: "1", title: "Fresh Croissants", tags: ["Signature", "Pur Beurre"],
imageSrc: "http://img.b2bpic.net/free-photo/sandwich-walnuts_23-2147717717.jpg", imageAlt: "Fresh butter croissants"
imageSrc: "http://img.b2bpic.net/free-photo/sandwich-walnuts_23-2147717717.jpg?_wi=1", imageAlt: "Fresh butter croissants"
},
{
id: "2", title: "Great Coffee", tags: ["Artisan", "Cappuccino"],
imageSrc: "http://img.b2bpic.net/free-photo/close-up-coffee-cup-with-heart-shape-latte-art-wood-table_23-2147908344.jpg", imageAlt: "Perfect cappuccino"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-coffee-cup-with-heart-shape-latte-art-wood-table_23-2147908344.jpg?_wi=1", imageAlt: "Perfect cappuccino"
},
{
id: "3", title: "Comfortable Space", tags: ["Spacious", "Welcoming"],
@@ -76,7 +76,7 @@ export default function LandingPage() {
},
{
id: "4", title: "Perfect Location", tags: ["Near Station", "Convenient"],
imageSrc: "http://img.b2bpic.net/free-photo/top-view-homemade-chocolate-wooden-board-grey-surface_114579-55743.jpg", imageAlt: "Pain au chocolat pastry"
imageSrc: "http://img.b2bpic.net/free-photo/top-view-homemade-chocolate-wooden-board-grey-surface_114579-55743.jpg?_wi=1", imageAlt: "Pain au chocolat pastry"
}
]}
animationType="slide-up"
@@ -92,13 +92,13 @@ export default function LandingPage() {
description="Our most loved pastries, breads, and beverages that keep customers coming back."
products={[
{
id: "1", name: "Croissant Pur Beurre", price: "€3.50", imageSrc: "http://img.b2bpic.net/free-photo/sandwich-walnuts_23-2147717717.jpg", imageAlt: "Croissant Pur Beurre"
id: "1", name: "Croissant Pur Beurre", price: "€3.50", imageSrc: "http://img.b2bpic.net/free-photo/sandwich-walnuts_23-2147717717.jpg?_wi=2", imageAlt: "Croissant Pur Beurre"
},
{
id: "2", name: "Pain au Chocolat", price: "€3.75", imageSrc: "http://img.b2bpic.net/free-photo/top-view-homemade-chocolate-wooden-board-grey-surface_114579-55743.jpg", imageAlt: "Pain au Chocolat"
id: "2", name: "Pain au Chocolat", price: "€3.75", imageSrc: "http://img.b2bpic.net/free-photo/top-view-homemade-chocolate-wooden-board-grey-surface_114579-55743.jpg?_wi=2", imageAlt: "Pain au Chocolat"
},
{
id: "3", name: "Cappuccino", price: "€4.50", imageSrc: "http://img.b2bpic.net/free-photo/close-up-coffee-cup-with-heart-shape-latte-art-wood-table_23-2147908344.jpg", imageAlt: "Cappuccino"
id: "3", name: "Cappuccino", price: "€4.50", imageSrc: "http://img.b2bpic.net/free-photo/close-up-coffee-cup-with-heart-shape-latte-art-wood-table_23-2147908344.jpg?_wi=2", imageAlt: "Cappuccino"
}
]}
gridVariant="three-columns-all-equal-width"