Compare commits
17 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 720380b6a2 | |||
| 43a4bd7ea7 | |||
| 872ed01368 | |||
| 9d2406fccf | |||
| 412b4f6cf6 | |||
| 73f75ab9c0 | |||
| 1d091270f6 | |||
| 9cf2c29f70 | |||
| b0d5b205c8 | |||
| 2915ecd697 | |||
| 9b27b53610 | |||
| 2cf6fec0bd | |||
| 057648b311 | |||
| 49aa81616c | |||
| f01efc2cc4 | |||
| ece4673ac8 | |||
| e8a5a6381e |
@@ -189,8 +189,6 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Book Your Visit"
|
||||
description="Visit us at 14352 US-59 BUS, Splendora, TX 77372. Contact us at +12816898160. We look forward to seeing you."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-with-glamorous-long-hair-portrait-isolated-white-background_23-2148756910.jpg"
|
||||
imageAlt="Woman with beautiful hair"
|
||||
inputs={[
|
||||
{
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
@@ -202,6 +200,7 @@ export default function LandingPage() {
|
||||
name: "phone", type: "tel", placeholder: "Phone Number", required: true,
|
||||
},
|
||||
]}
|
||||
imageSrc="https://www.webild.io/preview/e230765a-0adf-469c-8b1c-ff45fe3c0971"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -214,4 +213,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user