22 Commits

Author SHA1 Message Date
1a531b0c28 Update src/app/page.tsx 2026-04-22 23:21:43 +00:00
0e2302b34e Update src/app/page.tsx 2026-04-22 23:18:01 +00:00
10df6ebf2b Switch to version 10: modified src/app/page.tsx 2026-04-22 23:16:14 +00:00
50fefa20bd Switch to version 11: modified src/app/page.tsx 2026-04-22 23:16:03 +00:00
0e1ae9066e Switch to version 12: modified src/app/page.tsx 2026-04-22 23:16:01 +00:00
0d719f79c7 Merge version_13 into main
Merge version_13 into main
2026-04-22 23:13:34 +00:00
b9f5d3b6d2 Update src/app/page.tsx 2026-04-22 23:13:30 +00:00
6be961a7cf Merge version_12 into main
Merge version_12 into main
2026-04-22 23:10:26 +00:00
e8b085724d Update src/app/page.tsx 2026-04-22 23:10:23 +00:00
29add963f3 Switch to version 10: modified src/app/page.tsx 2026-04-22 23:09:22 +00:00
d5f98df0b9 Switch to version 11: modified src/app/page.tsx 2026-04-22 23:09:19 +00:00
6d86b0df64 Switch to version 10: modified src/app/page.tsx 2026-04-22 23:09:08 +00:00
cf1fff9b9b Switch to version 9: modified src/app/page.tsx 2026-04-22 23:08:57 +00:00
930daaccaf Switch to version 10: modified src/app/page.tsx 2026-04-22 23:08:55 +00:00
dc1357cc6c Merge version_11 into main
Merge version_11 into main
2026-04-22 23:08:28 +00:00
3acf1ff4dc Update src/app/page.tsx 2026-04-22 23:08:24 +00:00
8e532dbac0 Merge version_11 into main
Merge version_11 into main
2026-04-22 23:05:49 +00:00
5a90ffc412 Update src/app/page.tsx 2026-04-22 23:05:45 +00:00
f9ba103189 Merge version_10 into main
Merge version_10 into main
2026-04-22 23:01:58 +00:00
b99c32ed1c Update src/app/page.tsx 2026-04-22 23:01:55 +00:00
1fe6598865 Merge version_9 into main
Merge version_9 into main
2026-04-22 00:09:16 +00:00
8b6fa3f7cd Merge version_9 into main
Merge version_9 into main
2026-04-22 00:07:19 +00:00

View File

@@ -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>
);
}
}