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 +}