From da3c8179f6ba63844ea080a18f438eea3c6460fa Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 20:33:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index a0a45c5..3f310fd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -83,6 +83,9 @@ export default function LandingPage() { useInvertedBackground={true} title="A Legacy of Craftsmanship" description="For generations, we have dedicated ourselves to the art of fine jewellery. Our pieces combine traditional techniques with modern aesthetic, resulting in wearable art that stands the test of time." + buttons={[ + { text: "Inquire About Pricing", href: "mailto:hello@example.com" } + ]} bulletPoints={[ { title: "Premium Materials", description: "Authentic gold and ethically sourced stones." }, { title: "Artisan Craft", description: "Handmade with attention to every detail." }, -- 2.49.1