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