Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d237892044 | |||
| f49afa752a | |||
| 817c981027 | |||
| 5cc87b0178 |
@@ -106,8 +106,8 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{ id: "1", name: "Premium Series 01", price: "499 kr", imageSrc: "http://img.b2bpic.net/free-photo/luxury-perfume-fragrance-bottle_116380-80.jpg", priceButtonProps: { text: "Köp nu" } },
|
||||
{ id: "2", name: "Premium Series 02", price: "499 kr", imageSrc: "http://img.b2bpic.net/free-photo/front-view-natural-self-care-products-assortment_23-2148980974.jpg", priceButtonProps: { text: "Köp nu" } },
|
||||
{ id: "3", name: "Special Series A", price: "699 kr", imageSrc: "http://img.b2bpic.net/free-photo/close-up-perfume-floating-water_23-2150963110.jpg", priceButtonProps: { text: "Läs mer" } },
|
||||
{ id: "4", name: "Special Series B", price: "699 kr", imageSrc: "http://img.b2bpic.net/free-photo/perfume-bottle-nature_23-2151890514.jpg", priceButtonProps: { text: "Läs mer" } },
|
||||
{ id: "3", name: "Special Series A", price: "699 kr", imageSrc: "http://img.b2bpic.net/free-photo/close-up-perfume-floating-water_23-2150963110.jpg", priceButtonProps: { text: "Köp nu" } },
|
||||
{ id: "4", name: "Special Series B", price: "699 kr", imageSrc: "http://img.b2bpic.net/free-photo/perfume-bottle-nature_23-2151890514.jpg", priceButtonProps: { text: "Köp nu" } },
|
||||
{ id: "5", name: "Niche Series Gold", price: "899 kr", imageSrc: "http://img.b2bpic.net/free-photo/bouquet-snowdrops-glass-vase-blurred-background_169016-51100.jpg", priceButtonProps: { text: "Köp nu" } },
|
||||
{ id: "6", name: "Niche Series Silver", price: "899 kr", imageSrc: "http://img.b2bpic.net/free-photo/japanese-bottle-cups_23-2149869744.jpg", priceButtonProps: { text: "Köp nu" } },
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user