From 0b21379e478e9ba7a4b7edcbcbd2cc5d91ccec5b Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 02:56:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a0e4d6c..df29e5f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -198,7 +198,7 @@ export default function HomePage() { title="Customer Testimonials" description="Real stories from satisfied homeowners in Vancouver, Washington and surrounding areas." tag="Reviews" - tagIcon={Star} + tagIcon={MapPin} tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} @@ -233,4 +233,4 @@ export default function HomePage() { ); -} \ No newline at end of file +}