Update src/app/reviews/page.tsx
This commit is contained in:
@@ -1,23 +1,21 @@
|
||||
"use client";
|
||||
|
||||
import Link from "next/link";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
|
||||
import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen";
|
||||
import MetricCardSeven from "@/components/sections/metrics/MetricCardSeven";
|
||||
import FaqBase from "@/components/sections/faq/FaqBase";
|
||||
import HeroBillboard from "@/components/sections/hero/HeroBillboard";
|
||||
import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCardOne";
|
||||
import ContactCenter from "@/components/sections/contact/ContactCenter";
|
||||
import FooterMedia from "@/components/sections/footer/FooterMedia";
|
||||
import { Star } from "lucide-react";
|
||||
|
||||
const navItems = [
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Reviews", id: "/reviews" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
];
|
||||
|
||||
export default function ReviewsPage() {
|
||||
const navItems = [
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Water Heaters", id: "/water-heaters" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Reviews", id: "/reviews" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
];
|
||||
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="expand-hover"
|
||||
@@ -31,110 +29,132 @@ export default function ReviewsPage() {
|
||||
secondaryButtonStyle="layered"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
{/* Navigation */}
|
||||
{/* Navbar */}
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={navItems}
|
||||
brandName="Plumbing Sacramento"
|
||||
navItems={navItems.map((item) => ({
|
||||
name: item.name,
|
||||
id: item.id,
|
||||
}))}
|
||||
button={{
|
||||
text: "Call Now", href: "tel:(279)348-7473"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
{/* Featured Testimonial */}
|
||||
<div id="testimonials" data-section="testimonials" className="mx-auto px-4 md:px-6 py-20">
|
||||
<TestimonialCardFifteen
|
||||
testimonial="After noticing water collecting under our kitchen sink, I called their team. They quickly found a cracked pipe and fixed it fast. Everything has stayed dry since. Very satisfied with their work."
|
||||
rating={5}
|
||||
author="Sarah Johnson"
|
||||
avatars={[
|
||||
{/* Hero Section */}
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
title="What Our Customers Say"
|
||||
description="Read reviews from thousands of satisfied Sacramento homeowners who trust us with their plumbing needs."
|
||||
background={{ variant: "animated-grid" }}
|
||||
tag="5-Star Reviews"
|
||||
tagIcon={Star}
|
||||
buttons={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-cute-blonde-woman-pointing-her-smile-checked-shirt-looking-cheerful-front-view_176474-112653.jpg", alt: "Customer testimonial happy homeowner portrait"},
|
||||
text: "Call Now", href: "tel:(279)348-7473"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg", alt: "happy customer testimonial portrait headshot"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/pleased-handsome-male-customer-show-thumb-up-approval_176420-17945.jpg", alt: "customer testimonial smiling person portrait"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-woman-posing-her-home_23-2148708980.jpg", alt: "customer review happy portrait headshot"},
|
||||
text: "Get Free Estimate", href: "#contact"},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-happy-customer-showing-thumb-up_23-2149176714.jpg?_wi=1"
|
||||
imageAlt="Happy satisfied customer"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
{/* Customer Stats */}
|
||||
<div id="trust-bar" data-section="trust-bar" className="mx-auto px-4 md:px-6 py-20">
|
||||
<MetricCardSeven
|
||||
metrics={[
|
||||
{/* Reviews Carousel */}
|
||||
<div id="reviews" data-section="reviews">
|
||||
<TestimonialCardOne
|
||||
testimonials={[
|
||||
{
|
||||
id: "rating", value: "5.0★", title: "Google Rating", items: [
|
||||
"72+ verified reviews", "Trusted by homeowners"],
|
||||
},
|
||||
id: "1", name: "Sarah Johnson", role: "Homeowner", company: "Sacramento", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-cute-blonde-woman-pointing-her-smile-checked-shirt-looking-cheerful-front-view_176474-112653.jpg", imageAlt: "Sarah Johnson"},
|
||||
{
|
||||
id: "licensed", value: "✓", title: "Licensed & Insured", items: [
|
||||
"Full state licensing", "Comprehensive coverage"],
|
||||
},
|
||||
id: "2", name: "Michael Chen", role: "Property Manager", company: "Elk Grove Properties", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/pleased-handsome-male-customer-show-thumb-up-approval_176420-17945.jpg", imageAlt: "Michael Chen"},
|
||||
{
|
||||
id: "availability", value: "24/7", title: "Emergency Service", items: [
|
||||
"24 hours a day", "365 days a year"],
|
||||
},
|
||||
id: "3", name: "Jessica Martinez", role: "Business Owner", company: "Local Restaurant", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg", imageAlt: "Jessica Martinez"},
|
||||
{
|
||||
id: "estimates", value: "FREE", title: "No-Cost Estimates", items: [
|
||||
"Transparent pricing", "Honest assessments"],
|
||||
},
|
||||
id: "4", name: "David Williams", role: "Homeowner", company: "Rancho Cordova", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-young-handsome-man-indoor_176420-15437.jpg", imageAlt: "David Williams"},
|
||||
{
|
||||
id: "5", name: "Emily Rodriguez", role: "Homeowner", company: "Citrus Heights", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiley-woman-posing-her-home_23-2148708980.jpg", imageAlt: "Emily Rodriguez"},
|
||||
{
|
||||
id: "6", name: "James Anderson", role: "Facility Manager", company: "Office Complex", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-handsome-young-man-with-casual-t-shirt_23-2148763067.jpg", imageAlt: "James Anderson"},
|
||||
{
|
||||
id: "7", name: "Linda Thompson", role: "Homeowner", company: "South Sacramento", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/pleased-elderly-woman-with-glasses-smiling_176420-64627.jpg", imageAlt: "Linda Thompson"},
|
||||
{
|
||||
id: "8", name: "Robert Taylor", role: "Business Owner", company: "Retail Shop", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-successful-businessman-black-suit_176420-69191.jpg", imageAlt: "Robert Taylor"},
|
||||
]}
|
||||
title="Why Homeowners Choose Us"
|
||||
description="Our commitment to customer satisfaction and service excellence"
|
||||
title="Customer Reviews & Testimonials"
|
||||
description="See why thousands of Sacramento residents and businesses trust Plumbing Sacramento."
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
carouselMode="buttons"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
{/* FAQ Section */}
|
||||
<div id="faq" data-section="faq" className="mx-auto px-4 md:px-6 py-20">
|
||||
<FaqBase
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "What areas do you serve?", content: "We proudly serve Sacramento and surrounding communities including Elk Grove, Citrus Heights, Rancho Cordova, West Sacramento, South Sacramento, Carmichael, and Fair Oaks. Call us for your specific location."},
|
||||
{
|
||||
id: "2", title: "Are you available for emergency service?", content: "Yes! We offer 24/7 emergency plumbing service. Call (279) 348-7473 anytime to report an emergency. We pride ourselves on fast response times to minimize damage."},
|
||||
{
|
||||
id: "3", title: "Do you charge for estimates?", content: "No, estimates are always free. We believe in transparent pricing and honest assessment. Call or submit a quote request and we'll provide a detailed estimate at no obligation."},
|
||||
{
|
||||
id: "4", title: "Are your plumbers licensed and insured?", content: "Absolutely. All our plumbers are fully licensed by the State of California and carry comprehensive insurance coverage. We're committed to professional, safe service."},
|
||||
{
|
||||
id: "5", title: "What payment methods do you accept?", content: "We accept all major credit cards, checks, and financing options. We want to make service affordable for our customers."},
|
||||
{
|
||||
id: "6", title: "How quickly can you respond to an emergency?", content: "Our typical response time for emergency calls is within 1-2 hours in the Sacramento area. During peak times, we work hard to get a technician to you as quickly as possible."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Common questions about our plumbing services and how we can help you."
|
||||
textboxLayout="default"
|
||||
faqsAnimation="slide-up"
|
||||
{/* Why Choose Us Based on Reviews */}
|
||||
<div id="review-stats" data-section="review-stats">
|
||||
<ContactCenter
|
||||
tag="Trusted Service"
|
||||
title="Highly Rated by Our Community"
|
||||
description="With an average rating of 5.0 stars from 72+ verified reviews, we're proud to be Sacramento's top-rated plumbing service."
|
||||
background={{ variant: "gradient-bars" }}
|
||||
useInvertedBackground={true}
|
||||
buttonText="Call Now"
|
||||
inputPlaceholder="(279) 348-7473"
|
||||
termsText="Trust us with your plumbing needs. Call 24/7 for emergency service."
|
||||
/>
|
||||
</div>
|
||||
|
||||
{/* CTA Section */}
|
||||
<div id="contact-cta" data-section="contact-cta">
|
||||
<ContactCenter
|
||||
tag="Get Started"
|
||||
title="Experience the Plumbing Sacramento Difference"
|
||||
description="Join thousands of satisfied customers. Call us today for reliable, professional plumbing service."
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
buttonText="Get Free Estimate"
|
||||
inputPlaceholder="Your email address"
|
||||
termsText="We'll contact you within 24 hours. Your information is secure and confidential."
|
||||
/>
|
||||
</div>
|
||||
|
||||
{/* Footer */}
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/people-taking-part-business-event_23-2149346636.jpg?_wi=5"
|
||||
imageAlt="modern plumbing business office background"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/people-taking-part-business-event_23-2149346636.jpg?_wi=1"
|
||||
imageAlt="Plumbing services background"
|
||||
logoText="Plumbing Sacramento"
|
||||
copyrightText="© 2025 Plumbing Sacramento & Water Heater Services. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Emergency Plumbing", href: "/"},
|
||||
label: "Emergency Plumbing", href: "#services"},
|
||||
{
|
||||
label: "Drain Cleaning", href: "/"},
|
||||
label: "Drain Cleaning", href: "#services"},
|
||||
{
|
||||
label: "Water Heater Repair", href: "/water-heaters"},
|
||||
label: "Water Heater Repair", href: "#services"},
|
||||
{
|
||||
label: "Leak Detection", href: "/"},
|
||||
label: "Leak Detection", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -166,4 +186,4 @@ export default function ReviewsPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user