Compare commits
13 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ed74553e9d | |||
| c7dda4cca4 | |||
| 508d4b9177 | |||
| 9af14f5af6 | |||
| 969a067007 | |||
| ecf23e1db4 | |||
| 8120422051 | |||
| 1002f92cf9 | |||
| 117b9376b1 | |||
| 6b09f85f61 | |||
| b31069bfc3 | |||
| d2e4dc3ba9 | |||
| 82f574097c |
@@ -1,69 +1,17 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Nunito_Sans } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant",
|
||||
subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
const nunitoSans = Nunito_Sans({
|
||||
variable: "--font-nunito-sans",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "On Point Plumbing LLC | Fast Plumbing Repair & Installation in Henry County, Ohio",
|
||||
description: "Trusted local plumber in Henry County, Ohio. Fast response, fair pricing, same-day service available. Call (419) 555-0147 for emergency plumbing repair.",
|
||||
keywords: "plumber Henry County Ohio, plumber Napoleon Ohio, emergency plumber, drain cleaning, sewer line repair, sump pump installation",
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
openGraph: {
|
||||
title: "On Point Plumbing LLC - Henry County's Trusted Local Plumber",
|
||||
description: "Fast, reliable plumbing services with fair pricing and honest recommendations. Same-day service available.",
|
||||
type: "website",
|
||||
siteName: "On Point Plumbing LLC",
|
||||
images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721539.jpg",
|
||||
alt: "On Point Plumbing - Professional Local Plumber",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "On Point Plumbing LLC - Henry County Plumber",
|
||||
description: "Fast, reliable plumbing repair and installation in Henry County, Ohio.",
|
||||
images: ["http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721539.jpg"],
|
||||
},
|
||||
};
|
||||
title: "On Point Plumbing | Henry County's Trusted Local Plumber", description: "Fast, reliable plumbing repairs and installations. Same-day emergency service available. Fair pricing and honest service from Henry County's most trusted local plumber."};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
}) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${nunitoSans.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
<html lang="en">
|
||||
<body>{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
@@ -1431,7 +1379,6 @@ export default function RootLayout({
|
||||
}}
|
||||
/>
|
||||
</body>
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple";
|
||||
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 TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive";
|
||||
import ContactText from "@/components/sections/contact/ContactText";
|
||||
@@ -69,46 +69,53 @@ export default function HomePage() {
|
||||
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."
|
||||
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"
|
||||
textPosition="bottom-left"
|
||||
showBlur={true}
|
||||
showDimOverlay={true}
|
||||
buttons={[
|
||||
{ text: "Call Now (419) 555-0147", href: "https://tel:+14195550147" },
|
||||
{ text: "Call Now - Available Today", href: "https://tel:+14195550147" },
|
||||
{ text: "Request Service", href: "/contact" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<FeatureBorderGlow
|
||||
title="Comprehensive Plumbing Solutions"
|
||||
<HeroSplitTestimonial
|
||||
title="Our Comprehensive Services"
|
||||
description="From routine maintenance to emergency repairs, we handle all your plumbing needs with expertise and care."
|
||||
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?_wi=2"
|
||||
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>
|
||||
|
||||
@@ -211,4 +218,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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?_wi=3"
|
||||
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