Update src/app/page.tsx
This commit is contained in:
@@ -43,18 +43,18 @@ export default function HomePage() {
|
||||
</div>
|
||||
|
||||
<main className="min-h-screen pt-16 flex flex-col items-center justify-center p-4">
|
||||
<ContactFaq
|
||||
id="contact"
|
||||
data-section="contact"
|
||||
ctaTitle="Get in touch"
|
||||
ctaDescription="Have questions or ready to start your fitness journey? Reach out to us!"
|
||||
ctaButton={{ text: "Call Us Now", href: `tel:${phoneNumber}` }}
|
||||
ctaIcon={Phone}
|
||||
faqs={[]}
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
className="py-20 w-full"
|
||||
/>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactFaq
|
||||
ctaTitle="Get in touch"
|
||||
ctaDescription="Have questions or ready to start your fitness journey? Reach out to us!"
|
||||
ctaButton={{ text: "Call Us Now", href: `tel:${phoneNumber}` }}
|
||||
ctaIcon={Phone}
|
||||
faqs={[]}
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
className="py-20 w-full"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact-form" data-section="contact-form" className="w-full max-w-md px-4 mx-auto py-10">
|
||||
<h2 className="text-3xl font-extrabold text-center text-foreground mb-8">Send Us a Message</h2>
|
||||
|
||||
Reference in New Issue
Block a user