Compare commits
29 Commits
version_5
...
version_10
| Author | SHA1 | Date | |
|---|---|---|---|
| b99c32ed1c | |||
| 1fe6598865 | |||
| dd4dd6971a | |||
| 8b6fa3f7cd | |||
| 956178d94a | |||
| 29d2eec684 | |||
| 56b4b2e15d | |||
| 3a2401be6b | |||
| c503aafc5a | |||
| e84812bc5c | |||
| ce488fc970 | |||
| d401876076 | |||
| 720380b6a2 | |||
| 43a4bd7ea7 | |||
| 872ed01368 | |||
| 9d2406fccf | |||
| 412b4f6cf6 | |||
| 73f75ab9c0 | |||
| 1d091270f6 | |||
| 9cf2c29f70 | |||
| b0d5b205c8 | |||
| 2915ecd697 | |||
| 9b27b53610 | |||
| 2cf6fec0bd | |||
| 057648b311 | |||
| 49aa81616c | |||
| f01efc2cc4 | |||
| ece4673ac8 | |||
| e8a5a6381e |
@@ -55,7 +55,7 @@ export default function LandingPage() {
|
||||
{
|
||||
text: "Book Your Appointment", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/lodge-wintertime-with-ski-gear_482257-76632.jpg"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CMv5A1hLreQ2HOQXjmZon0f2CG/uploaded-1776816423484-lkjajz0a.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
@@ -144,7 +144,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "How do I book an appointment?", content: "You can reach us at (281) 689-8160 or visit our website to secure your time."},
|
||||
id: "1", title: "How do I book an appointment?", content: "You can reach us at (281) 593-5128 or visit our website to secure your time."},
|
||||
{
|
||||
id: "2", title: "Are walk-ins welcome?", content: "We recommend appointments to ensure we can dedicate the necessary time to your transformation."},
|
||||
{
|
||||
@@ -188,9 +188,7 @@ export default function LandingPage() {
|
||||
<ContactSplitForm
|
||||
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"
|
||||
description="Visit us at 14352 US-59 BUS, Splendora, TX 77372. Contact us at 281-593-5128. We look forward to seeing you."
|
||||
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://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CMv5A1hLreQ2HOQXjmZon0f2CG/tmp/a-girl-with-pretty-hair-that-just-got-he-1776815568462-d4bd74f3.png"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -214,4 +213,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user