Compare commits
6 Commits
version_12
...
version_13
| Author | SHA1 | Date | |
|---|---|---|---|
| 2e1e7c692c | |||
| 00615a306a | |||
| 53fe4c17ce | |||
| 5eb061994c | |||
| 847b1e3011 | |||
| 3b5d9e8127 |
@@ -134,18 +134,7 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="Visit Beluna Today"
|
title="Visit Beluna Today"
|
||||||
description="Find us at 1195 Oak St, San Francisco, CA. Drop us a note if you're planning a large group booking."
|
description="Find us at 1195 Oak St, San Francisco, CA. Drop us a note if you're planning a large group booking."
|
||||||
inputs={[
|
inputs={[]}
|
||||||
{
|
|
||||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
textarea={{
|
|
||||||
name: "message", placeholder: "Your Message", rows: 4,
|
|
||||||
required: true,
|
|
||||||
}}
|
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bs4UjfAcOsU7tXKonPwPcWGzeD/tmp/san-francisco-golden-gate-bridge-with-do-1775413268540-f23e21b6.png"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bs4UjfAcOsU7tXKonPwPcWGzeD/tmp/san-francisco-golden-gate-bridge-with-do-1775413268540-f23e21b6.png"
|
||||||
mediaPosition="right"
|
mediaPosition="right"
|
||||||
/>
|
/>
|
||||||
@@ -173,4 +162,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user