Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #4.
This commit is contained in:
@@ -1,59 +1,23 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Nunito } from "next/font/google";
|
||||
import "./styles/variables.css";
|
||||
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 nunito = Nunito({
|
||||
variable: "--font-nunito", subsets: ["latin"],
|
||||
});
|
||||
const inter = Inter({ subsets: ["latin"] });
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Local Plumber | Hobbs Plumbing LLC | 24/7 Emergency Service", description: "Fast, reliable plumbing services in your area. 4.9⭐ rated. Emergency repairs, drain cleaning, water heater service. Licensed & insured. Free estimates. Call now!", keywords: "plumber near me, local plumber, emergency plumbing, plumbing repair, drain cleaning, water heater repair", metadataBase: new URL("https://hobbsplumbing.local"),
|
||||
alternates: {
|
||||
canonical: "https://hobbsplumbing.local"
|
||||
},
|
||||
openGraph: {
|
||||
title: "Hobbs Plumbing LLC - Trusted Local Plumber", description: "Professional plumbing services with 4.9⭐ rating. Fast response, licensed & insured. Call (555) 123-4567 now.", url: "https://hobbsplumbing.local", siteName: "Hobbs Plumbing LLC", type: "website", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-standing-near-kitchen-sink-showing-thumb-up_1098-17826.jpg", alt: "Professional plumber providing service"
|
||||
}
|
||||
]
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "Hobbs Plumbing LLC - Emergency Plumbing Services", description: "Local plumber trusted by 55+ customers. Fast, reliable, licensed & insured. Call now for same-day service.", images: ["http://img.b2bpic.net/free-photo/cheerful-asian-plumber-standing-near-kitchen-sink-showing-thumb-up_1098-17826.jpg"]
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true
|
||||
}
|
||||
};
|
||||
title: "Hobbs Plumbing - Local Plumbing Experts", description: "Fast, reliable plumbing service in Auburn and Opelika, AL. Licensed, insured, and committed to solving your plumbing problems right the first time."};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
}) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${nunito.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
<html lang="en">
|
||||
<body className={inter.className}>
|
||||
{children}
|
||||
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
@@ -1421,7 +1385,6 @@ export default function RootLayout({
|
||||
}}
|
||||
/>
|
||||
</body>
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -10,7 +10,7 @@ import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import { CheckCircle, Phone, Star, ThumbsUp, Wrench } from 'lucide-react';
|
||||
import { CheckCircle, Phone, Star, ThumbsUp, Wrench, User, UserCheck, Users } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -42,7 +42,7 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
title="Trusted Local Plumbing Experts"
|
||||
description="Fast, reliable service you can count on. Licensed, insured, and committed to solving your plumbing problems right the first time."
|
||||
description="Fast, reliable service you can count on. Licensed, insured, and committed to solving your plumbing problems right the first time. Serving Auburn & Opelika, AL."
|
||||
background={{ variant: "plain" }}
|
||||
tag="Professional Plumbing"
|
||||
tagIcon={Wrench}
|
||||
@@ -117,19 +117,19 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Johnson", role: "Homeowner", testimonial: "Very professional and high quality work. Wade arrived on time, diagnosed the issue quickly, and fixed it right the first time. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=1", imageAlt: "Sarah Johnson", icon: ThumbsUp
|
||||
id: "1", name: "Sarah Johnson", role: "Homeowner", testimonial: "Very professional and high quality work. Wade arrived on time, diagnosed the issue quickly, and fixed it right the first time. Highly recommend!", imageSrc: "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ccircle cx='50' cy='50' r='45' fill='%23e2e8f0'/%3E%3Ccircle cx='35' cy='40' r='8' fill='%23475569'/%3E%3Ccircle cx='65' cy='40' r='8' fill='%23475569'/%3E%3Cpath d='M 40 70 Q 50 80 60 70' stroke='%23475569' stroke-width='3' fill='none'/%3E%3C/svg%3E", imageAlt: "Anonymous user avatar", icon: User
|
||||
},
|
||||
{
|
||||
id: "2", name: "Michael Chen", role: "Property Manager", testimonial: "Excellent service for emergency plumbing. Called during an urgent water leak situation and they responded immediately. Professional and trustworthy.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2", imageAlt: "Michael Chen", icon: ThumbsUp
|
||||
id: "2", name: "Michael Chen", role: "Property Manager", testimonial: "Excellent service for emergency plumbing. Called during an urgent water leak situation and they responded immediately. Professional and trustworthy.", imageSrc: "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ccircle cx='50' cy='50' r='45' fill='%234b5563'/%3E%3Ccircle cx='35' cy='40' r='8' fill='%23e2e8f0'/%3E%3Ccircle cx='65' cy='40' r='8' fill='%23e2e8f0'/%3E%3Cpath d='M 40 70 Q 50 80 60 70' stroke='%23e2e8f0' stroke-width='3' fill='none'/%3E%3C/svg%3E", imageAlt: "Anonymous user avatar", icon: UserCheck
|
||||
},
|
||||
{
|
||||
id: "3", name: "Emily Rodriguez", role: "Business Owner", testimonial: "Been using Hobbs Plumbing for our commercial property maintenance. Reliable, knowledgeable, and fair pricing. Call this number right away.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=3", imageAlt: "Emily Rodriguez", icon: ThumbsUp
|
||||
id: "3", name: "Emily Rodriguez", role: "Business Owner", testimonial: "Been using Hobbs Plumbing for our commercial property maintenance. Reliable, knowledgeable, and fair pricing. Call this number right away.", imageSrc: "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ccircle cx='50' cy='50' r='45' fill='%23f0f4f8'/%3E%3Ccircle cx='35' cy='40' r='8' fill='%23334155'/%3E%3Ccircle cx='65' cy='40' r='8' fill='%23334155'/%3E%3Cpath d='M 35 65 Q 50 75 65 65' stroke='%23334155' stroke-width='3' fill='none'/%3E%3C/svg%3E", imageAlt: "Anonymous user avatar", icon: Users
|
||||
},
|
||||
{
|
||||
id: "4", name: "David Kim", role: "Homeowner", testimonial: "Great communication and friendly service. They explained everything they were doing and answered all my questions. Worth every penny!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=4", imageAlt: "David Kim", icon: ThumbsUp
|
||||
id: "4", name: "David Kim", role: "Homeowner", testimonial: "Great communication and friendly service. They explained everything they were doing and answered all my questions. Worth every penny!", imageSrc: "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ccircle cx='50' cy='50' r='45' fill='%23d1d5db'/%3E%3Ccircle cx='35' cy='40' r='8' fill='%23374151'/%3E%3Ccircle cx='65' cy='40' r='8' fill='%23374151'/%3E%3Cpath d='M 40 68 Q 50 78 60 68' stroke='%23374151' stroke-width='3' fill='none'/%3E%3C/svg%3E", imageAlt: "Anonymous user avatar", icon: User
|
||||
},
|
||||
{
|
||||
id: "5", name: "Jennifer Martinez", role: "Landlord", testimonial: "Dependable and professional. I call Hobbs for all my rental property plumbing needs. They handle everything with care and efficiency.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=5", imageAlt: "Jennifer Martinez", icon: ThumbsUp
|
||||
id: "5", name: "Jennifer Martinez", role: "Landlord", testimonial: "Dependable and professional. I call Hobbs for all my rental property plumbing needs. They handle everything with care and efficiency.", imageSrc: "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ccircle cx='50' cy='50' r='45' fill='%23e8e8e8'/%3E%3Ccircle cx='35' cy='40' r='8' fill='%23666666'/%3E%3Ccircle cx='65' cy='40' r='8' fill='%23666666'/%3E%3Cpath d='M 38 70 Q 50 80 62 70' stroke='%23666666' stroke-width='3' fill='none'/%3E%3C/svg%3E", imageAlt: "Anonymous user avatar", icon: UserCheck
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -140,7 +140,7 @@ export default function LandingPage() {
|
||||
<div id="socialproof" data-section="socialproof">
|
||||
<SocialProofOne
|
||||
title="Trusted by Local Residents"
|
||||
description="Serving the community with excellence for nearly 30 years"
|
||||
description="Serving Auburn & Opelika, AL with excellence for nearly 30 years"
|
||||
tag="Local Leaders"
|
||||
textboxLayout="default"
|
||||
names={[
|
||||
@@ -170,7 +170,7 @@ export default function LandingPage() {
|
||||
id: "3", title: "Do you provide free estimates?", content: "Absolutely! We provide free estimates for most plumbing work. Our technicians will assess your situation and provide a detailed quote before any work begins, with no obligation."
|
||||
},
|
||||
{
|
||||
id: "4", title: "What areas do you serve?", content: "We serve the local area and surrounding regions. Call us to confirm if we service your address. We're proud to be a local business deeply rooted in the community."
|
||||
id: "4", title: "What areas do you serve?", content: "We proudly serve Auburn and Opelika, AL and the surrounding regions. Call us to confirm if we service your address. We're proud to be a local business deeply rooted in the community."
|
||||
},
|
||||
{
|
||||
id: "5", title: "Are you licensed and insured?", content: "Yes, we are fully licensed and insured. This protects you and ensures all work is performed to industry standards and local building codes."
|
||||
@@ -187,7 +187,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactFaq
|
||||
ctaTitle="Need Help Now?"
|
||||
ctaDescription="Don't wait for plumbing problems to get worse. Call us immediately for fast, professional service."
|
||||
ctaDescription="Don't wait for plumbing problems to get worse. Call us immediately for fast, professional service in Auburn & Opelika, AL."
|
||||
ctaButton={{ text: "Call Now: (555) 123-4567", href: "tel:+15551234567" }}
|
||||
ctaIcon={Phone}
|
||||
faqs={[
|
||||
@@ -201,7 +201,7 @@ export default function LandingPage() {
|
||||
id: "3", title: "How much does a typical plumbing repair cost?", content: "Costs vary based on the complexity of the issue. We provide free estimates so you know the exact cost before we begin work. No surprises!"
|
||||
},
|
||||
{
|
||||
id: "4", title: "Do you handle both residential and commercial work?", content: "Yes! We have experience with both residential and commercial plumbing. We customize our service to meet the specific needs of each client."
|
||||
id: "4", title: "Do you handle both residential and commercial work?", content: "Yes! We have experience with both residential and commercial plumbing. We customize our service to meet the specific needs of each client in Auburn and Opelika."
|
||||
}
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
@@ -232,9 +232,9 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ label: "Google Reviews", href: "#" },
|
||||
{ label: "Auburn & Opelika, AL", href: "#" },
|
||||
{ label: "Request Service", href: "#contact" },
|
||||
{ label: "Service Area", href: "#" },
|
||||
{ label: "Service Areas", href: "#" },
|
||||
{ label: "Contact Us", href: "#contact" }
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user