Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-08 22:13:11 +00:00

View File

@@ -11,7 +11,7 @@ import TestimonialCardSixteen from "@/components/sections/testimonial/Testimonia
import FaqDouble from "@/components/sections/faq/FaqDouble";
import ContactText from "@/components/sections/contact/ContactText";
import FooterMedia from "@/components/sections/footer/FooterMedia";
import { Droplets, Wrench, Zap, DollarSign, CheckCircle, Award, Smile, MapPin, Users, Star, TrendingUp, MessageCircle, HelpCircle } from "lucide-react";
import { Droplets, Wrench, Zap, DollarSign, CheckCircle, Award, Smile, MapPin, Users, Star, TrendingUp, MessageCircle, HelpCircle, Shield } from "lucide-react";
export default function HomePage() {
const navigationItems = [
@@ -23,8 +23,7 @@ export default function HomePage() {
const footerColumns = [
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Emergency Plumbing", href: "/" },
{ label: "Drain Cleaning", href: "/" },
{ label: "Leak Detection", href: "/" },
@@ -32,8 +31,7 @@ export default function HomePage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Our Team", href: "/about" },
{ label: "Service Area", href: "/about" },
@@ -41,8 +39,7 @@ export default function HomePage() {
],
},
{
title: "Contact Info",
items: [
title: "Contact Info", items: [
{ label: "Phone: (619) 555-0123", href: "tel:+16195550123" },
{ label: "Email: info@anthonysfinestplumbing.com", href: "mailto:info@anthonysfinestplumbing.com" },
{ label: "San Diego, CA", href: "#" },
@@ -95,7 +92,7 @@ export default function HomePage() {
{ text: "Call Now: (619) 555-0123", href: "tel:+16195550123" },
]}
buttonAnimation="blur-reveal"
imageSrc="http://img.b2bpic.net/free-photo/plumber-man-fixing-kitchen-sink_53876-27.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/plumber-man-fixing-kitchen-sink_53876-27.jpg"
imageAlt="Professional plumber fixing pipe"
mediaAnimation="slide-up"
imagePosition="right"
@@ -112,47 +109,17 @@ export default function HomePage() {
tagAnimation="slide-up"
features={[
{
id: "emergency",
title: "Emergency Plumbing",
description: "24/7 emergency response for burst pipes, flooding, and urgent plumbing issues. We're always ready to help when you need us most.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-calling-plumber-solve-kitchen-problems_23-2150990674.jpg?_wi=1",
imageAlt: "Emergency plumbing burst pipe water damage",
},
id: "emergency", title: "Emergency Plumbing", description: "24/7 emergency response for burst pipes, flooding, and urgent plumbing issues. We're always ready to help when you need us most.", imageSrc: "http://img.b2bpic.net/free-photo/woman-calling-plumber-solve-kitchen-problems_23-2150990674.jpg", imageAlt: "Emergency plumbing burst pipe water damage"},
{
id: "drain",
title: "Drain Cleaning",
description: "Professional drain cleaning and unclogging services using advanced equipment. Prevent backups and maintain healthy drains.",
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-control-box_107420-95947.jpg?_wi=1",
imageAlt: "Drain cleaning plumber unclog pipe",
},
id: "drain", title: "Drain Cleaning", description: "Professional drain cleaning and unclogging services using advanced equipment. Prevent backups and maintain healthy drains.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-control-box_107420-95947.jpg", imageAlt: "Drain cleaning plumber unclog pipe"},
{
id: "leak",
title: "Leak Detection & Repair",
description: "Advanced leak detection technology to find hidden leaks. Fast repairs to prevent water damage and high bills.",
imageSrc: "http://img.b2bpic.net/free-photo/scientific-analyzing-beach_23-2147827035.jpg?_wi=1",
imageAlt: "Leak detection plumber finding water loss",
},
id: "leak", title: "Leak Detection & Repair", description: "Advanced leak detection technology to find hidden leaks. Fast repairs to prevent water damage and high bills.", imageSrc: "http://img.b2bpic.net/free-photo/scientific-analyzing-beach_23-2147827035.jpg", imageAlt: "Leak detection plumber finding water loss"},
{
id: "water-heater",
title: "Water Heater Service",
description: "Installation, repair, and maintenance of water heaters. Keep your hot water flowing reliably year-round.",
imageSrc: "http://img.b2bpic.net/free-photo/coworkers-refill-air-conditioner-freon_482257-90737.jpg?_wi=1",
imageAlt: "Water heater installation plumber service",
},
id: "water-heater", title: "Water Heater Service", description: "Installation, repair, and maintenance of water heaters. Keep your hot water flowing reliably year-round.", imageSrc: "http://img.b2bpic.net/free-photo/coworkers-refill-air-conditioner-freon_482257-90737.jpg", imageAlt: "Water heater installation plumber service"},
{
id: "pipe-repair",
title: "Pipe Repair & Replacement",
description: "Expert pipe repair and replacement services. From small fixes to complete system replacements.",
imageSrc: "http://img.b2bpic.net/free-photo/construction-site-with-old-pipes_23-2148254074.jpg?_wi=1",
imageAlt: "Pipe repair replacement plumber work",
},
id: "pipe-repair", title: "Pipe Repair & Replacement", description: "Expert pipe repair and replacement services. From small fixes to complete system replacements.", imageSrc: "http://img.b2bpic.net/free-photo/construction-site-with-old-pipes_23-2148254074.jpg", imageAlt: "Pipe repair replacement plumber work"},
{
id: "fixtures",
title: "Fixture Installation",
description: "Professional installation of toilets, faucets, and fixtures. Quality installations that last.",
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721570.jpg?_wi=1",
imageAlt: "Bathroom faucet fixture installation professional",
},
id: "fixtures", title: "Fixture Installation", description: "Professional installation of toilets, faucets, and fixtures. Quality installations that last.", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721570.jpg", imageAlt: "Bathroom faucet fixture installation professional"},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
@@ -174,36 +141,24 @@ export default function HomePage() {
bulletPoints={[
{
icon: Zap,
title: "Fast Response Times",
description: "1-2 hour average response time. We understand emergencies can't wait.",
},
title: "Fast Response Times", description: "1-2 hour average response time. We understand emergencies can't wait."},
{
icon: DollarSign,
title: "Honest Pricing",
description: "Transparent pricing with no hidden fees. Free estimates on all services.",
},
title: "Honest Pricing", description: "Transparent pricing with no hidden fees. Free estimates on all services."},
{
icon: CheckCircle,
title: "Licensed & Insured",
description: "Full licensing and insurance coverage. Your protection is our priority.",
},
title: "Licensed & Insured", description: "Full licensing and insurance coverage. Your protection is our priority."},
{
icon: Award,
title: "Quality Workmanship",
description: "Expert craftsmanship and attention to detail on every job.",
},
title: "Quality Workmanship", description: "Expert craftsmanship and attention to detail on every job."},
{
icon: Smile,
title: "Friendly Service",
description: "Professional, courteous plumbers who treat your home with respect.",
},
title: "Friendly Service", description: "Professional, courteous plumbers who treat your home with respect."},
{
icon: MapPin,
title: "Local Experts",
description: "Serving San Diego and nearby communities for over two decades.",
},
title: "Local Experts", description: "Serving San Diego and nearby communities for over two decades."},
]}
imageSrc="http://img.b2bpic.net/free-photo/builder-man-wearing-construction-uniform-security-helmet-smiling-making-gesture-with-hand-inviting-come-isolated-pink-wall_141793-14144.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/builder-man-wearing-construction-uniform-security-helmet-smiling-making-gesture-with-hand-inviting-come-isolated-pink-wall_141793-14144.jpg"
imageAlt="Anthony's Finest Plumbing team"
imagePosition="right"
mediaAnimation="slide-up"
@@ -224,25 +179,13 @@ export default function HomePage() {
tagAnimation="slide-up"
metrics={[
{
id: "1",
value: "500",
title: "Customers",
description: "Trusted by over 500 satisfied customers throughout San Diego",
icon: Users,
id: "1", value: "500", title: "Customers", description: "Trusted by over 500 satisfied customers throughout San Diego", icon: Users,
},
{
id: "2",
value: "98",
title: "% Satisfaction",
description: "98% customer satisfaction rate with exceptional reviews",
icon: Star,
id: "2", value: "98", title: "% Satisfaction", description: "98% customer satisfaction rate with exceptional reviews", icon: Star,
},
{
id: "3",
value: "20",
title: "Years",
description: "Two decades of reliable plumbing service in San Diego",
icon: Award,
id: "3", value: "20", title: "Years", description: "Two decades of reliable plumbing service in San Diego", icon: Award,
},
]}
gridVariant="uniform-all-items-equal"
@@ -264,41 +207,17 @@ export default function HomePage() {
tagAnimation="slide-up"
testimonials={[
{
id: "1",
name: "Maria Rodriguez",
role: "Homeowner",
company: "La Jolla",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-blonde-confident-young-businesswoman-against-gray-background_23-2148029500.jpg?_wi=1",
imageAlt: "Happy woman satisfied customer portrait",
},
id: "1", name: "Maria Rodriguez", role: "Homeowner", company: "La Jolla", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-blonde-confident-young-businesswoman-against-gray-background_23-2148029500.jpg", imageAlt: "Happy woman satisfied customer portrait"},
{
id: "2",
name: "James Chen",
role: "Business Owner",
company: "Downtown San Diego",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/all-good-confident-male-ceo-manager-showing-okay-sign-winking-everything-control-praising_1258-149933.jpg?_wi=1",
imageAlt: "Professional man business owner portrait",
},
id: "2", name: "James Chen", role: "Business Owner", company: "Downtown San Diego", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/all-good-confident-male-ceo-manager-showing-okay-sign-winking-everything-control-praising_1258-149933.jpg", imageAlt: "Professional man business owner portrait"},
{
id: "3",
name: "Sarah Johnson",
role: "Property Manager",
company: "Mission Valley",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-pensive-beautiful-business-woman_1262-2981.jpg?_wi=1",
imageAlt: "Professional woman manager portrait photo",
},
id: "3", name: "Sarah Johnson", role: "Property Manager", company: "Mission Valley", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-pensive-beautiful-business-woman_1262-2981.jpg", imageAlt: "Professional woman manager portrait photo"},
{
id: "4",
name: "Michael Thompson",
role: "Restaurant Owner",
company: "Pacific Beach",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-making-hand-gesture-with-cup-coffee-laptop-desk_23-2147955285.jpg",
imageAlt: "Successful man entrepreneur business owner",
},
id: "4", name: "Michael Thompson", role: "Restaurant Owner", company: "Pacific Beach", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-making-hand-gesture-with-cup-coffee-laptop-desk_23-2147955285.jpg", imageAlt: "Successful man entrepreneur business owner"},
]}
kpiItems={[
{ value: "500+", label: "Projects Completed" },
@@ -323,35 +242,17 @@ export default function HomePage() {
tagAnimation="slide-up"
faqs={[
{
id: "1",
title: "Do you offer emergency plumbing services?",
content: "Yes! We provide 24/7 emergency plumbing services for urgent issues like burst pipes, flooding, and severe clogs. Call us anytime at (619) 555-0123 for immediate assistance.",
},
id: "1", title: "Do you offer emergency plumbing services?", content: "Yes! We provide 24/7 emergency plumbing services for urgent issues like burst pipes, flooding, and severe clogs. Call us anytime at (619) 555-0123 for immediate assistance."},
{
id: "2",
title: "What is your average response time?",
content: "Our average response time is 1-2 hours for emergency calls. We prioritize urgent situations to minimize water damage and disruption to your home or business.",
},
id: "2", title: "What is your average response time?", content: "Our average response time is 1-2 hours for emergency calls. We prioritize urgent situations to minimize water damage and disruption to your home or business."},
{
id: "3",
title: "Are all your plumbers licensed and insured?",
content: "Yes, all of our plumbers are fully licensed, insured, and background-checked. Your safety and the protection of your property are our top priorities.",
},
id: "3", title: "Are all your plumbers licensed and insured?", content: "Yes, all of our plumbers are fully licensed, insured, and background-checked. Your safety and the protection of your property are our top priorities."},
{
id: "4",
title: "Do you offer free estimates?",
content: "Absolutely! We provide free estimates for all services. We'll assess your plumbing issue and give you a transparent, honest quote with no hidden fees.",
},
id: "4", title: "Do you offer free estimates?", content: "Absolutely! We provide free estimates for all services. We'll assess your plumbing issue and give you a transparent, honest quote with no hidden fees."},
{
id: "5",
title: "What areas of San Diego do you serve?",
content: "We serve the greater San Diego area including Downtown, La Jolla, Pacific Beach, Mission Valley, North County, and surrounding communities. Contact us to confirm service availability for your location.",
},
id: "5", title: "What areas of San Diego do you serve?", content: "We serve the greater San Diego area including Downtown, La Jolla, Pacific Beach, Mission Valley, North County, and surrounding communities. Contact us to confirm service availability for your location."},
{
id: "6",
title: "What should I do if I have a pipe burst?",
content: "First, shut off the main water valve to prevent flooding. Then call us immediately at (619) 555-0123. We'll dispatch a technician right away to stop the leak and assess the damage.",
},
id: "6", title: "What should I do if I have a pipe burst?", content: "First, shut off the main water valve to prevent flooding. Then call us immediately at (619) 555-0123. We'll dispatch a technician right away to stop the leak and assess the damage."},
]}
faqsAnimation="slide-up"
textboxLayout="default"
@@ -377,7 +278,7 @@ export default function HomePage() {
{/* Footer */}
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/mechanic-supplies-composition-high-angle_23-2149511906.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/mechanic-supplies-composition-high-angle_23-2149511906.jpg"
imageAlt="Plumbing tools wrench background professional"
columns={footerColumns}
logoText="Anthony's Finest Plumbing"