diff --git a/src/app/page.tsx b/src/app/page.tsx index 715808a..f2d6cb9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -130,6 +130,10 @@ export default function LandingPage() { textboxLayout="default" gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} + buttons={[ + { text: "View Details", href: "/details" }, + { text: "Purchase Now", href: "/checkout" } + ]} products={[ { id: "p1", name: "Rolex Submariner", price: "$12,500", variant: "Stainless Steel", imageSrc: "http://img.b2bpic.net/free-photo/crop-hands-using-smartwatch_23-2147800900.jpg"},