Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-03-14 13:26:13 +00:00

View File

@@ -164,22 +164,22 @@ export default function LandingPage() {
<ProductCardOne
products={[
{
id: "coffee-1", name: "Specialty Espresso", price: "Rp 30.000", imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-delicious-coffee-white-cups-cookies-cinnamon-limes-chocolate-bars-notebook-mixed-color-background_140725-143829.jpg", imageAlt: "Premium specialty espresso"
id: "coffee-1", name: "Specialty Espresso", price: "Rp 30.000", imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-delicious-coffee-white-cups-cookies-cinnamon-limes-chocolate-bars-notebook-mixed-color-background_140725-143829.jpg?_wi=1", imageAlt: "Premium specialty espresso"
},
{
id: "coffee-2", name: "Latte Art", price: "Rp 35.000", imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-delicious-coffee-white-cups-cookies-cinnamon-limes-chocolate-bars-notebook-mixed-color-background_140725-143829.jpg", imageAlt: "Beautiful latte with art design"
id: "coffee-2", name: "Latte Art", price: "Rp 35.000", imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-delicious-coffee-white-cups-cookies-cinnamon-limes-chocolate-bars-notebook-mixed-color-background_140725-143829.jpg?_wi=2", imageAlt: "Beautiful latte with art design"
},
{
id: "snack-1", name: "Chocolate Croissant", price: "Rp 25.000", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cake-concept_23-2148761684.jpg", imageAlt: "Fresh chocolate croissant pastry"
id: "snack-1", name: "Chocolate Croissant", price: "Rp 25.000", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cake-concept_23-2148761684.jpg?_wi=1", imageAlt: "Fresh chocolate croissant pastry"
},
{
id: "snack-2", name: "Pastry Selection", price: "Rp 28.000", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cake-concept_23-2148761684.jpg", imageAlt: "Assorted pastries and cakes"
id: "snack-2", name: "Pastry Selection", price: "Rp 28.000", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cake-concept_23-2148761684.jpg?_wi=2", imageAlt: "Assorted pastries and cakes"
},
{
id: "meal-1", name: "Salmon Bowl", price: "Rp 50.000", imageSrc: "http://img.b2bpic.net/free-photo/tomato-pasta-with-orange-juice_141793-1281.jpg", imageAlt: "Fresh salmon rice bowl"
id: "meal-1", name: "Salmon Bowl", price: "Rp 50.000", imageSrc: "http://img.b2bpic.net/free-photo/tomato-pasta-with-orange-juice_141793-1281.jpg?_wi=1", imageAlt: "Fresh salmon rice bowl"
},
{
id: "meal-2", name: "Chicken Sandwich", price: "Rp 40.000", imageSrc: "http://img.b2bpic.net/free-photo/tomato-pasta-with-orange-juice_141793-1281.jpg", imageAlt: "Grilled chicken sandwich"
id: "meal-2", name: "Chicken Sandwich", price: "Rp 40.000", imageSrc: "http://img.b2bpic.net/free-photo/tomato-pasta-with-orange-juice_141793-1281.jpg?_wi=2", imageAlt: "Grilled chicken sandwich"
}
]}
carouselMode="buttons"