Update src/app/reviews/page.tsx
This commit is contained in:
@@ -2,13 +2,11 @@
|
||||
|
||||
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 TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||
|
||||
export default function LandingPage() {
|
||||
export default function ReviewsPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="text-shift"
|
||||
@@ -23,228 +21,86 @@ export default function LandingPage() {
|
||||
headingFontWeight="light"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "Home", href: "/" },
|
||||
{ name: "Why Us", href: "/why-us" },
|
||||
{ name: "Services", id: "features" },
|
||||
{ name: "Gallery", id: "gallery-preview" },
|
||||
{ name: "Reviews", href: "/reviews" },
|
||||
{ name: "FAQ", id: "faq" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
brandName="Doral Plumbing Co."
|
||||
button={{
|
||||
text: "Call Us Today!", href: "tel:786-977-5727"
|
||||
}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
},
|
||||
{
|
||||
name: "Why Us",
|
||||
id: "about",
|
||||
<div id="customer-reviews" data-section="customer-reviews">
|
||||
<TestimonialCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Carlos M.", role: "Homeowner", company: "Doral, FL", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-man-dressed-grey-t-shirt-isolated_171337-7641.jpg"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Maria P.", role: "Business Owner", company: "Miami, FL", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-taking-selfie-photo-winking_1262-18343.jpg"
|
||||
},
|
||||
{
|
||||
id: "3", name: "David L.", role: "Resident", company: "Doral, FL", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-wearing-casual-black-tshirt-standing-isolated-red-background-looking-away-side-with-smile-face-natural-expression-laughing-confident_839833-32367.jpg"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Sophia G.", role: "Property Manager", company: "Miami, FL", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-with-joyful-expression-has-perfect-smile-white-teeth-laughs-something-funny_273609-17078.jpg"
|
||||
}
|
||||
]}
|
||||
title="Customer Testimonials & Reviews (4.8 Rating)"
|
||||
description="Hear directly from satisfied clients about their experience with Doral Plumbing Co.'s professional and efficient services."
|
||||
tag="Client Reviews"
|
||||
tagAnimation="opacity"
|
||||
/>
|
||||
</div>
|
||||
|
||||
},
|
||||
{
|
||||
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}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonial" data-section="testimonial">
|
||||
<TestimonialCardThirteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Elena G.",
|
||||
handle: "@ElenaG_Homes",
|
||||
testimonial: "Absolutely fantastic service! The plumber was punctual, professional, and fixed my leaky faucet in no time. Highly recommend Doral Plumbing!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-taking-selfie-photo-winking_1262-18343.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Carlos R.",
|
||||
handle: "@CarlosMiamiBiz",
|
||||
testimonial: "Had an emergency water heater issue on a Sunday, and Doral Plumbing Co. responded immediately. Their technician was knowledgeable and solved the problem efficiently. Five stars!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-man-dressed-grey-t-shirt-isolated_171337-7641.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Maria S.",
|
||||
handle: "@MariaS_Design",
|
||||
testimonial: "Needed a complex pipe repair in my old house, and the team from Doral Plumbing did a superb job. Clean, courteous, and transparent pricing. Very impressed!",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-with-joyful-expression-has-perfect-smile-white-teeth-laughs-something-funny_273609-17078.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David K.",
|
||||
handle: "@DavidK_Invest",
|
||||
testimonial: "They installed our new kitchen sink and garbage disposal flawlessly. Everything works perfectly, and the area was left spotless. Great work!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-wearing-casual-black-tshirt-standing-isolated-red-background-looking-away-side-with-smile-face-natural-expression-laughing-confident_839833-32367.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Sofia M.",
|
||||
handle: "@SofiaM_Family",
|
||||
testimonial: "Prompt and reliable service for a stubborn drain clog. The technician was friendly and explained everything clearly. Would call again!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-taking-selfie-photo-winking_1262-18343.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Juan V.",
|
||||
handle: "@JuanV_Realty",
|
||||
testimonial: "Excellent service on multiple properties. Doral Plumbing Co. is our go-to for all commercial plumbing needs. Always professional!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-man-dressed-grey-t-shirt-isolated_171337-7641.jpg",
|
||||
},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Trusted Plumbing Services, Reviewed by You"
|
||||
description="Our commitment to excellent service is reflected in the honest feedback from our valued customers. See why Doral Plumbing Co. is Miami's preferred choice."
|
||||
tag="Customer Voice"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metric" data-section="metric">
|
||||
<MetricCardFourteen
|
||||
useInvertedBackground={true}
|
||||
title="Our Service Impact"
|
||||
tag="Excellence in Numbers"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "4.8/5",
|
||||
description: "Average Customer Rating",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "5000+",
|
||||
description: "Projects Completed Annually",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "98%",
|
||||
description: "Customer Satisfaction Rate",
|
||||
},
|
||||
]}
|
||||
metricsAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
tag="Share Your Experience"
|
||||
title="Leave Us a Review or Request Service!"
|
||||
description="Your feedback helps us grow and improve. If you've had a great experience, please consider leaving a review. If you need new service, we're here to help!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Submit a Review",
|
||||
href: "/contact",
|
||||
},
|
||||
{
|
||||
text: "Book a Service",
|
||||
href: "/contact",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
{
|
||||
label: "Faucet Repair",
|
||||
href: "/services#faucet",
|
||||
},
|
||||
{
|
||||
label: "Water Heater",
|
||||
href: "/services#waterheater",
|
||||
},
|
||||
{
|
||||
label: "Pipe Repair",
|
||||
href: "/services#piperepair",
|
||||
},
|
||||
{
|
||||
label: "Drain Cleaning",
|
||||
href: "/services#draincleaning",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
{
|
||||
label: "Our Work",
|
||||
href: "/gallery",
|
||||
},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "/reviews",
|
||||
},
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "/faq",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "(305) 123-4567", href: "tel:+13051234567"},
|
||||
{
|
||||
label: "info@doralplumbing.com", href: "mailto:info@doralplumbing.com"},
|
||||
{
|
||||
label: "123 Main St, Doral, FL", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Services", items: [
|
||||
{ label: "Faucet Repair", href: "#features" },
|
||||
{ label: "Water Heaters", href: "#features" },
|
||||
{ label: "Pipe Repair", href: "#features" },
|
||||
{ label: "Drain Cleaning", href: "#features" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Company", items: [
|
||||
{ label: "Why Us", href: "/why-us" },
|
||||
{ label: "Our Work", href: "#gallery-preview" },
|
||||
{ label: "Reviews", href: "/reviews" },
|
||||
{ label: "Contact", href: "#contact" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
copyrightText="© 2024 Doral Plumbing Co. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user