From 7a3b5f0d12cf745f87a26255abe40d1f3b1fb73f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 29 Apr 2026 21:09:06 +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 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 -- 2.49.1