Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-29 21:09:13 +00:00

View File

@@ -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."
/>
</div>
@@ -131,4 +136,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}