Update src/app/page.tsx
This commit is contained in:
@@ -127,22 +127,21 @@ export default function LandingPage() {
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
tag="Get In Touch"
|
||||
title="Ready to Transform Your Look?"
|
||||
description="Book your appointment today and experience premium beauty services from our expert team. Call, visit, or submit your inquiry below."
|
||||
tagIcon={Phone}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="Enter your phone number or email"
|
||||
inputs={[
|
||||
{ name: "phone", type: "tel", placeholder: "Enter your phone number", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Enter your email", required: true }
|
||||
]}
|
||||
buttonText="Book Appointment"
|
||||
termsText="By booking, you agree to receive appointment confirmations and service updates. We respect your privacy."
|
||||
mediaAnimation="blur-reveal"
|
||||
ariaLabel="Contact ONE SALON to book appointments"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
logoText="ONE SALON"
|
||||
copyrightText="© 2024 ONE SALON. All rights reserved. Premium Beauty Services in Bengaluru."
|
||||
columns={[
|
||||
{
|
||||
title: "Services", items: [
|
||||
@@ -177,6 +176,8 @@ export default function LandingPage() {
|
||||
]
|
||||
}
|
||||
]}
|
||||
bottomLeftText="© 2024 ONE SALON. All rights reserved."
|
||||
bottomRightText="Premium Beauty Services in Bengaluru."
|
||||
ariaLabel="Site footer"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user