3 Commits

Author SHA1 Message Date
f49afa752a Update src/app/page.tsx 2026-05-23 12:39:40 +00:00
817c981027 Merge version_3 into main
Merge version_3 into main
2026-05-23 12:37:07 +00:00
5cc87b0178 Merge version_3 into main
Merge version_3 into main
2026-05-23 12:36:36 +00:00

View File

@@ -106,8 +106,8 @@ export default function LandingPage() {
products={[ 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: "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: "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: "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: "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: "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: "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" } }, { 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" } },
]} ]}