Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 31f9d40578 | |||
| 90ae59195b | |||
| 7c3a677f42 | |||
| 3e259c624d | |||
| f32fa5b4ce | |||
| f52e381972 | |||
| 594b60d363 |
@@ -188,7 +188,9 @@ export default function LandingPage() {
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Book Your Visit"
|
||||
description="Visit us at 14352 US-59 BUS, Splendora, TX 77372. We look forward to seeing you."
|
||||
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/young-woman-with-beautiful-hair_23-2148248109.jpg"
|
||||
imageAlt="Woman with beautiful hair"
|
||||
inputs={[
|
||||
{
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
@@ -200,7 +202,6 @@ export default function LandingPage() {
|
||||
name: "phone", type: "tel", placeholder: "Phone Number", required: true,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/pregnant-woman-standing-by-window_1303-12894.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -213,4 +214,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user