From a115c8e03a325003892395bdfe61e90fd1d70699 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 19:44:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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