Update src/app/page.tsx
This commit is contained in:
@@ -66,6 +66,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardMedia
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
features={[
|
||||
@@ -93,6 +94,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTen
|
||||
useInvertedBackground={false}
|
||||
textboxLayout="split"
|
||||
testimonials={[
|
||||
{ id: "t1", title: "Lifesavers!", quote: "Showed up within an hour during my emergency. So grateful!", name: "Tom P.", role: "Tenant" },
|
||||
@@ -105,6 +107,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitMedia
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{ id: "q1", title: "What areas do you serve?", content: "We proudly serve all five boroughs of New York City, 24 hours a day, 7 days a week." },
|
||||
{ id: "q2", title: "Are you licensed?", content: "Yes, all our professionals are fully licensed, insured, and background-checked for your security." },
|
||||
@@ -119,6 +122,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Get Your Quote"
|
||||
description="Ready to fix that plumbing issue? Reach out to us today for a free estimate."
|
||||
inputs={[
|
||||
|
||||
Reference in New Issue
Block a user