diff --git a/src/app/page.tsx b/src/app/page.tsx index ae97b2d..11dce16 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,7 +70,7 @@ export default function Page() { 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', avatarSrc: 'https://i.pravatar.cc/150?u=1' } + { 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' } ]} />