Update src/app/reviews/page.tsx

This commit is contained in:
2026-02-26 21:03:23 +00:00
parent 6a48c4b3a5
commit 5cf8f55be0

View File

@@ -31,8 +31,7 @@ export default function ReviewsPage() {
{ name: "Contact", id: "/contact" } { name: "Contact", id: "/contact" }
]} ]}
button={{ button={{
text: "📞 Call Now", text: "📞 Call Now", href: "tel:+16155689651"
href: "tel:+16155689651"
}} }}
/> />
</div> </div>
@@ -47,31 +46,16 @@ export default function ReviewsPage() {
animationType="slide-up" animationType="slide-up"
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "Sarah Mitchell", role: "Homeowner", company: "Belle Meade, Nashville", rating: 5,
name: "Sarah Mitchell", imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", imageAlt: "woman portrait professional headshot smiling portrait"
role: "Homeowner",
company: "Belle Meade, Nashville",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=1",
imageAlt: "woman portrait professional headshot smiling portrait"
}, },
{ {
id: "2", id: "2", name: "James Rodriguez", role: "Property Owner", company: "Germantown, Nashville", rating: 5,
name: "James Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "man portrait professional headshot business portrait"
role: "Property Owner",
company: "Germantown, Nashville",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
imageAlt: "man portrait professional headshot business portrait"
}, },
{ {
id: "3", id: "3", name: "Maria Garcia", role: "Homeowner", company: "Green Hills, Nashville", rating: 5,
name: "Maria Garcia", imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", imageAlt: "woman portrait professional headshot smiling portrait"
role: "Homeowner",
company: "Green Hills, Nashville",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=2",
imageAlt: "woman portrait professional headshot smiling portrait"
} }
]} ]}
kpiItems={[ kpiItems={[
@@ -110,8 +94,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: "Emergency Services", href: "/services" }, { label: "Emergency Services", href: "/services" },
{ label: "Tree Trimming", href: "/services" }, { label: "Tree Trimming", href: "/services" },
@@ -119,8 +102,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: "Contact", href: "/contact" }, { label: "Contact", href: "/contact" },
@@ -128,8 +110,7 @@ export default function ReviewsPage() {
] ]
}, },
{ {
title: "Contact", title: "Contact", items: [
items: [
{ label: "📞 (615) 568-9651", href: "tel:+16155689651" }, { label: "📞 (615) 568-9651", href: "tel:+16155689651" },
{ label: "Open 24 Hours", href: "/" }, { label: "Open 24 Hours", href: "/" },
{ label: "3037 Runabout Dr, Nashville, TN 37217", href: "/" }, { label: "3037 Runabout Dr, Nashville, TN 37217", href: "/" },