Update src/app/services/page.tsx
This commit is contained in:
@@ -2,11 +2,10 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple";
|
||||
import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/FeatureBorderGlow";
|
||||
import HeroSplitTestimonial from "@/components/sections/hero/HeroSplitTestimonial";
|
||||
import ContactText from "@/components/sections/contact/ContactText";
|
||||
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
|
||||
import Link from "next/link";
|
||||
import { Droplet, Zap, Droplets, AlertCircle, Home } from "lucide-react";
|
||||
|
||||
const navItems = [
|
||||
{ name: "Services", id: "services" },
|
||||
@@ -61,33 +60,40 @@ export default function ServicesPage() {
|
||||
</div>
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<FeatureBorderGlow
|
||||
<HeroSplitTestimonial
|
||||
title="Our Complete Plumbing Services"
|
||||
description="On Point Plumbing provides comprehensive plumbing solutions for Henry County homeowners and businesses. Whether you need routine maintenance or emergency repairs, we're here to help."
|
||||
tag="Our Services"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
tag="What We Offer"
|
||||
background={{ variant: "plain" }}
|
||||
imagePosition="right"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVTDUclFTgczwaSsk0WB7czY6x/uploaded-1773068459383-39ucg2dm.jpg"
|
||||
imageAlt="Professional plumbing services"
|
||||
mediaAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
icon: Droplet,
|
||||
title: "Drain Cleaning", description: "Professional drain cleaning to keep your pipes flowing smoothly and prevent backups."},
|
||||
name: "Drain Cleaning", handle: "Professional Solutions", testimonial: "Expert drain cleaning services to keep your pipes flowing smoothly and prevent backups.", rating: 5,
|
||||
},
|
||||
{
|
||||
icon: Droplet,
|
||||
title: "Sewer Line Repair", description: "Expert sewer line diagnosis and repair to protect your home's foundation and health."},
|
||||
name: "Sewer Line Repair", handle: "Expert Diagnostics", testimonial: "Advanced diagnosis and repair to protect your home's foundation and health.", rating: 5,
|
||||
},
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Water Pumps", description: "Installation and replacement of water pumps for reliable water delivery throughout your property."},
|
||||
name: "Water Pumps", handle: "Installation & Replacement", testimonial: "Installation and replacement of water pumps for reliable water delivery throughout your property.", rating: 5,
|
||||
},
|
||||
{
|
||||
icon: Droplets,
|
||||
title: "Sump Pump Installation", description: "Professional sump pump installation and maintenance to prevent basement flooding."},
|
||||
name: "Sump Pump Installation", handle: "Flood Prevention", testimonial: "Professional installation and maintenance to prevent basement flooding during heavy rains.", rating: 5,
|
||||
},
|
||||
{
|
||||
icon: AlertCircle,
|
||||
title: "Leak Repair", description: "Fast leak detection and repair to stop water waste and prevent costly damage."},
|
||||
name: "Leak Repair", handle: "Fast Detection", testimonial: "Rapid leak detection and repair to stop water waste and prevent costly damage to your home.", rating: 5,
|
||||
},
|
||||
{
|
||||
icon: Home,
|
||||
title: "Fixture Installation", description: "Expert installation of kitchen and bathroom fixtures with attention to detail and quality."},
|
||||
name: "Fixture Installation", handle: "Quality Workmanship", testimonial: "Expert installation of kitchen and bathroom fixtures with meticulous attention to detail.", rating: 5,
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Schedule Service", href: "/contact" },
|
||||
{ text: "Call Now", href: "https://tel:+14195550147" },
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user