Update src/app/page.tsx

This commit is contained in:
2025-12-23 16:38:37 +00:00
parent 3a02502740
commit 75e077df46

View File

@@ -178,6 +178,7 @@ export default function LandingPage() {
description="Hear what AUDI A10 owners have to say about their driving experience" description="Hear what AUDI A10 owners have to say about their driving experience"
tag="Customer Testimonials" tag="Customer Testimonials"
tagIcon={Star} tagIcon={Star}
starColor="#ff0000"
testimonials={[ testimonials={[
{ {
id: "1", id: "1",
@@ -332,4 +333,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }