Update src/app/page.tsx
This commit is contained in:
@@ -157,13 +157,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "beans-1", name: "Single Origin Blend", price: "Rp 85,000", imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans_23-2148093842.jpg", imageAlt: "Single Origin Kopilogi whole beans", initialQuantity: 1
|
||||
id: "beans-1", name: "Single Origin Blend", price: "Rp 85,000", imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans_23-2148093842.jpg?_wi=1", imageAlt: "Single Origin Kopilogi whole beans", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "beans-2", name: "Espresso Roast", price: "Rp 95,000", imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans_23-2148093842.jpg", imageAlt: "Espresso Roast whole beans", initialQuantity: 1
|
||||
id: "beans-2", name: "Espresso Roast", price: "Rp 95,000", imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans_23-2148093842.jpg?_wi=2", imageAlt: "Espresso Roast whole beans", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "beans-3", name: "Medium Roast Classic", price: "Rp 75,000", imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans_23-2148093842.jpg", imageAlt: "Medium Roast Classic whole beans", initialQuantity: 1
|
||||
id: "beans-3", name: "Medium Roast Classic", price: "Rp 75,000", imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans_23-2148093842.jpg?_wi=3", imageAlt: "Medium Roast Classic whole beans", initialQuantity: 1
|
||||
}
|
||||
]}
|
||||
buttons={[{ text: "Shop All Beans", href: "#" }]}
|
||||
|
||||
Reference in New Issue
Block a user