Update src/app/page.tsx

This commit is contained in:
2026-03-06 20:01:05 +00:00
parent c843372a4b
commit f31e32ff27

View File

@@ -185,7 +185,7 @@ export default function HomePage() {
{
id: "6", name: "James Wilson", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg", imageAlt: "James Wilson"},
]}
cardTitle="Over 15,000 customers trust DriveDish to enhance their road dining experience with innovative, spill-resistant solutions."
cardTitle="Keeps my car clean and meal times stress-free on every road trip"
cardTag="See What Customers Say"
cardAnimation="slide-up"
useInvertedBackground={false}
@@ -276,4 +276,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}