Compare commits
24 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b1e2c49403 | |||
| 1a531b0c28 | |||
| 8655b19aa8 | |||
| 0e2302b34e | |||
| 10df6ebf2b | |||
| 50fefa20bd | |||
| 0e1ae9066e | |||
| 0d719f79c7 | |||
| b9f5d3b6d2 | |||
| 6be961a7cf | |||
| e8b085724d | |||
| 29add963f3 | |||
| d5f98df0b9 | |||
| 6d86b0df64 | |||
| cf1fff9b9b | |||
| 930daaccaf | |||
| dc1357cc6c | |||
| 3acf1ff4dc | |||
| 8e532dbac0 | |||
| 5a90ffc412 | |||
| f9ba103189 | |||
| b99c32ed1c | |||
| 1fe6598865 | |||
| 8b6fa3f7cd |
@@ -55,7 +55,7 @@ export default function LandingPage() {
|
||||
{
|
||||
text: "Book Your Appointment", href: "#contact"},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CMv5A1hLreQ2HOQXjmZon0f2CG/uploaded-1776816423484-lkjajz0a.jpg"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CMv5A1hLreQ2HOQXjmZon0f2CG/uploaded-1776899864196-n8ecn36a.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."},
|
||||
{
|
||||
@@ -179,7 +179,7 @@ export default function LandingPage() {
|
||||
id: "5", name: "Jessica B.", role: "Client", company: "Local", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-shopping-mall_23-2150585900.jpg"},
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
title="Color Me Beautiful "
|
||||
description="Real experiences from guests who trusted us with their beauty journey."
|
||||
/>
|
||||
</div>
|
||||
@@ -188,7 +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."
|
||||
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,
|
||||
@@ -213,4 +213,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user