Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 969a067007 | |||
| ecf23e1db4 | |||
| 1002f92cf9 | |||
| 117b9376b1 | |||
| 6b09f85f61 | |||
| b31069bfc3 | |||
| d2e4dc3ba9 | |||
| 82f574097c |
@@ -3,7 +3,7 @@
|
|||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple";
|
import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple";
|
||||||
import HeroOverlay from "@/components/sections/hero/HeroOverlay";
|
import HeroOverlay from "@/components/sections/hero/HeroOverlay";
|
||||||
import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/FeatureBorderGlow";
|
import HeroSplitTestimonial from "@/components/sections/hero/HeroSplitTestimonial";
|
||||||
import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout";
|
import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout";
|
||||||
import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive";
|
import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive";
|
||||||
import ContactText from "@/components/sections/contact/ContactText";
|
import ContactText from "@/components/sections/contact/ContactText";
|
||||||
@@ -69,7 +69,7 @@ export default function HomePage() {
|
|||||||
title="Henry County's Trusted Local Plumber"
|
title="Henry County's Trusted Local Plumber"
|
||||||
description="Fast, reliable plumbing repairs and installations with fair pricing and honest service. Same-day emergency help available when you need it most."
|
description="Fast, reliable plumbing repairs and installations with fair pricing and honest service. Same-day emergency help available when you need it most."
|
||||||
tag="⭐ 5.0 Star Rated • Same-Day Service • Locally Owned"
|
tag="⭐ 5.0 Star Rated • Same-Day Service • Locally Owned"
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVTDUclFTgczwaSsk0WB7czY6x/uploaded-1773068459383-39ucg2dm.jpg"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVTDUclFTgczwaSsk0WB7czY6x/uploaded-1773068459383-39ucg2dm.jpg?_wi=1"
|
||||||
imageAlt="Professional plumber performing reliable service"
|
imageAlt="Professional plumber performing reliable service"
|
||||||
textPosition="bottom-left"
|
textPosition="bottom-left"
|
||||||
showBlur={true}
|
showBlur={true}
|
||||||
@@ -82,33 +82,40 @@ export default function HomePage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="services" data-section="services">
|
<div id="services" data-section="services">
|
||||||
<FeatureBorderGlow
|
<HeroSplitTestimonial
|
||||||
title="Comprehensive Plumbing Solutions"
|
title="Our Comprehensive Services"
|
||||||
description="From routine maintenance to emergency repairs, we handle all your plumbing needs with expertise and care."
|
description="From routine maintenance to emergency repairs, we handle all your plumbing needs with expertise and care."
|
||||||
tag="Our Services"
|
tag="What We Offer"
|
||||||
animationType="slide-up"
|
background={{ variant: "plain" }}
|
||||||
textboxLayout="default"
|
imagePosition="right"
|
||||||
useInvertedBackground={false}
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVTDUclFTgczwaSsk0WB7czY6x/uploaded-1773068459383-39ucg2dm.jpg?_wi=2"
|
||||||
features={[
|
imageAlt="Professional plumbing services"
|
||||||
|
mediaAnimation="slide-up"
|
||||||
|
testimonials={[
|
||||||
{
|
{
|
||||||
icon: Droplet,
|
name: "Drain Cleaning", handle: "Professional Solutions", testimonial: "Expert drain cleaning services to keep your pipes flowing smoothly and prevent backups.", rating: 5,
|
||||||
title: "Drain Cleaning", description: "Professional drain cleaning to keep your pipes flowing smoothly and prevent backups."},
|
},
|
||||||
{
|
{
|
||||||
icon: Droplet,
|
name: "Sewer Line Repair", handle: "Expert Diagnostics", testimonial: "Advanced diagnosis and repair to protect your home's foundation and health.", rating: 5,
|
||||||
title: "Sewer Line Repair", description: "Expert sewer line diagnosis and repair to protect your home's foundation and health."},
|
},
|
||||||
{
|
{
|
||||||
icon: Zap,
|
name: "Water Pumps", handle: "Installation & Replacement", testimonial: "Installation and replacement of water pumps for reliable water delivery throughout your property.", rating: 5,
|
||||||
title: "Water Pumps", description: "Installation and replacement of water pumps for reliable water delivery throughout your property."},
|
},
|
||||||
{
|
{
|
||||||
icon: Droplets,
|
name: "Sump Pump Installation", handle: "Flood Prevention", testimonial: "Professional installation and maintenance to prevent basement flooding during heavy rains.", rating: 5,
|
||||||
title: "Sump Pump Installation", description: "Professional sump pump installation and maintenance to prevent basement flooding."},
|
},
|
||||||
{
|
{
|
||||||
icon: AlertCircle,
|
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,
|
||||||
title: "Leak Repair", description: "Fast leak detection and repair to stop water waste and prevent costly damage."},
|
},
|
||||||
{
|
{
|
||||||
icon: Home,
|
name: "Fixture Installation", handle: "Quality Workmanship", testimonial: "Expert installation of kitchen and bathroom fixtures with meticulous attention to detail.", rating: 5,
|
||||||
title: "Fixture Installation", description: "Expert installation of kitchen and bathroom fixtures with attention to detail and quality."},
|
},
|
||||||
]}
|
]}
|
||||||
|
buttons={[
|
||||||
|
{ text: "Schedule Service", href: "/contact" },
|
||||||
|
{ text: "Call Now", href: "https://tel:+14195550147" },
|
||||||
|
]}
|
||||||
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -2,11 +2,10 @@
|
|||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple";
|
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 ContactText from "@/components/sections/contact/ContactText";
|
||||||
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
|
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
|
||||||
import Link from "next/link";
|
import Link from "next/link";
|
||||||
import { Droplet, Zap, Droplets, AlertCircle, Home } from "lucide-react";
|
|
||||||
|
|
||||||
const navItems = [
|
const navItems = [
|
||||||
{ name: "Services", id: "services" },
|
{ name: "Services", id: "services" },
|
||||||
@@ -61,33 +60,40 @@ export default function ServicesPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="services" data-section="services">
|
<div id="services" data-section="services">
|
||||||
<FeatureBorderGlow
|
<HeroSplitTestimonial
|
||||||
title="Our Complete Plumbing Services"
|
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."
|
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"
|
tag="What We Offer"
|
||||||
animationType="slide-up"
|
background={{ variant: "plain" }}
|
||||||
textboxLayout="default"
|
imagePosition="right"
|
||||||
useInvertedBackground={false}
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVTDUclFTgczwaSsk0WB7czY6x/uploaded-1773068459383-39ucg2dm.jpg?_wi=3"
|
||||||
features={[
|
imageAlt="Professional plumbing services"
|
||||||
|
mediaAnimation="slide-up"
|
||||||
|
testimonials={[
|
||||||
{
|
{
|
||||||
icon: Droplet,
|
name: "Drain Cleaning", handle: "Professional Solutions", testimonial: "Expert drain cleaning services to keep your pipes flowing smoothly and prevent backups.", rating: 5,
|
||||||
title: "Drain Cleaning", description: "Professional drain cleaning to keep your pipes flowing smoothly and prevent backups."},
|
},
|
||||||
{
|
{
|
||||||
icon: Droplet,
|
name: "Sewer Line Repair", handle: "Expert Diagnostics", testimonial: "Advanced diagnosis and repair to protect your home's foundation and health.", rating: 5,
|
||||||
title: "Sewer Line Repair", description: "Expert sewer line diagnosis and repair to protect your home's foundation and health."},
|
},
|
||||||
{
|
{
|
||||||
icon: Zap,
|
name: "Water Pumps", handle: "Installation & Replacement", testimonial: "Installation and replacement of water pumps for reliable water delivery throughout your property.", rating: 5,
|
||||||
title: "Water Pumps", description: "Installation and replacement of water pumps for reliable water delivery throughout your property."},
|
},
|
||||||
{
|
{
|
||||||
icon: Droplets,
|
name: "Sump Pump Installation", handle: "Flood Prevention", testimonial: "Professional installation and maintenance to prevent basement flooding during heavy rains.", rating: 5,
|
||||||
title: "Sump Pump Installation", description: "Professional sump pump installation and maintenance to prevent basement flooding."},
|
},
|
||||||
{
|
{
|
||||||
icon: AlertCircle,
|
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,
|
||||||
title: "Leak Repair", description: "Fast leak detection and repair to stop water waste and prevent costly damage."},
|
},
|
||||||
{
|
{
|
||||||
icon: Home,
|
name: "Fixture Installation", handle: "Quality Workmanship", testimonial: "Expert installation of kitchen and bathroom fixtures with meticulous attention to detail.", rating: 5,
|
||||||
title: "Fixture Installation", description: "Expert installation of kitchen and bathroom fixtures with attention to detail and quality."},
|
},
|
||||||
]}
|
]}
|
||||||
|
buttons={[
|
||||||
|
{ text: "Schedule Service", href: "/contact" },
|
||||||
|
{ text: "Call Now", href: "https://tel:+14195550147" },
|
||||||
|
]}
|
||||||
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user