Switch to version 2: modified src/app/reviews/page.tsx
This commit is contained in:
@@ -20,8 +20,7 @@ export default function ReviewsPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Lawn Care", href: "/services" },
|
||||
{ label: "Stone Landscaping", href: "/services" },
|
||||
{ label: "Flower Beds", href: "/services" },
|
||||
@@ -29,8 +28,7 @@ export default function ReviewsPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Reviews", href: "/reviews" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
@@ -38,17 +36,15 @@ export default function ReviewsPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Call (832) 970-7965", href: "tel:(832)970-7965" },
|
||||
{ label: "Email Us", href: "mailto:info@bestlandscapingservices.com" },
|
||||
{ label: "Rosharon, TX", href: "#" },
|
||||
{ label: "Open - Closes 5 PM", href: "#" },
|
||||
{ label: "Tuesday-Saturday 8 AM–5 PM, Sunday 24hrs, Monday 8 AM–5 PM", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Follow Us",
|
||||
items: [
|
||||
title: "Follow Us", items: [
|
||||
{ label: "Facebook", href: "https://facebook.com" },
|
||||
{ label: "Google Reviews", href: "https://google.com" },
|
||||
{ label: "Instagram", href: "https://instagram.com" },
|
||||
@@ -97,65 +93,17 @@ export default function ReviewsPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Maria Garcia, Homeowner",
|
||||
date: "Date: 15 January 2025",
|
||||
title: "Highly recommend them to anyone",
|
||||
quote: "Highly recommend them to anyone looking for reliable and top-quality lawn care! Deymis is professional, punctual, and takes pride in his work. Our yard has never looked better.",
|
||||
tag: "Lawn Care",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg",
|
||||
avatarAlt: "woman portrait professional smiling avatar",
|
||||
},
|
||||
id: "1", name: "Maria Garcia, Homeowner", date: "Date: 15 January 2025", title: "Highly recommend them to anyone", quote: "Highly recommend them to anyone looking for reliable and top-quality lawn care! Deymis is professional, punctual, and takes pride in his work. Our yard has never looked better.", tag: "Lawn Care", avatarSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", avatarAlt: "woman portrait professional smiling avatar"},
|
||||
{
|
||||
id: "2",
|
||||
name: "James Mitchell, Business Owner",
|
||||
date: "Date: 12 January 2025",
|
||||
title: "Best landscaping company in the area",
|
||||
quote: "Best landscaping company in the area. Did stone paver flower bed and around tree. Excellent job. Also extended patio concrete. Very reliable and affordable with great communication.",
|
||||
tag: "Stone Work",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg",
|
||||
avatarAlt: "man portrait professional smiling avatar",
|
||||
},
|
||||
id: "2", name: "James Mitchell, Business Owner", date: "Date: 12 January 2025", title: "Best landscaping company in the area", quote: "Best landscaping company in the area. Did stone paver flower bed and around tree. Excellent job. Also extended patio concrete. Very reliable and affordable with great communication.", tag: "Stone Work", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", avatarAlt: "man portrait professional smiling avatar"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Linda Rodriguez, Property Manager",
|
||||
date: "Date: 08 January 2025",
|
||||
title: "Top-notch quality at fair rates",
|
||||
quote: "Top-notch quality at fair rates. Very reliable and affordable. Great communication throughout the project. Deymis follows through on everything he says he'll do. Highly dependable professional.",
|
||||
tag: "Price",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg",
|
||||
avatarAlt: "woman portrait professional smiling avatar",
|
||||
},
|
||||
id: "3", name: "Linda Rodriguez, Property Manager", date: "Date: 08 January 2025", title: "Top-notch quality at fair rates", quote: "Top-notch quality at fair rates. Very reliable and affordable. Great communication throughout the project. Deymis follows through on everything he says he'll do. Highly dependable professional.", tag: "Price", avatarSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", avatarAlt: "woman portrait professional smiling avatar"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Robert Thompson, Resident",
|
||||
date: "Date: 05 January 2025",
|
||||
title: "Perfect Christmas light installation",
|
||||
quote: "Deymis installed our Christmas lights perfectly. Professional, efficient, and reasonably priced. He came back to take them down when the season was over. Excellent service!",
|
||||
tag: "Christmas Lights",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg",
|
||||
avatarAlt: "man portrait professional smiling avatar",
|
||||
},
|
||||
id: "4", name: "Robert Thompson, Resident", date: "Date: 05 January 2025", title: "Perfect Christmas light installation", quote: "Deymis installed our Christmas lights perfectly. Professional, efficient, and reasonably priced. He came back to take them down when the season was over. Excellent service!", tag: "Christmas Lights", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", avatarAlt: "man portrait professional smiling avatar"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Patricia Davis, Senior Living Community",
|
||||
date: "Date: 02 January 2025",
|
||||
title: "Dependable landscaping partner",
|
||||
quote: "We've been working with Deymis for over a year now. He handles all our seasonal cleanups, lawn maintenance, and special projects. Always on time, professional, and reasonably priced.",
|
||||
tag: "Maintenance",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg",
|
||||
avatarAlt: "woman portrait professional smiling avatar",
|
||||
},
|
||||
id: "5", name: "Patricia Davis, Senior Living Community", date: "Date: 02 January 2025", title: "Dependable landscaping partner", quote: "We've been working with Deymis for over a year now. He handles all our seasonal cleanups, lawn maintenance, and special projects. Always on time, professional, and reasonably priced.", tag: "Maintenance", avatarSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", avatarAlt: "woman portrait professional smiling avatar"},
|
||||
{
|
||||
id: "6",
|
||||
name: "David Chen, Residential Customer",
|
||||
date: "Date: 28 December 2024",
|
||||
title: "Excellent communication and follow-through",
|
||||
quote: "Excellent job. Did stone paver flower bed and around tree. Also extended patio concrete. Deymis is very reliable and affordable. His communication is fantastic - he keeps you informed every step of the way.",
|
||||
tag: "Communication",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg",
|
||||
avatarAlt: "man portrait professional smiling avatar",
|
||||
},
|
||||
id: "6", name: "David Chen, Residential Customer", date: "Date: 28 December 2024", title: "Excellent communication and follow-through", quote: "Excellent job. Did stone paver flower bed and around tree. Also extended patio concrete. Deymis is very reliable and affordable. His communication is fantastic - he keeps you informed every step of the way.", tag: "Communication", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", avatarAlt: "man portrait professional smiling avatar"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user