diff --git a/src/app/page.tsx b/src/app/page.tsx
index 75a300e..5fadc02 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -60,6 +60,7 @@ export default function Page() {
title="Expertise You Can Trust"
description="With years of experience, we provide top-tier home services across Pennsylvania."
imageSrc="https://images.unsplash.com/photo-1581578731548-c64695cc6952"
+ useInvertedBackground={false}
/>
@@ -67,8 +68,9 @@ export default function Page() {
title="Client Testimonials"
description="What our clients say about us"
textboxLayout="default"
+ useInvertedBackground={false}
testimonials={[
- { id: '1', name: 'John Doe', date: '2023-10-01', title: 'Great Service', quote: 'A&M Home Services transformed our home.', tag: 'Roofing' }
+ { id: '1', name: 'John Doe', date: '2023-10-01', title: 'Great Service', quote: 'A&M Home Services transformed our home.', tag: 'Roofing', avatarSrc: 'https://i.pravatar.cc/150?u=1' }
]}
/>
@@ -78,6 +80,7 @@ export default function Page() {
title="Get A Free Quote"
description="Ready to improve your home? Reach out to us today."
buttons={[{ text: 'Contact Us', href: '/contact' }]}
+ useInvertedBackground={false}
/>