4 Commits

Author SHA1 Message Date
cdedf6baa9 Merge version_3 into main
Merge version_3 into main
2025-12-23 16:38:42 +00:00
75e077df46 Update src/app/page.tsx 2025-12-23 16:38:37 +00:00
3a02502740 Update src/app/layout.tsx 2025-12-23 16:38:36 +00:00
afda9e624b Merge version_2 into main
Merge version_2 into main
2025-12-23 16:36:03 +00:00
2 changed files with 3 additions and 2 deletions

View File

@@ -1276,4 +1276,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}