diff --git a/src/app/reviews/page.tsx b/src/app/reviews/page.tsx index 0012945..2b79c67 100644 --- a/src/app/reviews/page.tsx +++ b/src/app/reviews/page.tsx @@ -1,12 +1,11 @@ "use client"; -import React from "react"; import ReactLenis from "lenis/react"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen"; +import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve"; import FooterSimple from "@/components/sections/footer/FooterSimple"; -import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo"; -import { Leaf, Star } from "lucide-react"; +import { Star } from "lucide-react"; export default function ReviewsPage() { return ( @@ -27,51 +26,40 @@ export default function ReviewsPage() { -
-
-

Our Customer Reviews

-

Hear what our satisfied clients in Yuba City have to say about our professional landscaping services.

-
- {[...Array(5)].map((_, i) => ( - - ))} - 5.0 / 5.0 Rating - (Based on 100+ Reviews) -
-
-
-
- @@ -82,20 +70,20 @@ export default function ReviewsPage() { columns={[ { title: "Services", items: [ - { label: "Commercial Landscaping", href: "#services" }, - { label: "Residential Landscaping", href: "#services" }, - { label: "Landscape Maintenance", href: "#services" }, - { label: "Landscape Design", href: "#services" }, - { label: "Lawn Care", href: "#services" }, - { label: "Irrigation Services", href: "#services" } + { label: "Commercial Landscaping", href: "/services" }, + { label: "Residential Landscaping", href: "/services" }, + { label: "Landscape Maintenance", href: "/services" }, + { label: "Landscape Design", href: "/services" }, + { label: "Lawn Care", href: "/services" }, + { label: "Irrigation Services", href: "/services" } ] }, { title: "Company", items: [ - { label: "About Us", href: "#about" }, - { label: "Our Team", href: "#team" }, + { label: "About Us", href: "/about-us" }, + { label: "Our Team", href: "/about-us#team" }, { label: "Testimonials", href: "/reviews" }, - { label: "FAQ", href: "#faq" } + { label: "FAQ", href: "/contact#faq" } ] }, {