diff --git a/src/app/reviews/page.tsx b/src/app/reviews/page.tsx index 04f5598..cf2a8b8 100644 --- a/src/app/reviews/page.tsx +++ b/src/app/reviews/page.tsx @@ -2,11 +2,13 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; +import ContactCTA from '@/components/sections/contact/ContactCTA'; +import FooterBase from '@/components/sections/footer/FooterBase'; +import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; -import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; +import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -export default function ReviewsPage() { +export default function LandingPage() { return ( - + + }, + { + name: "Why Us", + id: "about", - + }, + { + name: "Services", + id: "features", + + }, + { + name: "Gallery", + id: "gallery", + + }, + { + name: "Reviews", + id: "testimonials", + + }, + { + name: "FAQ", + id: "faq", + + }, + { + name: "Contact", + id: "contact", + + }, + ]} + brandName="Doral Plumbing Co." + button={{ + text: "Call Us Today!", + href: "tel:786-977-5727", + }} + animateOnLoad={true} + /> + + +
+ +
+ +
+ +
+ +
+ +
+ +
);