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." },