8 Commits

Author SHA1 Message Date
b557ad0ce1 Update src/app/page.tsx 2026-06-12 22:35:52 +00:00
2a822588cb Merge version_2 into main
Merge version_2 into main
2026-06-12 21:49:52 +00:00
70492c9a11 Remove watermark 2026-06-12 21:49:49 +00:00
da8d8ea885 Merge version_2 into main
Merge version_2 into main
2026-03-11 05:56:58 +00:00
7e4cc5919b Update src/app/page.tsx 2026-03-11 05:56:54 +00:00
bbdab2297c Merge version_1 into main
Merge version_1 into main
2026-03-11 05:51:06 +00:00
4ff2fa78d6 Merge version_1 into main
Merge version_1 into main
2026-03-11 05:50:38 +00:00
7ae93ffb24 Merge version_1 into main
Merge version_1 into main
2026-03-11 05:50:16 +00:00
2 changed files with 50 additions and 173 deletions

View File

@@ -4,7 +4,6 @@ import { Inter } from "next/font/google";
import { Open_Sans } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script";
const halant = Halant({
@@ -67,7 +66,7 @@ export default function RootLayout({
<body
className={`${halant.variable} ${inter.variable} ${openSans.variable} antialiased`}
>
<Tag />
{children}
<script
dangerouslySetInnerHTML={{

View File

@@ -37,9 +37,7 @@ export default function HomePage() {
{ name: "Contact", id: "/contact" },
]}
button={{
text: "Call Now: (555) 123-4567",
href: "tel:+15551234567",
}}
text: "Call Now: (555) 987-6543", href: "tel:+15559876543"}}
animateOnLoad={true}
/>
</div>
@@ -54,36 +52,22 @@ export default function HomePage() {
background={{ variant: "radial-gradient" }}
buttons={[
{
text: "Call Now: (555) 123-4567",
href: "tel:+15551234567",
},
text: "Call Now: (555) 987-6543", href: "tel:+15559876543"},
{
text: "Request Service",
href: "/contact",
},
text: "Request Service", href: "/contact"},
]}
buttonAnimation="slide-up"
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-working-as-plumber_23-2150746388.jpg",
imageAlt: "Professional plumber working on pipes",
},
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-working-as-plumber_23-2150746388.jpg", imageAlt: "Professional plumber working on pipes"},
{
imageSrc: "http://img.b2bpic.net/free-photo/sanitary-technician-lying-sink_23-2147772221.jpg",
imageAlt: "Emergency plumbing repair in progress",
},
imageSrc: "http://img.b2bpic.net/free-photo/sanitary-technician-lying-sink_23-2147772221.jpg", imageAlt: "Emergency plumbing repair in progress"},
{
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-nurse-giving-scan-patient_23-2149341551.jpg",
imageAlt: "Water heater installation service",
},
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-nurse-giving-scan-patient_23-2149341551.jpg", imageAlt: "Water heater installation service"},
{
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721545.jpg",
imageAlt: "Drain cleaning equipment",
},
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721545.jpg", imageAlt: "Drain cleaning equipment"},
{
imageSrc: "http://img.b2bpic.net/free-photo/household-problem-woman-pointing-broken-tap-with-jet-water-man-with-suitcase-tools_259150-58295.jpg",
imageAlt: "Leak repair services",
},
imageSrc: "http://img.b2bpic.net/free-photo/household-problem-woman-pointing-broken-tap-with-jet-water-man-with-suitcase-tools_259150-58295.jpg", imageAlt: "Leak repair services"},
]}
mediaAnimation="slide-up"
/>
@@ -95,32 +79,16 @@ export default function HomePage() {
description="Built on years of honest service, fair pricing, and rapid response to homeowner emergencies."
metrics={[
{
id: "1",
value: "20",
title: "Years",
description: "Professional local plumbing experience",
icon: Clock,
id: "1", value: "20", title: "Years", description: "Professional local plumbing experience", icon: Clock,
},
{
id: "2",
value: "4.8",
title: "Stars",
description: "Based on 500+ verified customer reviews",
icon: Star,
id: "2", value: "4.8", title: "Stars", description: "Based on 500+ verified customer reviews", icon: Star,
},
{
id: "3",
value: "30",
title: "Minutes",
description: "Average response time to emergency calls",
icon: Zap,
id: "3", value: "30", title: "Minutes", description: "Average response time to emergency calls", icon: Zap,
},
{
id: "4",
value: "100%",
title: "Fair",
description: "Upfront pricing with no hidden fees",
icon: CheckCircle,
id: "4", value: "100%", title: "Fair", description: "Upfront pricing with no hidden fees", icon: CheckCircle,
},
]}
gridVariant="uniform-all-items-equal"
@@ -144,41 +112,21 @@ export default function HomePage() {
mediaAnimation="slide-up"
accordionItems={[
{
id: "1",
title: "Emergency Plumbing",
content: "24/7 emergency response for burst pipes, severe leaks, and urgent issues. We prioritize emergency calls to minimize water damage and restore service quickly.",
},
id: "1", title: "Emergency Plumbing", content: "24/7 emergency response for burst pipes, severe leaks, and urgent issues. We prioritize emergency calls to minimize water damage and restore service quickly."},
{
id: "2",
title: "Leak Detection & Repair",
content: "Expert leak detection and repair for all types of leaks. We find the source and fix it right, preventing costly water damage.",
},
id: "2", title: "Leak Detection & Repair", content: "Expert leak detection and repair for all types of leaks. We find the source and fix it right, preventing costly water damage."},
{
id: "3",
title: "Drain Cleaning & Clog Removal",
content: "Fast, effective drain cleaning services using modern equipment. We clear clogs and restore flow to your drains, sinks, and showers.",
},
id: "3", title: "Drain Cleaning & Clog Removal", content: "Fast, effective drain cleaning services using modern equipment. We clear clogs and restore flow to your drains, sinks, and showers."},
{
id: "4",
title: "Water Heater Services",
content: "Water heater repair, maintenance, and installation. We service all brands and types of water heaters.",
},
id: "4", title: "Water Heater Services", content: "Water heater repair, maintenance, and installation. We service all brands and types of water heaters."},
{
id: "5",
title: "Toilet, Faucet & Fixture Repair",
content: "Fast repairs and replacements for toilets, faucets, sinks, and shower fixtures. All work backed by our satisfaction guarantee.",
},
id: "5", title: "Toilet, Faucet & Fixture Repair", content: "Fast repairs and replacements for toilets, faucets, sinks, and shower fixtures. All work backed by our satisfaction guarantee."},
{
id: "6",
title: "Pipe Repair & Remodeling",
content: "Comprehensive pipe repair and replacement services. We also handle plumbing for home remodels and renovations.",
},
id: "6", title: "Pipe Repair & Remodeling", content: "Comprehensive pipe repair and replacement services. We also handle plumbing for home remodels and renovations."},
]}
buttons={[
{
text: "View All Services",
href: "/services",
},
text: "View All Services", href: "/services"},
]}
buttonAnimation="slide-up"
useInvertedBackground={true}
@@ -190,19 +138,12 @@ export default function HomePage() {
<TextSplitAbout
title="Why Choose Barry's Emergency Plumbing?"
description={[
"We're your trusted neighborhood plumber. With over 20 years of local experience, we've built our reputation on honest recommendations, fair pricing, and fast response times. When plumbing emergencies strike, you need someone you can count on.",
"Every customer is treated with respect and clear communication. We explain repair options, pricing upfront with no hidden fees, and take pride in quality workmanship. Many of our customers have trusted us for years—and we aim to earn your trust too.",
"Available 24/7 for emergency calls. Respectful, professional service in your home. Fair, competitive pricing. Experienced, knowledgeable plumber. That's the Barry's Emergency Plumbing difference.",
]}
"We're your trusted neighborhood plumber. With over 20 years of local experience, we've built our reputation on honest recommendations, fair pricing, and fast response times. When plumbing emergencies strike, you need someone you can count on.", "Every customer is treated with respect and clear communication. We explain repair options, pricing upfront with no hidden fees, and take pride in quality workmanship. Many of our customers have trusted us for years—and we aim to earn your trust too.", "Available 24/7 for emergency calls. Respectful, professional service in your home. Fair, competitive pricing. Experienced, knowledgeable plumber. That's the Barry's Emergency Plumbing difference." ]}
buttons={[
{
text: "Request Service Now",
href: "/contact",
},
text: "Request Service Now", href: "/contact"},
{
text: "Call (555) 123-4567",
href: "tel:+15551234567",
},
text: "Call (555) 987-6543", href: "tel:+15559876543"},
]}
buttonAnimation="slide-up"
showBorder={true}
@@ -216,59 +157,23 @@ export default function HomePage() {
description="Real testimonials from homeowners in our community who've trusted Barry's Emergency Plumbing with their most urgent repairs."
testimonials={[
{
id: "1",
name: "Sarah Johnson",
handle: "@sarahjohnsonfamily",
testimonial: "Barry arrived within 30 minutes of my emergency call. He quickly diagnosed our burst pipe, explained the repair clearly, and fixed it without any fuss. Honest pricing, professional work. Highly recommend!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-young-woman-posing_23-2148454538.jpg?_wi=1",
imageAlt: "Sarah Johnson",
},
id: "1", name: "Sarah Johnson", handle: "@sarahjohnsonfamily", testimonial: "Barry arrived within 30 minutes of my emergency call. He quickly diagnosed our burst pipe, explained the repair clearly, and fixed it without any fuss. Honest pricing, professional work. Highly recommend!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-young-woman-posing_23-2148454538.jpg?_wi=1", imageAlt: "Sarah Johnson"},
{
id: "2",
name: "Michael Chen",
handle: "@mchen_home",
testimonial: "Had a major drain clog in my basement. Barry was straightforward about what needed to be done and the cost—no surprises. The work was done efficiently and my drain is flowing perfectly now.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-holding-mobile-phone-coffee-cup-waiting-area_107420-95820.jpg?_wi=1",
imageAlt: "Michael Chen",
},
id: "2", name: "Michael Chen", handle: "@mchen_home", testimonial: "Had a major drain clog in my basement. Barry was straightforward about what needed to be done and the cost—no surprises. The work was done efficiently and my drain is flowing perfectly now.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-holding-mobile-phone-coffee-cup-waiting-area_107420-95820.jpg?_wi=1", imageAlt: "Michael Chen"},
{
id: "3",
name: "Emily Rodriguez",
handle: "@emilyrodriguezdiy",
testimonial: "Called for a water heater issue on a Sunday. Barry answered immediately, came out the same day, and got us hot water again. Great service, fair price. We've used him three times now.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-broadly-business-woman-showing-thumb-up_1262-1127.jpg?_wi=1",
imageAlt: "Emily Rodriguez",
},
id: "3", name: "Emily Rodriguez", handle: "@emilyrodriguezdiy", testimonial: "Called for a water heater issue on a Sunday. Barry answered immediately, came out the same day, and got us hot water again. Great service, fair price. We've used him three times now.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-broadly-business-woman-showing-thumb-up_1262-1127.jpg?_wi=1", imageAlt: "Emily Rodriguez"},
{
id: "4",
name: "David Kim",
handle: "@dkimhomeowner",
testimonial: "Most plumbers just show up and quote high prices. Barry took time to explain our options, recommended the most cost-effective solution, and did excellent work. A plumber you can actually trust.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/people-recording-their-house-tour_23-2151139106.jpg?_wi=1",
imageAlt: "David Kim",
},
id: "4", name: "David Kim", handle: "@dkimhomeowner", testimonial: "Most plumbers just show up and quote high prices. Barry took time to explain our options, recommended the most cost-effective solution, and did excellent work. A plumber you can actually trust.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/people-recording-their-house-tour_23-2151139106.jpg?_wi=1", imageAlt: "David Kim"},
{
id: "5",
name: "Jessica Martinez",
handle: "@jmartinez_homecare",
testimonial: "Leaky faucet turned into a bigger problem. Barry diagnosed it quickly, explained what went wrong in terms I could understand, and fixed it properly. Professional and friendly. Will call him again.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/pretty-teenager-talking-phone_23-2148804651.jpg?_wi=1",
imageAlt: "Jessica Martinez",
},
id: "5", name: "Jessica Martinez", handle: "@jmartinez_homecare", testimonial: "Leaky faucet turned into a bigger problem. Barry diagnosed it quickly, explained what went wrong in terms I could understand, and fixed it properly. Professional and friendly. Will call him again.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/pretty-teenager-talking-phone_23-2148804651.jpg?_wi=1", imageAlt: "Jessica Martinez"},
{
id: "6",
name: "Robert Thompson",
handle: "@rthompson_builder",
testimonial: "Used Barry for our home remodel plumbing work. Reliable, on-time, quality work, and fair pricing. He's now our go-to plumber for everything. Definitely recommend to anyone in the area.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-businessman-looking-camera_23-2147839978.jpg?_wi=1",
imageAlt: "Robert Thompson",
},
id: "6", name: "Robert Thompson", handle: "@rthompson_builder", testimonial: "Used Barry for our home remodel plumbing work. Reliable, on-time, quality work, and fair pricing. He's now our go-to plumber for everything. Definitely recommend to anyone in the area.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-businessman-looking-camera_23-2147839978.jpg?_wi=1", imageAlt: "Robert Thompson"},
]}
showRating={true}
animationType="slide-up"
@@ -288,49 +193,26 @@ export default function HomePage() {
tagAnimation="slide-up"
faqs={[
{
id: "1",
title: "Do you offer 24/7 emergency plumbing service?",
content: "Yes! We're available 24 hours a day, 7 days a week for emergency plumbing calls. Nights, weekends, holidays—call (555) 123-4567 anytime you need urgent help.",
},
id: "1", title: "Do you offer 24/7 emergency plumbing service?", content: "Yes! We're available 24 hours a day, 7 days a week for emergency plumbing calls. Nights, weekends, holidays—call (555) 987-6543 anytime you need urgent help."},
{
id: "2",
title: "How quickly can you respond to emergency calls?",
content: "Our average emergency response time is 30 minutes. We prioritize urgent calls to minimize water damage and get your plumbing working again fast.",
},
id: "2", title: "How quickly can you respond to emergency calls?", content: "Our average emergency response time is 30 minutes. We prioritize urgent calls to minimize water damage and get your plumbing working again fast."},
{
id: "3",
title: "Do you provide upfront pricing?",
content: "Absolutely. We give you a clear price quote before we start work. No surprises, no hidden fees. What we quote is what you pay.",
},
id: "3", title: "Do you provide upfront pricing?", content: "Absolutely. We give you a clear price quote before we start work. No surprises, no hidden fees. What we quote is what you pay."},
{
id: "4",
title: "What plumbing issues do you handle?",
content: "We handle all residential plumbing: emergency repairs, leak detection, drain cleaning, water heater service, toilet/faucet repair, pipe work, and plumbing for remodels. If it involves plumbing, we can help.",
},
id: "4", title: "What plumbing issues do you handle?", content: "We handle all residential plumbing: emergency repairs, leak detection, drain cleaning, water heater service, toilet/faucet repair, pipe work, and plumbing for remodels. If it involves plumbing, we can help."},
{
id: "5",
title: "Do you service water heaters and drain clogs?",
content: "Yes! We repair, maintain, and install water heaters of all brands and types. We also specialize in drain cleaning and clog removal using modern equipment.",
},
id: "5", title: "Do you service water heaters and drain clogs?", content: "Yes! We repair, maintain, and install water heaters of all brands and types. We also specialize in drain cleaning and clog removal using modern equipment."},
{
id: "6",
title: "What areas do you serve?",
content: "We serve the greater metro area and surrounding communities. Call (555) 123-4567 to confirm we service your location, or fill out our online contact form and we'll get back to you quickly.",
},
id: "6", title: "What areas do you serve?", content: "We serve the greater metro area and surrounding communities. Call (555) 987-6543 to confirm we service your location, or fill out our online contact form and we'll get back to you quickly."},
{
id: "7",
title: "Can I request service online?",
content: "Yes! You can fill out our online service request form with details about your plumbing issue. We'll contact you within 1 hour to confirm your appointment time.",
},
id: "7", title: "Can I request service online?", content: "Yes! You can fill out our online service request form with details about your plumbing issue. We'll contact you within 1 hour to confirm your appointment time."},
]}
textboxLayout="default"
useInvertedBackground={true}
faqsAnimation="slide-up"
buttons={[
{
text: "Request Service Online",
href: "/contact",
},
text: "Request Service Online", href: "/contact"},
]}
buttonAnimation="slide-up"
/>
@@ -346,7 +228,7 @@ export default function HomePage() {
background={{ variant: "rotated-rays-animated" }}
useInvertedBackground={false}
inputPlaceholder="Your phone number"
buttonText="Call Now: (555) 123-4567"
buttonText="Call Now: (555) 987-6543"
termsText="We'll respond to your request within 1 hour. Available 24/7 for emergencies."
/>
</div>
@@ -355,8 +237,7 @@ export default function HomePage() {
<FooterSimple
columns={[
{
title: "Quick Links",
items: [
title: "Quick Links", items: [
{ label: "Home", href: "/" },
{ label: "Services", href: "/services" },
{ label: "About", href: "/about" },
@@ -364,8 +245,7 @@ export default function HomePage() {
],
},
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Emergency Plumbing", href: "/services" },
{ label: "Leak Repair", href: "/services" },
{ label: "Drain Cleaning", href: "/services" },
@@ -373,17 +253,15 @@ export default function HomePage() {
],
},
{
title: "Contact",
items: [
{ label: "Call: (555) 123-4567", href: "tel:+15551234567" },
title: "Contact", items: [
{ label: "Call: (555) 987-6543", href: "tel:+15559876543" },
{ label: "Emergency: 24/7", href: "#" },
{ label: "Service Request Form", href: "/contact" },
{ label: "Email: info@barrysplumbing.com", href: "mailto:info@barrysplumbing.com" },
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Service Area", href: "#" },
@@ -397,4 +275,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}