diff --git a/src/app/page.tsx b/src/app/page.tsx index f2330d6..4d426fa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} \ No newline at end of file +}