From 75e077df46596af7ad0fb488ac3c377b6c8508e0 Mon Sep 17 00:00:00 2001 From: mulika-local Date: Tue, 23 Dec 2025 16:38:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0f295ad..917dfc9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -178,6 +178,7 @@ export default function LandingPage() { description="Hear what AUDI A10 owners have to say about their driving experience" tag="Customer Testimonials" tagIcon={Star} + starColor="#ff0000" testimonials={[ { id: "1", @@ -332,4 +333,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}