From 07c2f5b2e069c3ddbcadba8fe2d23dd81eb73fc9 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 27 Apr 2026 23:46:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index f35f48b..d973b15 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,6 +54,7 @@ export default function LandingPage() { mediaAnimation="slide-up" rating={5} ratingText="Top rated in the local area" + ratingClassName="text-yellow-500" /> @@ -120,6 +121,7 @@ export default function LandingPage() { ]} title="Trusted by Local Homeowners" description="Real feedback from our satisfied community." + ratingClassName="text-yellow-500" /> -- 2.49.1