Update src/app/page.tsx

This commit is contained in:
2026-03-09 02:56:50 +00:00
parent 09f89563a0
commit 0b21379e47

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}