From 3a02502740aca9d5e2e975c0138a946483a127c1 Mon Sep 17 00:00:00 2001 From: mulika-local Date: Tue, 23 Dec 2025 16:38:36 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 2fe1b58..fc639cb 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1276,4 +1276,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} -- 2.49.1 From 75e077df46596af7ad0fb488ac3c377b6c8508e0 Mon Sep 17 00:00:00 2001 From: mulika-local Date: Tue, 23 Dec 2025 16:38:37 +0000 Subject: [PATCH 2/2] 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 +} -- 2.49.1