Update src/app/page.tsx

This commit is contained in:
2026-03-03 05:27:08 +00:00
parent a49938da21
commit 9c1961c62b

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"