3 Commits

Author SHA1 Message Date
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

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