Update src/app/page.tsx
This commit is contained in:
@@ -105,6 +105,7 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="What Our Community Says"
|
||||
description="Trusted service from neighbors you can count on."
|
||||
testimonials={[
|
||||
@@ -118,6 +119,7 @@ export default function LandingPage() {
|
||||
<FaqDouble
|
||||
textboxLayout="default"
|
||||
faqsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
title="Common Questions"
|
||||
description="Find quick answers to your questions about our service business."
|
||||
faqs={[
|
||||
@@ -133,6 +135,7 @@ export default function LandingPage() {
|
||||
title="Contact Us"
|
||||
description="Have questions or need a service? Reach out through our contact form below, or visit our office. Our team is here to help."
|
||||
onSubmit={(email) => alert("Inquiry received for " + email)}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -140,6 +143,7 @@ export default function LandingPage() {
|
||||
<BlogCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Recent Promotions & News"
|
||||
description="Stay updated with our latest offers and local service news."
|
||||
blogs={[
|
||||
|
||||
Reference in New Issue
Block a user