Merge version_1 into main #2

Merged
bender merged 6 commits from version_1 into main 2026-03-03 11:55:30 +00:00
6 changed files with 135 additions and 416 deletions

View File

@@ -19,8 +19,7 @@ export default function AboutPage() {
const footerColumns = [
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Emergency Plumbing", href: "/services" },
{ label: "Drain Cleaning", href: "/services" },
{ label: "Leak Detection", href: "/services" },
@@ -29,8 +28,7 @@ export default function AboutPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Barry's", href: "/about" },
{ label: "Service Areas", href: "/service-areas" },
{ label: "Reviews", href: "/" },
@@ -39,8 +37,7 @@ export default function AboutPage() {
],
},
{
title: "Emergency",
items: [
title: "Emergency", items: [
{ label: "Call Now: 1-555-PLUMBER", href: "tel:+1-555-PLUMBER" },
{ label: "Get Free Quote", href: "/contact" },
{ label: "24/7 Availability", href: "#" },
@@ -57,7 +54,7 @@ export default function AboutPage() {
borderRadius="rounded"
contentWidth="medium"
sizing="largeSmallSizeMediumTitles"
background="noiseDiagonalGradient"
background="circleGradient"
cardStyle="glass-depth"
primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="solid"
@@ -69,9 +66,7 @@ export default function AboutPage() {
brandName="Barry's Plumbing"
navItems={navItems}
button={{
text: "☎ Call Now",
href: "tel:+1-555-PLUMBER",
}}
text: "☎ Call Now", href: "tel:+1-555-PLUMBER"}}
animateOnLoad={true}
/>
</div>
@@ -88,19 +83,11 @@ export default function AboutPage() {
useInvertedBackground={false}
negativeCard={{
items: [
"Founded by corporate chains",
"Focus only on profit margins",
"No connection to community",
"High staff turnover",
],
"Founded by corporate chains", "Focus only on profit margins", "No connection to community", "High staff turnover"],
}}
positiveCard={{
items: [
"Founded by Barry—local plumber with 30+ years experience",
"Mission: serve the community with integrity",
"Deep roots in neighborhoods we serve",
"Stable, highly trained, certified team",
],
"Founded by Barry—local plumber with 30+ years experience", "Mission: serve the community with integrity", "Deep roots in neighborhoods we serve", "Stable, highly trained, certified team"],
}}
animationType="slide-up"
/>
@@ -123,35 +110,17 @@ export default function AboutPage() {
animationType="slide-up"
testimonials={[
{
id: "1",
name: "Sarah Mitchell",
role: "Homeowner",
company: "Downtown Area",
rating: 5,
id: "1", name: "Sarah Mitchell", role: "Homeowner", company: "Downtown Area", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=5",
imageAlt: "Sarah Mitchell testimonial",
},
"http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Sarah Mitchell testimonial"},
{
id: "2",
name: "James Rodriguez",
role: "Property Manager",
company: "Metro Properties",
rating: 5,
id: "2", name: "James Rodriguez", role: "Property Manager", company: "Metro Properties", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=6",
imageAlt: "James Rodriguez testimonial",
},
"http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "James Rodriguez testimonial"},
{
id: "3",
name: "Michelle Chen",
role: "Homeowner",
company: "Westside District",
rating: 5,
id: "3", name: "Michelle Chen", role: "Homeowner", company: "Westside District", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=7",
imageAlt: "Michelle Chen testimonial",
},
"http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Michelle Chen testimonial"},
]}
kpiItems={[
{ value: "10,000+", label: "Happy Customers Served" },
@@ -182,7 +151,7 @@ export default function AboutPage() {
{/* Footer */}
<div id="footer" data-section="footer" className="mx-auto w-full">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/mechanical-wrench-desk-with-copy-space_23-2148557961.jpg?_wi=3"
imageSrc="http://img.b2bpic.net/free-photo/mechanical-wrench-desk-with-copy-space_23-2148557961.jpg"
imageAlt="Professional plumbing tools and expertise"
logoText="Barry's Emergency Plumbing"
copyrightText="© 2025 Barry's Emergency Plumbing. Licensed • Insured • Local Experts."

View File

@@ -19,8 +19,7 @@ export default function ContactPage() {
const footerColumns = [
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Emergency Plumbing", href: "/services" },
{ label: "Drain Cleaning", href: "/services" },
{ label: "Leak Detection", href: "/services" },
@@ -29,8 +28,7 @@ export default function ContactPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Barry's", href: "/about" },
{ label: "Service Areas", href: "/service-areas" },
{ label: "Reviews", href: "/" },
@@ -39,8 +37,7 @@ export default function ContactPage() {
],
},
{
title: "Emergency",
items: [
title: "Emergency", items: [
{ label: "Call Now: 1-555-PLUMBER", href: "tel:+1-555-PLUMBER" },
{ label: "Get Free Quote", href: "/contact" },
{ label: "24/7 Availability", href: "#" },
@@ -57,7 +54,7 @@ export default function ContactPage() {
borderRadius="rounded"
contentWidth="medium"
sizing="largeSmallSizeMediumTitles"
background="noiseDiagonalGradient"
background="circleGradient"
cardStyle="glass-depth"
primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="solid"
@@ -69,9 +66,7 @@ export default function ContactPage() {
brandName="Barry's Plumbing"
navItems={navItems}
button={{
text: "☎ Call Now",
href: "tel:+1-555-PLUMBER",
}}
text: "☎ Call Now", href: "tel:+1-555-PLUMBER"}}
animateOnLoad={true}
/>
</div>
@@ -107,33 +102,21 @@ export default function ContactPage() {
faqsAnimation="slide-up"
mediaAnimation="slide-up"
mediaPosition="left"
imageSrc="http://img.b2bpic.net/free-photo/call-center-hot-line-information-concept_53876-125154.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/call-center-hot-line-information-concept_53876-125154.jpg"
imageAlt="Customer support representative"
faqs={[
{
id: "1",
title: "What's your emergency response time?",
content:
"We aim to arrive within 1-2 hours for emergency calls during business hours. Our 24/7 dispatch ensures fast help anytime, even late at night or on holidays.",
},
id: "1", title: "What's your emergency response time?", content:
"We aim to arrive within 1-2 hours for emergency calls during business hours. Our 24/7 dispatch ensures fast help anytime, even late at night or on holidays."},
{
id: "2",
title: "How do I get a free quote?",
content:
"Call us directly at 1-555-PLUMBER and describe your plumbing issue. We'll provide an immediate quote over the phone or schedule a free in-home assessment.",
},
id: "2", title: "How do I get a free quote?", content:
"Call us directly at 1-555-PLUMBER and describe your plumbing issue. We'll provide an immediate quote over the phone or schedule a free in-home assessment."},
{
id: "3",
title: "Do you accept insurance claims?",
content:
"Yes, we work with most major homeowner insurance providers. We can help you file claims for water damage, burst pipes, and other covered plumbing emergencies.",
},
id: "3", title: "Do you accept insurance claims?", content:
"Yes, we work with most major homeowner insurance providers. We can help you file claims for water damage, burst pipes, and other covered plumbing emergencies."},
{
id: "4",
title: "What payment methods do you accept?",
content:
"We accept all major credit cards, checks, and cash. We also offer financing options for larger jobs to make emergency repairs more manageable for families.",
},
id: "4", title: "What payment methods do you accept?", content:
"We accept all major credit cards, checks, and cash. We also offer financing options for larger jobs to make emergency repairs more manageable for families."},
]}
/>
</div>
@@ -151,19 +134,7 @@ export default function ContactPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"Downtown",
"Eastside",
"Westside",
"Northridge",
"Southridge",
"Midtown",
"Riverside",
"Hillside",
"Central",
"Parkside",
"Lakeside",
"Crescent",
]}
"Downtown", "Eastside", "Westside", "Northridge", "Southridge", "Midtown", "Riverside", "Hillside", "Central", "Parkside", "Lakeside", "Crescent"]}
speed={50}
showCard={true}
/>
@@ -172,7 +143,7 @@ export default function ContactPage() {
{/* Footer */}
<div id="footer" data-section="footer" className="mx-auto w-full">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/mechanical-wrench-desk-with-copy-space_23-2148557961.jpg?_wi=5"
imageSrc="http://img.b2bpic.net/free-photo/mechanical-wrench-desk-with-copy-space_23-2148557961.jpg"
imageAlt="Professional plumbing tools and expertise"
logoText="Barry's Emergency Plumbing"
copyrightText="© 2025 Barry's Emergency Plumbing. Licensed • Insured • Local Experts."

View File

@@ -6,40 +6,26 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const publicSans = Public_Sans({
variable: "--font-public-sans",
subsets: ["latin"],
variable: "--font-public-sans", subsets: ["latin"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
variable: "--font-inter", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "24/7 Emergency Plumber | Fast Local Service | Barry's Plumbing",
description: "Barry's Emergency Plumbing offers fast, reliable 24/7 plumbing service. Licensed, insured, same-day response. Call now for emergency drain cleaning, leak repair, and more.",
keywords: "emergency plumber, plumbing service, drain cleaning, leak repair, 24/7 plumbing, local plumber, water heater repair",
robots: {
title: "24/7 Emergency Plumber | Fast Local Service | Barry's Plumbing", description: "Barry's Emergency Plumbing offers fast, reliable 24/7 plumbing service. Licensed, insured, same-day response. Call now for emergency drain cleaning, leak repair, and more.", keywords: "emergency plumber, plumbing service, drain cleaning, leak repair, 24/7 plumbing, local plumber, water heater repair", robots: {
index: true,
follow: true,
},
openGraph: {
title: "24/7 Emergency Plumbing | Barry's Plumbing",
description: "Professional emergency plumbing service available 24/7. Fast response, fair pricing, licensed & insured.",
type: "website",
siteName: "Barry's Emergency Plumbing",
images: [
title: "24/7 Emergency Plumbing | Barry's Plumbing", description: "Professional emergency plumbing service available 24/7. Fast response, fair pricing, licensed & insured.", type: "website", siteName: "Barry's Emergency Plumbing", images: [
{
url: "http://img.b2bpic.net/free-photo/household-repair-middle-aged-man-inspecting-pipe-touching-hand-sink-stylish-modern-kitchen_259150-58265.jpg",
alt: "Barry's Emergency Plumbing - Professional service",
},
url: "http://img.b2bpic.net/free-photo/household-repair-middle-aged-man-inspecting-pipe-touching-hand-sink-stylish-modern-kitchen_259150-58265.jpg", alt: "Barry's Emergency Plumbing - Professional service"},
],
},
twitter: {
card: "summary_large_image",
title: "24/7 Emergency Plumber | Barry's Plumbing",
description: "Fast, reliable emergency plumbing service. Call now!",
images: ["http://img.b2bpic.net/free-photo/household-repair-middle-aged-man-inspecting-pipe-touching-hand-sink-stylish-modern-kitchen_259150-58265.jpg"],
card: "summary_large_image", title: "24/7 Emergency Plumber | Barry's Plumbing", description: "Fast, reliable emergency plumbing service. Call now!", images: ["http://img.b2bpic.net/free-photo/household-repair-middle-aged-man-inspecting-pipe-touching-hand-sink-stylish-modern-kitchen_259150-58265.jpg"],
},
};

View File

@@ -38,8 +38,7 @@ export default function HomePage() {
const footerColumns = [
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Emergency Plumbing", href: "/services" },
{ label: "Drain Cleaning", href: "/services" },
{ label: "Leak Detection", href: "/services" },
@@ -48,8 +47,7 @@ export default function HomePage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Barry's", href: "/about" },
{ label: "Service Areas", href: "/service-areas" },
{ label: "Reviews", href: "#testimonials" },
@@ -58,8 +56,7 @@ export default function HomePage() {
],
},
{
title: "Emergency",
items: [
title: "Emergency", items: [
{ label: "Call Now: 1-555-PLUMBER", href: "tel:+1-555-PLUMBER" },
{ label: "Get Free Quote", href: "/contact" },
{ label: "24/7 Availability", href: "#" },
@@ -76,7 +73,7 @@ export default function HomePage() {
borderRadius="rounded"
contentWidth="medium"
sizing="largeSmallSizeMediumTitles"
background="noiseDiagonalGradient"
background="circleGradient"
cardStyle="glass-depth"
primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="solid"
@@ -88,9 +85,7 @@ export default function HomePage() {
brandName="Barry's Plumbing"
navItems={navItems}
button={{
text: "☎ Call Now",
href: "tel:+1-555-PLUMBER",
}}
text: "☎ Call Now", href: "tel:+1-555-PLUMBER"}}
animateOnLoad={true}
/>
</div>
@@ -108,10 +103,9 @@ export default function HomePage() {
{ text: "Get Free Quote", href: "/contact" },
]}
buttonAnimation="slide-up"
background={{ variant: "noiseDiagonalGradient" }}
background={{ variant: "radial-gradient" }}
dashboard={{
title: "Why Barry's",
logoIcon: Wrench,
title: "Why Barry's", logoIcon: Wrench,
sidebarItems: [
{ icon: CheckCircle, active: true },
{ icon: Star },
@@ -123,43 +117,26 @@ export default function HomePage() {
],
stats: [
{
title: "20+ Years",
values: ["20", "25", "23"],
description: "Local expertise & trust",
},
title: "20+ Years", values: [20, 25, 23],
description: "Local expertise & trust"},
{
title: "5-Star Rated",
values: ["98%", "99%", "97%"],
valueSuffix: "",
description: "Customer satisfaction",
},
title: "5-Star Rated", values: [98, 99, 97],
valueSuffix: "%", description: "Customer satisfaction"},
{
title: "Same-Day",
values: ["1hr", "2hr", "1.5hr"],
valueSuffix: " avg",
description: "Response time",
},
title: "Same-Day", values: [1, 2, 2],
valueSuffix: "hr", description: "Response time"},
],
listTitle: "Our Promise",
listItems: [
listTitle: "Our Promise", listItems: [
{
icon: Shield,
title: "Licensed & Insured",
status: "Verified",
},
title: "Licensed & Insured", status: "Verified"},
{ icon: Zap, title: "Fast Response", status: "Guaranteed" },
{
icon: DollarSign,
title: "Fair Pricing",
status: "No Hidden Fees",
},
title: "Fair Pricing", status: "No Hidden Fees"},
],
imageSrc:
"http://img.b2bpic.net/free-photo/household-repair-middle-aged-man-inspecting-pipe-touching-hand-sink-stylish-modern-kitchen_259150-58265.jpg",
imageAlt: "Professional plumber ready to help",
searchPlaceholder: "What's your emergency?",
chartTitle: "Service Response",
chartData: [
"http://img.b2bpic.net/free-photo/household-repair-middle-aged-man-inspecting-pipe-touching-hand-sink-stylish-modern-kitchen_259150-58265.jpg", imageAlt: "Professional plumber ready to help", searchPlaceholder: "What's your emergency?", chartTitle: "Service Response", chartData: [
{ value: 95 },
{ value: 98 },
{ value: 99 },
@@ -184,71 +161,29 @@ export default function HomePage() {
animationType="slide-up"
products={[
{
id: "1",
brand: "Barry's",
name: "Emergency Plumbing",
price: "Fast Response",
rating: 5,
reviewCount: "500+",
imageSrc:
"http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg?_wi=1",
imageAlt: "Emergency plumbing burst pipe repair",
},
id: "1", brand: "Barry's", name: "Emergency Plumbing", price: "Fast Response", rating: 5,
reviewCount: "500+", imageSrc:
"http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg", imageAlt: "Emergency plumbing burst pipe repair"},
{
id: "2",
brand: "Barry's",
name: "Drain Cleaning",
price: "Unclog Fast",
rating: 5,
reviewCount: "480+",
imageSrc:
"http://img.b2bpic.net/free-photo/top-view-plumber-checking-kitchen-fixtures_1098-17864.jpg?_wi=1",
imageAlt: "Professional drain cleaning service",
},
id: "2", brand: "Barry's", name: "Drain Cleaning", price: "Unclog Fast", rating: 5,
reviewCount: "480+", imageSrc:
"http://img.b2bpic.net/free-photo/top-view-plumber-checking-kitchen-fixtures_1098-17864.jpg", imageAlt: "Professional drain cleaning service"},
{
id: "3",
brand: "Barry's",
name: "Leak Detection",
price: "Find & Fix",
rating: 5,
reviewCount: "420+",
imageSrc:
"http://img.b2bpic.net/free-photo/top-view-plumber-checking-kitchen-fixtures_1098-17864.jpg?_wi=2",
imageAlt: "Water leak detection and repair",
},
id: "3", brand: "Barry's", name: "Leak Detection", price: "Find & Fix", rating: 5,
reviewCount: "420+", imageSrc:
"http://img.b2bpic.net/free-photo/top-view-plumber-checking-kitchen-fixtures_1098-17864.jpg", imageAlt: "Water leak detection and repair"},
{
id: "4",
brand: "Barry's",
name: "Water Heater",
price: "Repair/Replace",
rating: 5,
reviewCount: "390+",
imageSrc:
"http://img.b2bpic.net/free-photo/male-jeweler-working-shop_23-2150914162.jpg?_wi=1",
imageAlt: "Water heater repair and installation",
},
id: "4", brand: "Barry's", name: "Water Heater", price: "Repair/Replace", rating: 5,
reviewCount: "390+", imageSrc:
"http://img.b2bpic.net/free-photo/male-jeweler-working-shop_23-2150914162.jpg", imageAlt: "Water heater repair and installation"},
{
id: "5",
brand: "Barry's",
name: "Toilet & Fixtures",
price: "Expert Repair",
rating: 5,
reviewCount: "410+",
imageSrc:
"http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990705.jpg?_wi=1",
imageAlt: "Toilet and bathroom fixture repair",
},
id: "5", brand: "Barry's", name: "Toilet & Fixtures", price: "Expert Repair", rating: 5,
reviewCount: "410+", imageSrc:
"http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990705.jpg", imageAlt: "Toilet and bathroom fixture repair"},
{
id: "6",
brand: "Barry's",
name: "Commercial",
price: "Business Ready",
rating: 5,
reviewCount: "300+",
imageSrc:
"http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-53082.jpg?_wi=1",
imageAlt: "Commercial plumbing solutions",
},
id: "6", brand: "Barry's", name: "Commercial", price: "Business Ready", rating: 5,
reviewCount: "300+", imageSrc:
"http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-53082.jpg", imageAlt: "Commercial plumbing solutions"},
]}
/>
</div>
@@ -265,19 +200,11 @@ export default function HomePage() {
useInvertedBackground={false}
negativeCard={{
items: [
"Waiting hours for help",
"Hidden fees and surprises",
"Rude or unprofessional service",
"No warranty or guarantee",
],
"Waiting hours for help", "Hidden fees and surprises", "Rude or unprofessional service", "No warranty or guarantee"],
}}
positiveCard={{
items: [
"Same-day emergency response (1-2 hours avg)",
"Upfront pricing, no hidden fees ever",
"Clean, respectful, professional technicians",
"100% satisfaction guarantee on all work",
],
"Same-day emergency response (1-2 hours avg)", "Upfront pricing, no hidden fees ever", "Clean, respectful, professional technicians", "100% satisfaction guarantee on all work"],
}}
animationType="slide-up"
/>
@@ -300,45 +227,21 @@ export default function HomePage() {
animationType="slide-up"
testimonials={[
{
id: "1",
name: "Sarah Mitchell",
role: "Homeowner",
company: "Downtown Area",
rating: 5,
id: "1", name: "Sarah Mitchell", role: "Homeowner", company: "Downtown Area", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=1",
imageAlt: "Sarah Mitchell testimonial",
},
"http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Sarah Mitchell testimonial"},
{
id: "2",
name: "James Rodriguez",
role: "Property Manager",
company: "Metro Properties",
rating: 5,
id: "2", name: "James Rodriguez", role: "Property Manager", company: "Metro Properties", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2",
imageAlt: "James Rodriguez testimonial",
},
"http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "James Rodriguez testimonial"},
{
id: "3",
name: "Michelle Chen",
role: "Homeowner",
company: "Westside District",
rating: 5,
id: "3", name: "Michelle Chen", role: "Homeowner", company: "Westside District", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=3",
imageAlt: "Michelle Chen testimonial",
},
"http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Michelle Chen testimonial"},
{
id: "4",
name: "David Thompson",
role: "Business Owner",
company: "Local Restaurant",
rating: 5,
id: "4", name: "David Thompson", role: "Business Owner", company: "Local Restaurant", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=4",
imageAlt: "David Thompson testimonial",
},
"http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "David Thompson testimonial"},
]}
kpiItems={[
{ value: "10,000+", label: "Happy Customers Served" },
@@ -363,19 +266,7 @@ export default function HomePage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"Downtown",
"Eastside",
"Westside",
"Northridge",
"Southridge",
"Midtown",
"Riverside",
"Hillside",
"Central",
"Parkside",
"Lakeside",
"Crescent",
]}
"Downtown", "Eastside", "Westside", "Northridge", "Southridge", "Midtown", "Riverside", "Hillside", "Central", "Parkside", "Lakeside", "Crescent"]}
speed={50}
showCard={true}
/>
@@ -394,49 +285,31 @@ export default function HomePage() {
faqsAnimation="slide-up"
mediaAnimation="slide-up"
mediaPosition="left"
imageSrc="http://img.b2bpic.net/free-photo/call-center-hot-line-information-concept_53876-125154.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/call-center-hot-line-information-concept_53876-125154.jpg"
imageAlt="Customer support representative"
faqs={[
{
id: "1",
title:
"How quickly can you respond to my emergency?",
content:
"We pride ourselves on fast response times. Most emergency calls receive a technician within 1-2 hours during business hours. We're available 24/7, so even late-night emergencies are prioritized.",
},
id: "1", title:
"How quickly can you respond to my emergency?", content:
"We pride ourselves on fast response times. Most emergency calls receive a technician within 1-2 hours during business hours. We're available 24/7, so even late-night emergencies are prioritized."},
{
id: "2",
title:
"Do you charge extra for emergency or after-hours service?",
content:
"No hidden fees. Our rates are the same 24/7. We believe emergencies shouldn't cost more—we quote upfront before any work begins. You'll know the price before we fix anything.",
},
id: "2", title:
"Do you charge extra for emergency or after-hours service?", content:
"No hidden fees. Our rates are the same 24/7. We believe emergencies shouldn't cost more—we quote upfront before any work begins. You'll know the price before we fix anything."},
{
id: "3",
title: "Are you licensed and insured?",
content:
"Absolutely. Barry's Emergency Plumbing is fully licensed, insured, and bonded. Your home is protected, and all our work is guaranteed. We can provide proof of credentials upon request.",
},
id: "3", title: "Are you licensed and insured?", content:
"Absolutely. Barry's Emergency Plumbing is fully licensed, insured, and bonded. Your home is protected, and all our work is guaranteed. We can provide proof of credentials upon request."},
{
id: "4",
title:
"What if I'm not satisfied with the work?",
content:
"We guarantee 100% satisfaction. If you're not happy with our service within 30 days, we'll make it right at no additional cost. Your peace of mind is our priority.",
},
id: "4", title:
"What if I'm not satisfied with the work?", content:
"We guarantee 100% satisfaction. If you're not happy with our service within 30 days, we'll make it right at no additional cost. Your peace of mind is our priority."},
{
id: "5",
title: "Do you offer financing options?",
content:
"Yes. We work with several financing partners to make emergency repairs manageable. Ask our team about payment plans available for larger jobs.",
},
id: "5", title: "Do you offer financing options?", content:
"Yes. We work with several financing partners to make emergency repairs manageable. Ask our team about payment plans available for larger jobs."},
{
id: "6",
title:
"Can I get a free quote before you start work?",
content:
"Yes, always. We provide honest, upfront quotes with no obligation. Call us or fill out our quick form, and we'll give you a fair price estimate right away.",
},
id: "6", title:
"Can I get a free quote before you start work?", content:
"Yes, always. We provide honest, upfront quotes with no obligation. Call us or fill out our quick form, and we'll give you a fair price estimate right away."},
]}
/>
</div>
@@ -462,7 +335,7 @@ export default function HomePage() {
{/* Footer */}
<div id="footer" data-section="footer" className="mx-auto w-full">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/mechanical-wrench-desk-with-copy-space_23-2148557961.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/mechanical-wrench-desk-with-copy-space_23-2148557961.jpg"
imageAlt="Professional plumbing tools and expertise"
logoText="Barry's Emergency Plumbing"
copyrightText="© 2025 Barry's Emergency Plumbing. Licensed • Insured • Local Experts."

View File

@@ -19,8 +19,7 @@ export default function ServiceAreasPage() {
const footerColumns = [
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Emergency Plumbing", href: "/services" },
{ label: "Drain Cleaning", href: "/services" },
{ label: "Leak Detection", href: "/services" },
@@ -29,8 +28,7 @@ export default function ServiceAreasPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Barry's", href: "/about" },
{ label: "Service Areas", href: "/service-areas" },
{ label: "Reviews", href: "/" },
@@ -39,8 +37,7 @@ export default function ServiceAreasPage() {
],
},
{
title: "Emergency",
items: [
title: "Emergency", items: [
{ label: "Call Now: 1-555-PLUMBER", href: "tel:+1-555-PLUMBER" },
{ label: "Get Free Quote", href: "/contact" },
{ label: "24/7 Availability", href: "#" },
@@ -57,7 +54,7 @@ export default function ServiceAreasPage() {
borderRadius="rounded"
contentWidth="medium"
sizing="largeSmallSizeMediumTitles"
background="noiseDiagonalGradient"
background="circleGradient"
cardStyle="glass-depth"
primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="solid"
@@ -69,9 +66,7 @@ export default function ServiceAreasPage() {
brandName="Barry's Plumbing"
navItems={navItems}
button={{
text: "☎ Call Now",
href: "tel:+1-555-PLUMBER",
}}
text: "☎ Call Now", href: "tel:+1-555-PLUMBER"}}
animateOnLoad={true}
/>
</div>
@@ -91,19 +86,7 @@ export default function ServiceAreasPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"Downtown",
"Eastside",
"Westside",
"Northridge",
"Southridge",
"Midtown",
"Riverside",
"Hillside",
"Central",
"Parkside",
"Lakeside",
"Crescent",
]}
"Downtown", "Eastside", "Westside", "Northridge", "Southridge", "Midtown", "Riverside", "Hillside", "Central", "Parkside", "Lakeside", "Crescent"]}
speed={50}
showCard={true}
/>
@@ -125,19 +108,11 @@ export default function ServiceAreasPage() {
useInvertedBackground={false}
negativeCard={{
items: [
"Limited to one neighborhood",
"Long drive times from office",
"Unpredictable response times",
"No weekend/holiday service",
],
"Limited to one neighborhood", "Long drive times from office", "Unpredictable response times", "No weekend/holiday service"],
}}
positiveCard={{
items: [
"Full metro area coverage 12 neighborhoods",
"Multiple service locations for quick dispatch",
"Average 1-2 hour response guarantee",
"24/7/365 service including holidays",
],
"Full metro area coverage 12 neighborhoods", "Multiple service locations for quick dispatch", "Average 1-2 hour response guarantee", "24/7/365 service including holidays"],
}}
animationType="slide-up"
/>
@@ -168,7 +143,7 @@ export default function ServiceAreasPage() {
{/* Footer */}
<div id="footer" data-section="footer" className="mx-auto w-full">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/mechanical-wrench-desk-with-copy-space_23-2148557961.jpg?_wi=4"
imageSrc="http://img.b2bpic.net/free-photo/mechanical-wrench-desk-with-copy-space_23-2148557961.jpg"
imageAlt="Professional plumbing tools and expertise"
logoText="Barry's Emergency Plumbing"
copyrightText="© 2025 Barry's Emergency Plumbing. Licensed • Insured • Local Experts."

View File

@@ -19,8 +19,7 @@ export default function ServicesPage() {
const footerColumns = [
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Emergency Plumbing", href: "/services" },
{ label: "Drain Cleaning", href: "/services" },
{ label: "Leak Detection", href: "/services" },
@@ -29,8 +28,7 @@ export default function ServicesPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Barry's", href: "/about" },
{ label: "Service Areas", href: "/service-areas" },
{ label: "Reviews", href: "/" },
@@ -39,8 +37,7 @@ export default function ServicesPage() {
],
},
{
title: "Emergency",
items: [
title: "Emergency", items: [
{ label: "Call Now: 1-555-PLUMBER", href: "tel:+1-555-PLUMBER" },
{ label: "Get Free Quote", href: "/contact" },
{ label: "24/7 Availability", href: "#" },
@@ -57,7 +54,7 @@ export default function ServicesPage() {
borderRadius="rounded"
contentWidth="medium"
sizing="largeSmallSizeMediumTitles"
background="noiseDiagonalGradient"
background="circleGradient"
cardStyle="glass-depth"
primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="solid"
@@ -69,9 +66,7 @@ export default function ServicesPage() {
brandName="Barry's Plumbing"
navItems={navItems}
button={{
text: "☎ Call Now",
href: "tel:+1-555-PLUMBER",
}}
text: "☎ Call Now", href: "tel:+1-555-PLUMBER"}}
animateOnLoad={true}
/>
</div>
@@ -90,71 +85,29 @@ export default function ServicesPage() {
animationType="slide-up"
products={[
{
id: "1",
brand: "Barry's",
name: "Emergency Plumbing",
price: "24/7 Available",
rating: 5,
reviewCount: "500+",
imageSrc:
"http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg?_wi=2",
imageAlt: "Emergency plumbing burst pipe repair",
},
id: "1", brand: "Barry's", name: "Emergency Plumbing", price: "24/7 Available", rating: 5,
reviewCount: "500+", imageSrc:
"http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg", imageAlt: "Emergency plumbing burst pipe repair"},
{
id: "2",
brand: "Barry's",
name: "Drain Cleaning",
price: "Same-Day",
rating: 5,
reviewCount: "480+",
imageSrc:
"http://img.b2bpic.net/free-photo/top-view-plumber-checking-kitchen-fixtures_1098-17864.jpg?_wi=3",
imageAlt: "Professional drain cleaning service",
},
id: "2", brand: "Barry's", name: "Drain Cleaning", price: "Same-Day", rating: 5,
reviewCount: "480+", imageSrc:
"http://img.b2bpic.net/free-photo/top-view-plumber-checking-kitchen-fixtures_1098-17864.jpg", imageAlt: "Professional drain cleaning service"},
{
id: "3",
brand: "Barry's",
name: "Leak Detection",
price: "Find & Fix",
rating: 5,
reviewCount: "420+",
imageSrc:
"http://img.b2bpic.net/free-photo/top-view-plumber-checking-kitchen-fixtures_1098-17864.jpg?_wi=4",
imageAlt: "Water leak detection and repair",
},
id: "3", brand: "Barry's", name: "Leak Detection", price: "Find & Fix", rating: 5,
reviewCount: "420+", imageSrc:
"http://img.b2bpic.net/free-photo/top-view-plumber-checking-kitchen-fixtures_1098-17864.jpg", imageAlt: "Water leak detection and repair"},
{
id: "4",
brand: "Barry's",
name: "Water Heater",
price: "Repair/Replace",
rating: 5,
reviewCount: "390+",
imageSrc:
"http://img.b2bpic.net/free-photo/male-jeweler-working-shop_23-2150914162.jpg?_wi=2",
imageAlt: "Water heater repair and installation",
},
id: "4", brand: "Barry's", name: "Water Heater", price: "Repair/Replace", rating: 5,
reviewCount: "390+", imageSrc:
"http://img.b2bpic.net/free-photo/male-jeweler-working-shop_23-2150914162.jpg", imageAlt: "Water heater repair and installation"},
{
id: "5",
brand: "Barry's",
name: "Toilet & Fixtures",
price: "Expert Repair",
rating: 5,
reviewCount: "410+",
imageSrc:
"http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990705.jpg?_wi=2",
imageAlt: "Toilet and bathroom fixture repair",
},
id: "5", brand: "Barry's", name: "Toilet & Fixtures", price: "Expert Repair", rating: 5,
reviewCount: "410+", imageSrc:
"http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990705.jpg", imageAlt: "Toilet and bathroom fixture repair"},
{
id: "6",
brand: "Barry's",
name: "Commercial",
price: "Business Ready",
rating: 5,
reviewCount: "300+",
imageSrc:
"http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-53082.jpg?_wi=2",
imageAlt: "Commercial plumbing solutions",
},
id: "6", brand: "Barry's", name: "Commercial", price: "Business Ready", rating: 5,
reviewCount: "300+", imageSrc:
"http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-53082.jpg", imageAlt: "Commercial plumbing solutions"},
]}
/>
</div>
@@ -175,19 +128,11 @@ export default function ServicesPage() {
useInvertedBackground={false}
negativeCard={{
items: [
"Delayed response times",
"Untrained technicians",
"Poor workmanship quality",
"Warranty claims denied",
],
"Delayed response times", "Untrained technicians", "Poor workmanship quality", "Warranty claims denied"],
}}
positiveCard={{
items: [
"Quick 1-2 hour response guarantee",
"Certified, background-checked technicians",
"Superior craftsmanship on every job",
"Full warranty on all repairs and parts",
],
"Quick 1-2 hour response guarantee", "Certified, background-checked technicians", "Superior craftsmanship on every job", "Full warranty on all repairs and parts"],
}}
animationType="slide-up"
/>
@@ -218,7 +163,7 @@ export default function ServicesPage() {
{/* Footer */}
<div id="footer" data-section="footer" className="mx-auto w-full">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/mechanical-wrench-desk-with-copy-space_23-2148557961.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/mechanical-wrench-desk-with-copy-space_23-2148557961.jpg"
imageAlt="Professional plumbing tools and expertise"
logoText="Barry's Emergency Plumbing"
copyrightText="© 2025 Barry's Emergency Plumbing. Licensed • Insured • Local Experts."