From fe4a9894e39d7dbfd1f92b36befc8f09585a0752 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 09:38:33 +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 5d7642c..362e229 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -87,6 +87,7 @@ export default function LandingPage() { ]} title="Portfolio" description="Browse our latest work from the shop floor." + cardRatingClassName="text-orange-500" /> @@ -108,6 +109,7 @@ export default function LandingPage() { ]} title="Happy Clients" description="What our local community has to say about us." + ratingClassName="text-orange-500" /> @@ -143,4 +145,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1