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