diff --git a/src/app/page.tsx b/src/app/page.tsx index 170fd77..88fc0d0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -115,6 +115,11 @@ export default function LandingPage() { useInvertedBackground={true} background={{ variant: "plain"}} + buttons={[ + { + text: "Initiate Inquiry", href: "mailto:hello@luxis.com" + } + ]} text="The Luxis journey continues. Inquire about private appointments or bespoke consultations." /> @@ -131,4 +136,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file