Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fc64f50fc9 | |||
| 677d62a562 | |||
| 7a3b5f0d12 | |||
| 5a3e03f9a5 |
@@ -49,6 +49,8 @@ export default function LandingPage() {
|
||||
buttons={[
|
||||
{
|
||||
text: "Discover Collection", href: "#philosophy"},
|
||||
{
|
||||
text: "View Lookbook", href: "#"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-sitting-chair-black-white-side-view_23-2149411361.jpg"
|
||||
/>
|
||||
@@ -115,6 +117,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 +138,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user