Update src/app/reviews/page.tsx
This commit is contained in:
@@ -43,40 +43,22 @@ export default function ReviewsPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
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"
|
||||
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"
|
||||
},
|
||||
{
|
||||
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"
|
||||
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"
|
||||
},
|
||||
{
|
||||
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"
|
||||
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"
|
||||
},
|
||||
{
|
||||
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"
|
||||
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"
|
||||
},
|
||||
{
|
||||
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"
|
||||
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"
|
||||
},
|
||||
{
|
||||
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"
|
||||
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"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -90,14 +72,7 @@ export default function ReviewsPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"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"
|
||||
"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"
|
||||
]}
|
||||
showCard={true}
|
||||
speed={40}
|
||||
@@ -107,8 +82,7 @@ export default function ReviewsPage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Tree Removal", href: "/services" },
|
||||
{ label: "Tree Trimming", href: "/services" },
|
||||
{ label: "Emergency Service", href: "/services" },
|
||||
@@ -116,8 +90,7 @@ export default function ReviewsPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Reviews", href: "/reviews" },
|
||||
{ label: "Service Area", href: "/services" },
|
||||
@@ -125,8 +98,7 @@ export default function ReviewsPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ 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: "Available 24/7", href: "/contact" }
|
||||
|
||||
Reference in New Issue
Block a user