Update src/app/page.tsx

This commit is contained in:
2026-03-04 18:48:13 +00:00
parent fe11f8efe4
commit 48907cfb31

View File

@@ -153,7 +153,7 @@ export default function HomePage() {
id: "4", name: "James Wilson", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=4", imageAlt: "James Wilson - Happy Customer"
},
]}
cardTitle="Thousands of Happy Customers Trust USA Automotive Service"
cardTitle="4.9★ Rating | 500+ 5-Star Reviews | Trusted Since 2005"
cardTag="See what they say about us"
cardTagIcon={Star}
cardAnimation="slide-up"
@@ -235,4 +235,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}