Update src/app/reviews/page.tsx

This commit is contained in:
2026-02-17 16:27:38 +00:00
parent f0a1287537
commit a228436899

View File

@@ -43,40 +43,22 @@ export default function ReviewsPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "Sarah M.", imageSrc: "https://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg", imageAlt: "Sarah M., satisfied customer"
name: "Sarah M.",
imageSrc: "https://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg",
imageAlt: "Sarah M., satisfied customer"
}, },
{ {
id: "2", id: "2", name: "Michael T.", imageSrc: "https://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg", imageAlt: "Michael T., satisfied customer"
name: "Michael T.",
imageSrc: "https://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg",
imageAlt: "Michael T., satisfied customer"
}, },
{ {
id: "3", id: "3", name: "Jennifer L.", imageSrc: "https://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Jennifer L., satisfied customer"
name: "Jennifer L.",
imageSrc: "https://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg",
imageAlt: "Jennifer L., satisfied customer"
}, },
{ {
id: "4", id: "4", name: "David R.", imageSrc: "https://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk-posing_74855-9949.jpg", imageAlt: "David R., satisfied customer"
name: "David R.",
imageSrc: "https://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk-posing_74855-9949.jpg",
imageAlt: "David R., satisfied customer"
}, },
{ {
id: "5", id: "5", name: "Karen B.", imageSrc: "https://img.b2bpic.net/free-photo/man-shirt-smiling-posing-kitchen_23-2148414940.jpg", imageAlt: "Karen B., satisfied customer"
name: "Karen B.",
imageSrc: "https://img.b2bpic.net/free-photo/man-shirt-smiling-posing-kitchen_23-2148414940.jpg",
imageAlt: "Karen B., satisfied customer"
}, },
{ {
id: "6", id: "6", name: "James W.", imageSrc: "https://img.b2bpic.net/free-photo/front-view-cute-barista-girl_23-2148436121.jpg", imageAlt: "James W., satisfied customer"
name: "James W.",
imageSrc: "https://img.b2bpic.net/free-photo/front-view-cute-barista-girl_23-2148436121.jpg",
imageAlt: "James W., satisfied customer"
} }
]} ]}
/> />
@@ -90,14 +72,7 @@ export default function ReviewsPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
names={[ names={[
"Google Reviews: 4.9 Stars", "Google Reviews: 4.9 Stars", "Better Business Bureau A+", "Vermont Arborist Association", "Williamstown Chamber Member", "Homeowner Referral Network", "Insurance Company Approved", "Property Manager Preferred", "Emergency Service Certified"
"Better Business Bureau A+",
"Vermont Arborist Association",
"Williamstown Chamber Member",
"Homeowner Referral Network",
"Insurance Company Approved",
"Property Manager Preferred",
"Emergency Service Certified"
]} ]}
showCard={true} showCard={true}
speed={40} speed={40}
@@ -107,8 +82,7 @@ export default function ReviewsPage() {
<FooterBaseReveal <FooterBaseReveal
columns={[ columns={[
{ {
title: "Services", title: "Services", items: [
items: [
{ label: "Tree Removal", href: "/services" }, { label: "Tree Removal", href: "/services" },
{ label: "Tree Trimming", href: "/services" }, { label: "Tree Trimming", href: "/services" },
{ label: "Emergency Service", href: "/services" }, { label: "Emergency Service", href: "/services" },
@@ -116,8 +90,7 @@ export default function ReviewsPage() {
] ]
}, },
{ {
title: "Company", title: "Company", items: [
items: [
{ label: "About Us", href: "/about" }, { label: "About Us", href: "/about" },
{ label: "Reviews", href: "/reviews" }, { label: "Reviews", href: "/reviews" },
{ label: "Service Area", href: "/services" }, { label: "Service Area", href: "/services" },
@@ -125,8 +98,7 @@ export default function ReviewsPage() {
] ]
}, },
{ {
title: "Contact", title: "Contact", items: [
items: [
{ label: "📞 (802) 473-2606", href: "tel:(802)4732606" }, { label: "📞 (802) 473-2606", href: "tel:(802)4732606" },
{ label: "1774 Baptist St, Williamstown, VT 05679", href: "https://maps.google.com/?q=1774+Baptist+St+Williamstown+VT+05679" }, { label: "1774 Baptist St, Williamstown, VT 05679", href: "https://maps.google.com/?q=1774+Baptist+St+Williamstown+VT+05679" },
{ label: "Available 24/7", href: "/contact" } { label: "Available 24/7", href: "/contact" }