diff --git a/src/app/page.tsx b/src/app/page.tsx index 7bd569f..b927451 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,6 +51,11 @@ export default function LandingPage() { variant: "plain"}} title="Timeless Elegance in Every Detail" description="Crafting extraordinary memories with artisanal jewelry designed to last a lifetime. Discover our collection of hand-forged rings." + buttons={[ + { + text: "Shop Collection", href: "#products" + } + ]} testimonials={[ { name: "Elara Vance", handle: "@elarav", testimonial: "The ring is even more stunning in person. Incredible quality.", rating: 5, @@ -274,4 +279,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file