diff --git a/src/app/page.tsx b/src/app/page.tsx index 00593c9..5ce5776 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -94,6 +94,7 @@ export default function LandingPage() { { id: "p5", brand: "Luminous", name: "Night Cream", price: "$52.00", rating: 5, reviewCount: "64", imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-product-container-with-art-nouveau-inspired-sun-relief-background_23-2151420633.jpg" }, { id: "p6", brand: "Luminous", name: "Eye Serum", price: "$32.00", rating: 5, reviewCount: "56", imageSrc: "http://img.b2bpic.net/free-photo/blue-model-career-kit-arrangement_23-2150083943.jpg" }, ]} + buttons={[{ text: "Shop All Products", href: "#products" }]} title="Shop Our Beauty Collection" description="Discover the essentials that define your daily beauty ritual." /> @@ -199,4 +200,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}