Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-03-03 05:27:12 +00:00
2 changed files with 11 additions and 11 deletions

View File

@@ -47,27 +47,27 @@ export default function MenuPage() {
products={[
{
id: "1", brand: "Auri Signature", name: "Espresso Macchiato", price: "Rp 35,000", rating: 5,
reviewCount: "892", imageSrc: "http://img.b2bpic.net/free-photo/latte-cup-coffee-with-cinnamon-sticks_141793-775.jpg", imageAlt: "Espresso macchiato with perfect proportions"
reviewCount: "892", imageSrc: "http://img.b2bpic.net/free-photo/latte-cup-coffee-with-cinnamon-sticks_141793-775.jpg?_wi=2", imageAlt: "Espresso macchiato with perfect proportions"
},
{
id: "2", brand: "Auri Signature", name: "Honey Latte", price: "Rp 45,000", rating: 5,
reviewCount: "756", imageSrc: "http://img.b2bpic.net/free-photo/breakfast-composition_23-2148104773.jpg", imageAlt: "Smooth honey latte with natural sweetness"
reviewCount: "756", imageSrc: "http://img.b2bpic.net/free-photo/breakfast-composition_23-2148104773.jpg?_wi=2", imageAlt: "Smooth honey latte with natural sweetness"
},
{
id: "3", brand: "Auri Signature", name: "Cold Brew Nitro", price: "Rp 50,000", rating: 5,
reviewCount: "643", imageSrc: "http://img.b2bpic.net/free-photo/glasses-with-coffee-rustic-table_23-2147693441.jpg", imageAlt: "Silky cold brew nitro coffee"
reviewCount: "643", imageSrc: "http://img.b2bpic.net/free-photo/glasses-with-coffee-rustic-table_23-2147693441.jpg?_wi=2", imageAlt: "Silky cold brew nitro coffee"
},
{
id: "4", brand: "Auri Signature", name: "Vanilla Cappuccino", price: "Rp 42,000", rating: 5,
reviewCount: "534", imageSrc: "http://img.b2bpic.net/free-photo/latte-cup-coffee-with-cinnamon-sticks_141793-775.jpg", imageAlt: "Creamy vanilla cappuccino"
reviewCount: "534", imageSrc: "http://img.b2bpic.net/free-photo/latte-cup-coffee-with-cinnamon-sticks_141793-775.jpg?_wi=3", imageAlt: "Creamy vanilla cappuccino"
},
{
id: "5", brand: "Auri Signature", name: "Iced Mocha", price: "Rp 48,000", rating: 5,
reviewCount: "612", imageSrc: "http://img.b2bpic.net/free-photo/glasses-with-coffee-rustic-table_23-2147693441.jpg", imageAlt: "Refreshing iced mocha"
reviewCount: "612", imageSrc: "http://img.b2bpic.net/free-photo/glasses-with-coffee-rustic-table_23-2147693441.jpg?_wi=3", imageAlt: "Refreshing iced mocha"
},
{
id: "6", brand: "Auri Signature", name: "Affogato", price: "Rp 40,000", rating: 5,
reviewCount: "423", imageSrc: "http://img.b2bpic.net/free-photo/breakfast-composition_23-2148104773.jpg", imageAlt: "Classic affogato with gelato"
reviewCount: "423", imageSrc: "http://img.b2bpic.net/free-photo/breakfast-composition_23-2148104773.jpg?_wi=3", imageAlt: "Classic affogato with gelato"
}
]}
buttons={[
@@ -85,7 +85,7 @@ export default function MenuPage() {
tagAnimation="slide-up"
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/woman-drinking-hot-chocolate-cafe_23-2149944037.jpg"
imageSrc="http://img.b2bpic.net/free-photo/woman-drinking-hot-chocolate-cafe_23-2149944037.jpg?_wi=2"
imageAlt="Coffee moment at Auri"
mediaAnimation="opacity"
mediaPosition="right"

View File

@@ -98,15 +98,15 @@ export default function LandingPage() {
products={[
{
id: "1", brand: "Auri Signature", name: "Espresso Macchiato", price: "Rp 35,000", rating: 5,
reviewCount: "892", imageSrc: "http://img.b2bpic.net/free-photo/latte-cup-coffee-with-cinnamon-sticks_141793-775.jpg", imageAlt: "Espresso macchiato with perfect proportions"
reviewCount: "892", imageSrc: "http://img.b2bpic.net/free-photo/latte-cup-coffee-with-cinnamon-sticks_141793-775.jpg?_wi=1", imageAlt: "Espresso macchiato with perfect proportions"
},
{
id: "2", brand: "Auri Signature", name: "Honey Latte", price: "Rp 45,000", rating: 5,
reviewCount: "756", imageSrc: "http://img.b2bpic.net/free-photo/breakfast-composition_23-2148104773.jpg", imageAlt: "Smooth honey latte with natural sweetness"
reviewCount: "756", imageSrc: "http://img.b2bpic.net/free-photo/breakfast-composition_23-2148104773.jpg?_wi=1", imageAlt: "Smooth honey latte with natural sweetness"
},
{
id: "3", brand: "Auri Signature", name: "Cold Brew Nitro", price: "Rp 50,000", rating: 5,
reviewCount: "643", imageSrc: "http://img.b2bpic.net/free-photo/glasses-with-coffee-rustic-table_23-2147693441.jpg", imageAlt: "Silky cold brew nitro coffee"
reviewCount: "643", imageSrc: "http://img.b2bpic.net/free-photo/glasses-with-coffee-rustic-table_23-2147693441.jpg?_wi=1", imageAlt: "Silky cold brew nitro coffee"
}
]}
buttons={[
@@ -182,7 +182,7 @@ export default function LandingPage() {
tagAnimation="slide-up"
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/woman-drinking-hot-chocolate-cafe_23-2149944037.jpg"
imageSrc="http://img.b2bpic.net/free-photo/woman-drinking-hot-chocolate-cafe_23-2149944037.jpg?_wi=1"
imageAlt="Coffee moment at Auri"
mediaAnimation="opacity"
mediaPosition="right"