diff --git a/src/app/page.tsx b/src/app/page.tsx index 7ba8c8c..1360fee 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -82,6 +82,7 @@ export default function LandingPage() { { id: "3", brand: "UMBRA", name: "Velour", price: "$125", rating: 4.9, reviewCount: "78", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/skincare-luxury/product-3.webp" }, { id: "4", brand: "UMBRA", name: "Noir", price: "$195", rating: 5, reviewCount: "150", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/skincare-luxury/product-4.webp" } ]} + buttons={[{ text: "Buy Now" }]} />