Update src/app/reviews/page.tsx

This commit is contained in:
2026-03-03 16:50:01 +00:00
parent 2cf874d039
commit 641959134f

View File

@@ -19,8 +19,7 @@ export default function ReviewsPage() {
const footerColumns = [
{
title: "Quick Links",
items: [
title: "Quick Links", items: [
{ label: "Home", href: "/" },
{ label: "Services", href: "/services" },
{ label: "About", href: "/about" },
@@ -28,8 +27,7 @@ export default function ReviewsPage() {
],
},
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Tree Removal", href: "/services" },
{ label: "Tree Trimming", href: "/services" },
{ label: "Stump Grinding", href: "/services" },
@@ -37,16 +35,14 @@ export default function ReviewsPage() {
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "📞 (256) 374-2193", href: "tel:+12563742193" },
{ label: "📍 Harvest, AL 35749", href: "#" },
{ label: "Get Free Estimate", href: "/contact" },
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
],
@@ -74,41 +70,17 @@ export default function ReviewsPage() {
<TestimonialCardSixteen
testimonials={[
{
id: "1",
name: "Sarah Johnson",
role: "Homeowner",
company: "Harvest, AL",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=5",
imageAlt: "Sarah Johnson - Satisfied customer",
},
id: "1", name: "Sarah Johnson", role: "Homeowner", company: "Harvest, AL", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Sarah Johnson - Satisfied customer"},
{
id: "2",
name: "Michael Chen",
role: "Property Owner",
company: "Madison, AL",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=6",
imageAlt: "Michael Chen - Verified review",
},
id: "2", name: "Michael Chen", role: "Property Owner", company: "Madison, AL", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Michael Chen - Verified review"},
{
id: "3",
name: "Emily Rodriguez",
role: "Homeowner",
company: "Huntsville, AL",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=7",
imageAlt: "Emily Rodriguez - Happy customer",
},
id: "3", name: "Emily Rodriguez", role: "Homeowner", company: "Huntsville, AL", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Emily Rodriguez - Happy customer"},
{
id: "4",
name: "David Kim",
role: "Business Owner",
company: "Athens, AL",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=8",
imageAlt: "David Kim - Business testimonial",
},
id: "4", name: "David Kim", role: "Business Owner", company: "Athens, AL", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "David Kim - Business testimonial"},
]}
kpiItems={[
{ value: "138+", label: "Verified Reviews" },