Merge version_2 into main #2
@@ -7,48 +7,31 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-halant", subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const poppins = Poppins({
|
||||
variable: "--font-poppins",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-poppins", subsets: ["latin"],
|
||||
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Barry's Emergency Plumbing - 24/7 Fast Reliable Service",
|
||||
description: "Emergency plumber available 24/7. Fast response for burst pipes, drain cleaning, water heater repair & more. Licensed, insured, upfront pricing.",
|
||||
keywords: "emergency plumber,24 hour plumber,burst pipe repair,drain cleaning,water heater repair,leak detection,plumbing service near me",
|
||||
metadataBase: new URL("https://barrysemergencyplumbing.com"),
|
||||
title: "Barry's Emergency Plumbing - 24/7 Fast Reliable Service", description: "Emergency plumber available 24/7. Fast response for burst pipes, drain cleaning, water heater repair & more. Licensed, insured, upfront pricing.", keywords: "emergency plumber,24 hour plumber,burst pipe repair,drain cleaning,water heater repair,leak detection,plumbing service near me", metadataBase: new URL("https://barrysemergencyplumbing.com"),
|
||||
alternates: {
|
||||
canonical: "https://barrysemergencyplumbing.com",
|
||||
},
|
||||
canonical: "https://barrysemergencyplumbing.com"},
|
||||
openGraph: {
|
||||
title: "Barry's Emergency Plumbing - 24/7 Emergency Service",
|
||||
description: "Need an emergency plumber? We respond within 30 minutes. Licensed, insured, fair pricing. Available 24/7.",
|
||||
url: "https://barrysemergencyplumbing.com",
|
||||
siteName: "Barry's Emergency Plumbing",
|
||||
type: "website",
|
||||
images: [
|
||||
title: "Barry's Emergency Plumbing - 24/7 Emergency Service", description: "Need an emergency plumber? We respond within 30 minutes. Licensed, insured, fair pricing. Available 24/7.", url: "https://barrysemergencyplumbing.com", siteName: "Barry's Emergency Plumbing", type: "website", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746312.jpg",
|
||||
alt: "Emergency plumbing service",
|
||||
},
|
||||
url: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746312.jpg", alt: "Emergency plumbing service"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Emergency Plumber - Available 24/7",
|
||||
description: "Fast response to burst pipes, clogs, leaks & more. Licensed & insured local plumber.",
|
||||
images: ["http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746312.jpg"],
|
||||
card: "summary_large_image", title: "Emergency Plumber - Available 24/7", description: "Fast response to burst pipes, clogs, leaks & more. Licensed & insured local plumber.", images: ["http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746312.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
@@ -1440,4 +1423,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
190
src/app/page.tsx
190
src/app/page.tsx
@@ -10,7 +10,7 @@ import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import Link from "next/link";
|
||||
import { Zap, Shield, Wrench, CheckCircle, Users, AlertCircle, HelpCircle } from 'lucide-react';
|
||||
import { Zap, Shield, Wrench, CheckCircle, Users, AlertCircle, HelpCircle, Phone } from 'lucide-react';
|
||||
|
||||
export default function HomePage() {
|
||||
return (
|
||||
@@ -36,8 +36,7 @@ export default function HomePage() {
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
button={{
|
||||
text: "📞 Call Now",
|
||||
href: "tel:+1-555-0123"
|
||||
text: "📞 Call Now", href: "tel:+1-555-0123"
|
||||
}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
@@ -52,45 +51,31 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "📞 Call Now",
|
||||
href: "tel:+1-555-0123"
|
||||
text: "📞 Call Now", href: "tel:+1-555-0123"
|
||||
},
|
||||
{
|
||||
text: "Request Service",
|
||||
href: "/contact"
|
||||
text: "Request Service", href: "/contact"
|
||||
}
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746312.jpg",
|
||||
imageAlt: "Emergency burst pipe repair"
|
||||
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746312.jpg", imageAlt: "Emergency burst pipe repair"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/asian-plumber-blue-overalls-clearing-blockage-drain_1098-17773.jpg?_wi=1",
|
||||
imageAlt: "Professional drain cleaning"
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/asian-plumber-blue-overalls-clearing-blockage-drain_1098-17773.jpg?_wi=1", imageAlt: "Professional drain cleaning"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-servant-cleaning-kitchen_23-2149530812.jpg",
|
||||
imageAlt: "Water leak detection service"
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/man-servant-cleaning-kitchen_23-2149530812.jpg", imageAlt: "Water leak detection service"
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-uses-tablet_169016-23928.jpg",
|
||||
imageAlt: "Water heater repair"
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-uses-tablet_169016-23928.jpg", imageAlt: "Water heater repair"
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990686.jpg",
|
||||
imageAlt: "Pipe repair and replacement"
|
||||
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990686.jpg", imageAlt: "Pipe repair and replacement"
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-inspection-man-overalls-with-badge-reclining-floor-with-tools_259150-58264.jpg",
|
||||
imageAlt: "Toilet repair service"
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-inspection-man-overalls-with-badge-reclining-floor-with-tools_259150-58264.jpg", imageAlt: "Toilet repair service"
|
||||
}
|
||||
]}
|
||||
autoPlay={true}
|
||||
@@ -109,36 +94,25 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "/about"
|
||||
text: "Learn More", href: "/about"
|
||||
}
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
accordionItems={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Licensed & Insured",
|
||||
content: "All our technicians are fully licensed and insured. We stand behind our work with comprehensive coverage and industry certifications. Your home and safety are our top priority."
|
||||
id: "1", title: "Licensed & Insured", content: "All our technicians are fully licensed and insured. We stand behind our work with comprehensive coverage and industry certifications. Your home and safety are our top priority."
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Same-Day Service",
|
||||
content: "We respond to emergency calls within 30 minutes in most cases. Don't wait for help - we're ready to deploy our team immediately when you need us most."
|
||||
id: "2", title: "Same-Day Service", content: "We respond to emergency calls within 30 minutes in most cases. Don't wait for help - we're ready to deploy our team immediately when you need us most."
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "24/7 Emergency Response",
|
||||
content: "Pipes don't break during business hours. Our team is available 24/7, 365 days a year, including holidays. Call anytime - we're ready to help."
|
||||
id: "3", title: "24/7 Emergency Response", content: "Pipes don't break during business hours. Our team is available 24/7, 365 days a year, including holidays. Call anytime - we're ready to help."
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Upfront Pricing",
|
||||
content: "No surprise charges. We provide transparent pricing before any work begins. What you see is what you pay - no hidden fees or unexpected costs."
|
||||
id: "4", title: "Upfront Pricing", content: "No surprise charges. We provide transparent pricing before any work begins. What you see is what you pay - no hidden fees or unexpected costs."
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
title: "Experienced Technicians",
|
||||
content: "Our team has over 50 combined years of plumbing expertise. We've handled thousands of emergency calls and know how to solve problems fast and right."
|
||||
id: "5", title: "Experienced Technicians", content: "Our team has over 50 combined years of plumbing expertise. We've handled thousands of emergency calls and know how to solve problems fast and right."
|
||||
}
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-portrait-smiling-construction-worker_23-2148233742.jpg?_wi=1"
|
||||
@@ -159,36 +133,25 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "View All Services",
|
||||
href: "/services"
|
||||
text: "View All Services", href: "/services"
|
||||
}
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
accordionItems={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Emergency Plumbing Repair",
|
||||
content: "Burst pipes, gas leaks, water main breaks - we handle all emergency situations fast. Our rapid response team will assess the problem and get your water flowing again quickly."
|
||||
id: "1", title: "Emergency Plumbing Repair", content: "Burst pipes, gas leaks, water main breaks - we handle all emergency situations fast. Our rapid response team will assess the problem and get your water flowing again quickly."
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Drain Cleaning & Clearing",
|
||||
content: "Clogged drains backing up? We use advanced hydro-jetting and snake equipment to clear stubborn blockages. Includes drain inspection and preventive recommendations."
|
||||
id: "2", title: "Drain Cleaning & Clearing", content: "Clogged drains backing up? We use advanced hydro-jetting and snake equipment to clear stubborn blockages. Includes drain inspection and preventive recommendations."
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Water Heater Repair & Replacement",
|
||||
content: "No hot water? We repair gas and electric water heaters, or install new high-efficiency models. Includes maintenance plans to extend unit life."
|
||||
id: "3", title: "Water Heater Repair & Replacement", content: "No hot water? We repair gas and electric water heaters, or install new high-efficiency models. Includes maintenance plans to extend unit life."
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Leak Detection & Repair",
|
||||
content: "We use non-invasive leak detection technology to find hidden leaks before they cause damage. Quick repairs prevent costly water damage and mold."
|
||||
id: "4", title: "Leak Detection & Repair", content: "We use non-invasive leak detection technology to find hidden leaks before they cause damage. Quick repairs prevent costly water damage and mold."
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
title: "Pipe Repair & Replacement",
|
||||
content: "Corroded, freezing, or broken pipes? We replace with modern materials and include warranty on all work. Video pipe inspection available."
|
||||
id: "5", title: "Pipe Repair & Replacement", content: "Corroded, freezing, or broken pipes? We replace with modern materials and include warranty on all work. Video pipe inspection available."
|
||||
}
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/asian-plumber-blue-overalls-clearing-blockage-drain_1098-17773.jpg?_wi=2"
|
||||
@@ -209,24 +172,16 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "15+",
|
||||
description: "Years of Experience"
|
||||
id: "1", value: "15+", description: "Years of Experience"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "3,500+",
|
||||
description: "Satisfied Customers"
|
||||
id: "2", value: "3,500+", description: "Satisfied Customers"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "30 min",
|
||||
description: "Average Response Time"
|
||||
id: "3", value: "30 min", description: "Average Response Time"
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
value: "99%",
|
||||
description: "Customer Satisfaction"
|
||||
id: "4", value: "99%", description: "Customer Satisfaction"
|
||||
}
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
@@ -246,32 +201,16 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
members={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Barry Thompson",
|
||||
role: "Owner & Master Plumber",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-construction-worker_23-2148233742.jpg?_wi=2",
|
||||
imageAlt: "Barry Thompson"
|
||||
id: "1", name: "Barry Thompson", role: "Owner & Master Plumber", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-construction-worker_23-2148233742.jpg?_wi=2", imageAlt: "Barry Thompson"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Marcus Rodriguez",
|
||||
role: "Senior Technician",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-looking-confident_1298-133.jpg?_wi=1",
|
||||
imageAlt: "Marcus Rodriguez"
|
||||
id: "2", name: "Marcus Rodriguez", role: "Senior Technician", imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-looking-confident_1298-133.jpg?_wi=1", imageAlt: "Marcus Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sarah Lee",
|
||||
role: "Certified Plumber",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-construction-worker_23-2148233742.jpg?_wi=3",
|
||||
imageAlt: "Sarah Lee"
|
||||
id: "3", name: "Sarah Lee", role: "Certified Plumber", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-construction-worker_23-2148233742.jpg?_wi=3", imageAlt: "Sarah Lee"
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Chen",
|
||||
role: "Emergency Response Lead",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-looking-confident_1298-133.jpg?_wi=2",
|
||||
imageAlt: "David Chen"
|
||||
id: "4", name: "David Chen", role: "Emergency Response Lead", imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-looking-confident_1298-133.jpg?_wi=2", imageAlt: "David Chen"
|
||||
}
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
@@ -289,20 +228,16 @@ export default function HomePage() {
|
||||
author="Jennifer Martinez, Homeowner"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg",
|
||||
alt: "Jennifer Martinez"
|
||||
src: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", alt: "Jennifer Martinez"
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-girl-earphones-listening-music-smiling-walking-city-centre_1258-190814.jpg",
|
||||
alt: "Customer testimonial"
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-girl-earphones-listening-music-smiling-walking-city-centre_1258-190814.jpg", alt: "Customer testimonial"
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-business-woman-portrait_23-2149280717.jpg",
|
||||
alt: "Customer review"
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-business-woman-portrait_23-2149280717.jpg", alt: "Customer review"
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-white-clothes-smiling_23-2148056219.jpg",
|
||||
alt: "Service feedback"
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-white-clothes-smiling_23-2148056219.jpg", alt: "Service feedback"
|
||||
}
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
@@ -316,14 +251,14 @@ export default function HomePage() {
|
||||
<ContactCenter
|
||||
tag="Emergency Help"
|
||||
title="Need a Plumber Right Now?"
|
||||
description="Our emergency team is standing by 24/7. Call immediately or request a service appointment. We respond fast to all urgent plumbing issues."
|
||||
tagIcon={AlertCircle}
|
||||
description="Our emergency team is standing by 24/7. Call immediately for instant help. We respond fast to all urgent plumbing issues."
|
||||
tagIcon={Phone}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "rotated-rays-animated" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="Your email address"
|
||||
buttonText="Get Emergency Help"
|
||||
termsText="By requesting service, you agree to our Terms and Conditions. We're available 24/7 for emergencies."
|
||||
inputPlaceholder="Call us now: (555) 0123-4567"
|
||||
buttonText="📞 Call Now"
|
||||
termsText="Call our 24/7 emergency line for immediate assistance. We're available for emergencies anytime, anywhere."
|
||||
ariaLabel="Call to action section"
|
||||
/>
|
||||
</div>
|
||||
@@ -332,65 +267,50 @@ export default function HomePage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/"
|
||||
label: "Home", href: "/"
|
||||
},
|
||||
{
|
||||
label: "Services",
|
||||
href: "/services"
|
||||
label: "Services", href: "/services"
|
||||
},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about"
|
||||
label: "About Us", href: "/about"
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact"
|
||||
label: "Contact", href: "/contact"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Emergency Repair",
|
||||
href: "/services"
|
||||
label: "Emergency Repair", href: "/services"
|
||||
},
|
||||
{
|
||||
label: "Drain Cleaning",
|
||||
href: "/services"
|
||||
label: "Drain Cleaning", href: "/services"
|
||||
},
|
||||
{
|
||||
label: "Water Heater",
|
||||
href: "/services"
|
||||
label: "Water Heater", href: "/services"
|
||||
},
|
||||
{
|
||||
label: "Leak Detection",
|
||||
href: "/services"
|
||||
label: "Leak Detection", href: "/services"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "📞 (555) 0123-4567",
|
||||
href: "tel:+1-555-0123"
|
||||
label: "📞 (555) 0123-4567", href: "tel:+1-555-0123"
|
||||
},
|
||||
{
|
||||
label: "📧 emergency@barrysplumbing.com",
|
||||
href: "mailto:emergency@barrysplumbing.com"
|
||||
label: "📧 emergency@barrysplumbing.com", href: "mailto:emergency@barrysplumbing.com"
|
||||
},
|
||||
{
|
||||
label: "24/7 Emergency Line",
|
||||
href: "tel:+1-555-0123"
|
||||
label: "24/7 Emergency Line", href: "tel:+1-555-0123"
|
||||
},
|
||||
{
|
||||
label: "Service Request Form",
|
||||
href: "/contact"
|
||||
label: "Service Request Form", href: "/contact"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -401,4 +321,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user