Compare commits
41 Commits
version_1
...
version_11
| Author | SHA1 | Date | |
|---|---|---|---|
| 3acf1ff4dc | |||
| 5a90ffc412 | |||
| f9ba103189 | |||
| 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 | |||
| 87f52c25c1 | |||
| a20b0ea1c1 | |||
| 31f9d40578 | |||
| 90ae59195b | |||
| 7c3a677f42 | |||
| 3e259c624d | |||
| f32fa5b4ce | |||
| f52e381972 | |||
| 594b60d363 |
@@ -55,19 +55,17 @@ 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-1776899257157-fe31vy26.png"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/mirror-hairdressing-salon_23-2147670185.jpg", alt: "Mirror in hairdressing salon"},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CMv5A1hLreQ2HOQXjmZon0f2CG/uploaded-1776899129999-mbvairb7.jpg", alt: "User 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/lounge-lobby-area-library-sales-center_105762-1780.jpg", alt: "lounge lobby area and library in sales center"},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CMv5A1hLreQ2HOQXjmZon0f2CG/uploaded-1776899129999-c26sehd3.jpg", alt: "User 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/blurred-reception_1203-754.jpg", alt: "Blurred reception"},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CMv5A1hLreQ2HOQXjmZon0f2CG/uploaded-1776899129999-ladnidna.jpg", alt: "User 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/winter-sports-equipment-complex_482257-76748.jpg", alt: "Winter sports equipment at complex"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-smiling-bride-young-woman-with-wedding-hairstyle-silk-robe-drinking-looking-bridesmaids-gray-style-robes-standing-spacious-room-near-window_8353-12010.jpg", alt: "Front view smiling bride"},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CMv5A1hLreQ2HOQXjmZon0f2CG/uploaded-1776899130000-ntbduity.jpg", alt: "User 4"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
@@ -144,7 +142,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,7 +186,7 @@ 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 281-593-5128. We look forward to seeing you."
|
||||
inputs={[
|
||||
{
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
@@ -200,7 +198,7 @@ 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"
|
||||
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>
|
||||
|
||||
@@ -213,4 +211,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user