From b9c7b6ac95d5aa0c7647d763409978a1dac12c2d Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 10 Apr 2026 12:13:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1827dd0..248dd45 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -83,6 +83,7 @@ export default function LandingPage() { src: "http://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg", alt: "Emily B."}, ]} avatarText="Trusted by 100+ local homeowners" + ratingClassName="text-yellow-400" /> @@ -159,6 +160,7 @@ export default function LandingPage() { ]} title="Highly Recommended" description="Proud to have a 5.0 star rating from 37+ reviews." + ratingClassName="text-yellow-400" /> @@ -209,4 +211,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1