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 +} 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 +}