From 719b23ad1bdde89e836905cec3f833059a332b3c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 19:26:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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} />