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