diff --git a/src/app/page.tsx b/src/app/page.tsx index 6442ced..b286561 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -91,6 +91,7 @@ export default function LandingPage() { ]} title="Our Signature Collection" description="Explore our curated fragrance profiles." + buttons={[{ text: "View Details", href: "#" }, { text: "Add to Cart", href: "#" }]} /> @@ -159,4 +160,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}