Merge version_2 into main #2
@@ -11,27 +11,13 @@ import { Shield, Clock, Zap, MapPin } from "lucide-react";
|
||||
|
||||
export default function AboutPage() {
|
||||
const navItems = [
|
||||
{ name: "Home", id: "home" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Reviews", id: "reviews" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Reviews", id: "/reviews" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
];
|
||||
|
||||
const handleNavigation = (id: string) => {
|
||||
if (id === "home") {
|
||||
window.location.href = "/";
|
||||
} else if (id === "services") {
|
||||
window.location.href = "/";
|
||||
} else if (id === "about") {
|
||||
window.location.href = "/about";
|
||||
} else if (id === "reviews") {
|
||||
window.location.href = "/reviews";
|
||||
} else if (id === "contact") {
|
||||
window.location.href = "/";
|
||||
}
|
||||
};
|
||||
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="expand-hover"
|
||||
@@ -47,12 +33,10 @@ export default function AboutPage() {
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
brandName="Irvine Plumbing"
|
||||
brandName="Irvine Plumbing & Drain"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Call Now",
|
||||
href: "tel:(949)850-4471",
|
||||
}}
|
||||
text: "Call Now", href: "tel:(949)850-4471"}}
|
||||
className="sticky top-0 z-50"
|
||||
/>
|
||||
</div>
|
||||
@@ -76,25 +60,13 @@ export default function AboutPage() {
|
||||
<MetricCardOne
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "6",
|
||||
title: "Cities",
|
||||
description: "Irvine, Tustin, Newport Beach, Costa Mesa, Lake Forest, Mission Viejo",
|
||||
icon: MapPin,
|
||||
id: "1", value: "6", title: "Cities", description: "Irvine, Tustin, Newport Beach, Costa Mesa, Lake Forest, Mission Viejo", icon: MapPin,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "24/7",
|
||||
title: "Hours",
|
||||
description: "Always available for emergencies",
|
||||
icon: Clock,
|
||||
id: "2", value: "24/7", title: "Hours", description: "Always available for emergencies", icon: Clock,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "1-2",
|
||||
title: "Hour Response",
|
||||
description: "We arrive fast to your location",
|
||||
icon: Zap,
|
||||
id: "3", value: "1-2", title: "Hour Response", description: "We arrive fast to your location", icon: Zap,
|
||||
},
|
||||
]}
|
||||
title="Proudly Serving Orange County"
|
||||
@@ -116,31 +88,13 @@ export default function AboutPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
tag: "Drainage",
|
||||
title: "Drain Cleaning",
|
||||
subtitle: "Clear clogs fast",
|
||||
description: "From slow drains to complete blockages, we use advanced techniques to get your pipes flowing again. Same-day service available.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-control-box_107420-95947.jpg?_wi=4",
|
||||
imageAlt: "drain cleaning professional plumber unclogging",
|
||||
},
|
||||
tag: "Drainage", title: "Drain Cleaning", subtitle: "Clear clogs fast", description: "From slow drains to complete blockages, we use advanced techniques to get your pipes flowing again. Same-day service available.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-control-box_107420-95947.jpg?_wi=4", imageAlt: "drain cleaning professional plumber unclogging"},
|
||||
{
|
||||
id: 2,
|
||||
tag: "Water Systems",
|
||||
title: "Water Heater Repair",
|
||||
subtitle: "Hot water restored",
|
||||
description: "Broken water heater? We repair or replace units quickly. Expert diagnostics to get you back to comfort fast.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/electrician-is-mounting-electric-sockets-white-wall-indoors_169016-17661.jpg?_wi=3",
|
||||
imageAlt: "water heater repair technician installation",
|
||||
},
|
||||
tag: "Water Systems", title: "Water Heater Repair", subtitle: "Hot water restored", description: "Broken water heater? We repair or replace units quickly. Expert diagnostics to get you back to comfort fast.", imageSrc: "http://img.b2bpic.net/free-photo/electrician-is-mounting-electric-sockets-white-wall-indoors_169016-17661.jpg?_wi=3", imageAlt: "water heater repair technician installation"},
|
||||
{
|
||||
id: 3,
|
||||
tag: "Emergency",
|
||||
title: "Leak Detection",
|
||||
subtitle: "Find hidden problems",
|
||||
description: "Suspect a hidden leak? We locate it without invasive digging. Accurate diagnosis prevents water damage.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/two-plumber-horizontal-compositions_1284-11793.jpg?_wi=3",
|
||||
imageAlt: "leak detection plumber finding water damage",
|
||||
},
|
||||
tag: "Emergency", title: "Leak Detection", subtitle: "Find hidden problems", description: "Suspect a hidden leak? We locate it without invasive digging. Accurate diagnosis prevents water damage.", imageSrc: "http://img.b2bpic.net/free-vector/two-plumber-horizontal-compositions_1284-11793.jpg?_wi=3", imageAlt: "leak detection plumber finding water damage"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -153,30 +107,27 @@ export default function AboutPage() {
|
||||
copyrightText="© 2025 Irvine Plumbing & Drain. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
{ label: "Drain Cleaning", href: "/" },
|
||||
{ label: "Water Heater Repair", href: "/" },
|
||||
{ label: "Leak Detection", href: "/" },
|
||||
{ label: "Emergency Plumbing", href: "/" },
|
||||
title: "Services", items: [
|
||||
{ label: "Drain Cleaning", href: "/services" },
|
||||
{ label: "Water Heater Repair", href: "/services" },
|
||||
{ label: "Leak Detection", href: "/services" },
|
||||
{ label: "Emergency Plumbing", href: "/services" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Reviews", href: "/reviews" },
|
||||
{ label: "Contact", href: "/" },
|
||||
{ label: "Service Areas", href: "/about" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
{ label: "Service Areas", href: "/" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "(949) 850-4471", href: "tel:(949)850-4471" },
|
||||
{ label: "3349 Michelson Dr, Irvine, CA 92612", href: "https://maps.google.com/?q=3349+Michelson+Dr+Irvine+CA+92612" },
|
||||
{ label: "Open 24/7", href: "#" },
|
||||
{ label: "Request Service", href: "/" },
|
||||
{ label: "Request Service", href: "/contact" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -17,8 +17,7 @@ export default function ContactPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Drain Cleaning", href: "/services" },
|
||||
{ label: "Water Heater Repair", href: "/services" },
|
||||
{ label: "Leak Detection", href: "/services" },
|
||||
@@ -26,8 +25,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Reviews", href: "/reviews" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
@@ -35,8 +33,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "(949) 850-4471", href: "tel:(949)850-4471" },
|
||||
{ label: "3349 Michelson Dr, Irvine, CA 92612", href: "https://maps.google.com/?q=3349+Michelson+Dr+Irvine+CA+92612" },
|
||||
{ label: "Open 24/7", href: "#" },
|
||||
@@ -60,15 +57,13 @@ export default function ContactPage() {
|
||||
>
|
||||
<div id="nav" data-section="nav" className="sticky top-0 z-50">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
brandName="Irvine Plumbing"
|
||||
brandName="Irvine Plumbing & Drain"
|
||||
navItems={navItems.map((item) => ({
|
||||
name: item.name,
|
||||
id: item.id,
|
||||
}))}
|
||||
button={{
|
||||
text: "Call Now",
|
||||
href: "tel:(949)850-4471",
|
||||
}}
|
||||
text: "Call Now", href: "tel:(949)850-4471"}}
|
||||
className="sticky top-0 z-50"
|
||||
/>
|
||||
</div>
|
||||
|
||||
133
src/app/page.tsx
133
src/app/page.tsx
@@ -38,12 +38,10 @@ export default function HomePage() {
|
||||
{/* Navigation */}
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
brandName="Irvine Plumbing"
|
||||
brandName="Irvine Plumbing & Drain"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Call Now",
|
||||
href: "tel:(949)850-4471",
|
||||
}}
|
||||
text: "Call Now", href: "tel:(949)850-4471"}}
|
||||
className="sticky top-0 z-50"
|
||||
/>
|
||||
</div>
|
||||
@@ -90,13 +88,7 @@ export default function HomePage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Irvine",
|
||||
"Tustin",
|
||||
"Newport Beach",
|
||||
"Costa Mesa",
|
||||
"Lake Forest",
|
||||
"Mission Viejo",
|
||||
]}
|
||||
"Irvine", "Tustin", "Newport Beach", "Costa Mesa", "Lake Forest", "Mission Viejo"]}
|
||||
speed={40}
|
||||
showCard={true}
|
||||
/>
|
||||
@@ -117,58 +109,22 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
tag: "Drainage",
|
||||
title: "Drain Cleaning",
|
||||
subtitle: "Clear clogs fast",
|
||||
description: "From slow drains to complete blockages, we use advanced techniques to get your pipes flowing again. Same-day service available.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-control-box_107420-95947.jpg?_wi=1",
|
||||
imageAlt: "drain cleaning professional plumber unclogging",
|
||||
},
|
||||
tag: "Drainage", title: "Drain Cleaning", subtitle: "Clear clogs fast", description: "From slow drains to complete blockages, we use advanced techniques to get your pipes flowing again. Same-day service available.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-control-box_107420-95947.jpg?_wi=1", imageAlt: "drain cleaning professional plumber unclogging"},
|
||||
{
|
||||
id: 2,
|
||||
tag: "Water Systems",
|
||||
title: "Water Heater Repair",
|
||||
subtitle: "Hot water restored",
|
||||
description: "Broken water heater? We repair or replace units quickly. Expert diagnostics to get you back to comfort fast.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/electrician-is-mounting-electric-sockets-white-wall-indoors_169016-17661.jpg?_wi=1",
|
||||
imageAlt: "water heater repair technician installation",
|
||||
},
|
||||
tag: "Water Systems", title: "Water Heater Repair", subtitle: "Hot water restored", description: "Broken water heater? We repair or replace units quickly. Expert diagnostics to get you back to comfort fast.", imageSrc: "http://img.b2bpic.net/free-photo/electrician-is-mounting-electric-sockets-white-wall-indoors_169016-17661.jpg?_wi=1", imageAlt: "water heater repair technician installation"},
|
||||
{
|
||||
id: 3,
|
||||
tag: "Emergency",
|
||||
title: "Leak Detection",
|
||||
subtitle: "Find hidden problems",
|
||||
description: "Suspect a hidden leak? We locate it without invasive digging. Accurate diagnosis prevents water damage.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/two-plumber-horizontal-compositions_1284-11793.jpg?_wi=1",
|
||||
imageAlt: "leak detection plumber finding water damage",
|
||||
},
|
||||
tag: "Emergency", title: "Leak Detection", subtitle: "Find hidden problems", description: "Suspect a hidden leak? We locate it without invasive digging. Accurate diagnosis prevents water damage.", imageSrc: "http://img.b2bpic.net/free-vector/two-plumber-horizontal-compositions_1284-11793.jpg?_wi=1", imageAlt: "leak detection plumber finding water damage"},
|
||||
{
|
||||
id: 4,
|
||||
tag: "Fixtures",
|
||||
title: "Faucet & Fixture Repair",
|
||||
subtitle: "Fixtures working again",
|
||||
description: "Leaking faucets, loose handles, or broken fixtures? We repair or replace quickly and cleanly.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-holding-coffee-cup-reading-newspaper_1170-392.jpg",
|
||||
imageAlt: "plumber fixing leaking kitchen faucet",
|
||||
},
|
||||
tag: "Fixtures", title: "Faucet & Fixture Repair", subtitle: "Fixtures working again", description: "Leaking faucets, loose handles, or broken fixtures? We repair or replace quickly and cleanly.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-holding-coffee-cup-reading-newspaper_1170-392.jpg", imageAlt: "plumber fixing leaking kitchen faucet"},
|
||||
{
|
||||
id: 5,
|
||||
tag: "Pipes",
|
||||
title: "Pipe Repair",
|
||||
subtitle: "Structural pipe solutions",
|
||||
description: "Corroded, cracked, or burst pipes? We handle repairs and replacements with minimal disruption.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-working-as-plumber_23-2150746388.jpg",
|
||||
imageAlt: "plumber repairing burst pipe copper",
|
||||
},
|
||||
tag: "Pipes", title: "Pipe Repair", subtitle: "Structural pipe solutions", description: "Corroded, cracked, or burst pipes? We handle repairs and replacements with minimal disruption.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-working-as-plumber_23-2150746388.jpg", imageAlt: "plumber repairing burst pipe copper"},
|
||||
{
|
||||
id: 6,
|
||||
tag: "Emergency",
|
||||
title: "Emergency Plumbing",
|
||||
subtitle: "Available 24/7",
|
||||
description: "Midnight emergency? We're here. Burst pipes, major leaks, or overflowing toilets—call us anytime.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-man-wearing-polo-shirt-safety-helmet-standing-with-smartphone-showing-direction-with-hands-with-serious-face-isolated-pink-wall_141793-15351.jpg",
|
||||
imageAlt: "emergency plumber responding to burst pipe",
|
||||
},
|
||||
tag: "Emergency", title: "Emergency Plumbing", subtitle: "Available 24/7", description: "Midnight emergency? We're here. Burst pipes, major leaks, or overflowing toilets—call us anytime.", imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-man-wearing-polo-shirt-safety-helmet-standing-with-smartphone-showing-direction-with-hands-with-serious-face-isolated-pink-wall_141793-15351.jpg", imageAlt: "emergency plumber responding to burst pipe"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -208,25 +164,13 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "6",
|
||||
title: "Cities",
|
||||
description: "Irvine, Tustin, Newport Beach, Costa Mesa, Lake Forest, Mission Viejo",
|
||||
icon: MapPin,
|
||||
id: "1", value: "6", title: "Cities", description: "Irvine, Tustin, Newport Beach, Costa Mesa, Lake Forest, Mission Viejo", icon: MapPin,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "24/7",
|
||||
title: "Hours",
|
||||
description: "Always available for emergencies",
|
||||
icon: Clock,
|
||||
id: "2", value: "24/7", title: "Hours", description: "Always available for emergencies", icon: Clock,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "1-2",
|
||||
title: "Hour Response",
|
||||
description: "We arrive fast to your location",
|
||||
icon: Zap,
|
||||
id: "3", value: "1-2", title: "Hour Response", description: "We arrive fast to your location", icon: Zap,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -247,41 +191,17 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
role: "Homeowner",
|
||||
company: "Irvine",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrat-young-man-laughing_23-2148560405.jpg?_wi=1",
|
||||
imageAlt: "happy homeowner smiling portrait professional",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson", role: "Homeowner", company: "Irvine", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrat-young-man-laughing_23-2148560405.jpg?_wi=1", imageAlt: "happy homeowner smiling portrait professional"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Rodriguez",
|
||||
role: "Homeowner",
|
||||
company: "Costa Mesa",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-confident-bearded-businessman-joyfully-looking-camera-while-talking-cellphone-restaurant-outdoor_574295-1311.jpg?_wi=1",
|
||||
imageAlt: "man smiling satisfied customer portrait",
|
||||
},
|
||||
id: "2", name: "Michael Rodriguez", role: "Homeowner", company: "Costa Mesa", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-confident-bearded-businessman-joyfully-looking-camera-while-talking-cellphone-restaurant-outdoor_574295-1311.jpg?_wi=1", imageAlt: "man smiling satisfied customer portrait"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Jennifer Lee",
|
||||
role: "Homeowner",
|
||||
company: "Newport Beach",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/builder-woman-construction-uniform-safety-helmet-with-smile-face-doing-ok-sign-standing-isolated-white-wall-with-copy-space_141793-14507.jpg?_wi=1",
|
||||
imageAlt: "woman portrait smiling customer testimonial",
|
||||
},
|
||||
id: "3", name: "Jennifer Lee", role: "Homeowner", company: "Newport Beach", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/builder-woman-construction-uniform-safety-helmet-with-smile-face-doing-ok-sign-standing-isolated-white-wall-with-copy-space_141793-14507.jpg?_wi=1", imageAlt: "woman portrait smiling customer testimonial"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Martinez",
|
||||
role: "Homeowner",
|
||||
company: "Lake Forest",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-middle-aged-man-pointing-down-polo-t-shirt-hat_176474-61593.jpg?_wi=1",
|
||||
imageAlt: "man satisfied customer smiling testimonial",
|
||||
},
|
||||
id: "4", name: "David Martinez", role: "Homeowner", company: "Lake Forest", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-middle-aged-man-pointing-down-polo-t-shirt-hat_176474-61593.jpg?_wi=1", imageAlt: "man satisfied customer smiling testimonial"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "34+", label: "Google Reviews" },
|
||||
@@ -322,8 +242,7 @@ export default function HomePage() {
|
||||
copyrightText="© 2025 Irvine Plumbing & Drain. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Drain Cleaning", href: "/services" },
|
||||
{ label: "Water Heater Repair", href: "/services" },
|
||||
{ label: "Leak Detection", href: "/services" },
|
||||
@@ -331,8 +250,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Reviews", href: "/reviews" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
@@ -340,13 +258,10 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "(949) 850-4471", href: "tel:(949)850-4471" },
|
||||
{
|
||||
label: "3349 Michelson Dr, Irvine, CA 92612",
|
||||
href: "https://maps.google.com/?q=3349+Michelson+Dr+Irvine+CA+92612",
|
||||
},
|
||||
label: "3349 Michelson Dr, Irvine, CA 92612", href: "https://maps.google.com/?q=3349+Michelson+Dr+Irvine+CA+92612"},
|
||||
{ label: "Open 24/7", href: "#" },
|
||||
{ label: "Request Service", href: "/contact" },
|
||||
],
|
||||
|
||||
@@ -10,27 +10,13 @@ import { Clock, Users, Award } from "lucide-react";
|
||||
|
||||
export default function ReviewsPage() {
|
||||
const navItems = [
|
||||
{ name: "Home", id: "home" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Reviews", id: "reviews" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Reviews", id: "/reviews" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
];
|
||||
|
||||
const handleNavigation = (id: string) => {
|
||||
if (id === "home") {
|
||||
window.location.href = "/";
|
||||
} else if (id === "services") {
|
||||
window.location.href = "/";
|
||||
} else if (id === "about") {
|
||||
window.location.href = "/about";
|
||||
} else if (id === "reviews") {
|
||||
window.location.href = "/reviews";
|
||||
} else if (id === "contact") {
|
||||
window.location.href = "/";
|
||||
}
|
||||
};
|
||||
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="expand-hover"
|
||||
@@ -46,12 +32,10 @@ export default function ReviewsPage() {
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
brandName="Irvine Plumbing"
|
||||
brandName="Irvine Plumbing & Drain"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Call Now",
|
||||
href: "tel:(949)850-4471",
|
||||
}}
|
||||
text: "Call Now", href: "tel:(949)850-4471"}}
|
||||
className="sticky top-0 z-50"
|
||||
/>
|
||||
</div>
|
||||
@@ -60,41 +44,17 @@ export default function ReviewsPage() {
|
||||
<TestimonialCardSixteen
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
role: "Homeowner",
|
||||
company: "Irvine",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrat-young-man-laughing_23-2148560405.jpg?_wi=2",
|
||||
imageAlt: "happy homeowner smiling portrait professional",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson", role: "Homeowner", company: "Irvine", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrat-young-man-laughing_23-2148560405.jpg?_wi=2", imageAlt: "happy homeowner smiling portrait professional"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Rodriguez",
|
||||
role: "Homeowner",
|
||||
company: "Costa Mesa",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-confident-bearded-businessman-joyfully-looking-camera-while-talking-cellphone-restaurant-outdoor_574295-1311.jpg?_wi=2",
|
||||
imageAlt: "man smiling satisfied customer portrait",
|
||||
},
|
||||
id: "2", name: "Michael Rodriguez", role: "Homeowner", company: "Costa Mesa", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-confident-bearded-businessman-joyfully-looking-camera-while-talking-cellphone-restaurant-outdoor_574295-1311.jpg?_wi=2", imageAlt: "man smiling satisfied customer portrait"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Jennifer Lee",
|
||||
role: "Homeowner",
|
||||
company: "Newport Beach",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/builder-woman-construction-uniform-safety-helmet-with-smile-face-doing-ok-sign-standing-isolated-white-wall-with-copy-space_141793-14507.jpg?_wi=2",
|
||||
imageAlt: "woman portrait smiling customer testimonial",
|
||||
},
|
||||
id: "3", name: "Jennifer Lee", role: "Homeowner", company: "Newport Beach", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/builder-woman-construction-uniform-safety-helmet-with-smile-face-doing-ok-sign-standing-isolated-white-wall-with-copy-space_141793-14507.jpg?_wi=2", imageAlt: "woman portrait smiling customer testimonial"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Martinez",
|
||||
role: "Homeowner",
|
||||
company: "Lake Forest",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-middle-aged-man-pointing-down-polo-t-shirt-hat_176474-61593.jpg?_wi=2",
|
||||
imageAlt: "man satisfied customer smiling testimonial",
|
||||
},
|
||||
id: "4", name: "David Martinez", role: "Homeowner", company: "Lake Forest", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-middle-aged-man-pointing-down-polo-t-shirt-hat_176474-61593.jpg?_wi=2", imageAlt: "man satisfied customer smiling testimonial"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "34+", label: "Google Reviews" },
|
||||
@@ -114,25 +74,13 @@ export default function ReviewsPage() {
|
||||
<MetricCardOne
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "34+",
|
||||
title: "Reviews",
|
||||
description: "From verified customers across Orange County",
|
||||
icon: Users,
|
||||
id: "1", value: "34+", title: "Reviews", description: "From verified customers across Orange County", icon: Users,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "5.0★",
|
||||
title: "Rating",
|
||||
description: "Consistently excellent service ratings",
|
||||
icon: Award,
|
||||
id: "2", value: "5.0★", title: "Rating", description: "Consistently excellent service ratings", icon: Award,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "1000+",
|
||||
title: "Homes",
|
||||
description: "Successfully served families in the area",
|
||||
icon: Clock,
|
||||
id: "3", value: "1000+", title: "Homes", description: "Successfully served families in the area", icon: Clock,
|
||||
},
|
||||
]}
|
||||
title="Our Track Record"
|
||||
@@ -165,30 +113,27 @@ export default function ReviewsPage() {
|
||||
copyrightText="© 2025 Irvine Plumbing & Drain. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
{ label: "Drain Cleaning", href: "/" },
|
||||
{ label: "Water Heater Repair", href: "/" },
|
||||
{ label: "Leak Detection", href: "/" },
|
||||
{ label: "Emergency Plumbing", href: "/" },
|
||||
title: "Services", items: [
|
||||
{ label: "Drain Cleaning", href: "/services" },
|
||||
{ label: "Water Heater Repair", href: "/services" },
|
||||
{ label: "Leak Detection", href: "/services" },
|
||||
{ label: "Emergency Plumbing", href: "/services" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Reviews", href: "/reviews" },
|
||||
{ label: "Contact", href: "/" },
|
||||
{ label: "Service Areas", href: "/about" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
{ label: "Service Areas", href: "/" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "(949) 850-4471", href: "tel:(949)850-4471" },
|
||||
{ label: "3349 Michelson Dr, Irvine, CA 92612", href: "https://maps.google.com/?q=3349+Michelson+Dr+Irvine+CA+92612" },
|
||||
{ label: "Open 24/7", href: "#" },
|
||||
{ label: "Request Service", href: "/" },
|
||||
{ label: "Request Service", href: "/contact" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -34,12 +34,10 @@ export default function ServicesPage() {
|
||||
{/* Navigation */}
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
brandName="Irvine Plumbing"
|
||||
brandName="Irvine Plumbing & Drain"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Call Now",
|
||||
href: "tel:(949)850-4471",
|
||||
}}
|
||||
text: "Call Now", href: "tel:(949)850-4471"}}
|
||||
className="sticky top-0 z-50"
|
||||
/>
|
||||
</div>
|
||||
@@ -88,31 +86,13 @@ export default function ServicesPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
tag: "Drainage Solutions",
|
||||
title: "Drain Cleaning & Unclogging",
|
||||
subtitle: "Fast blockage removal with advanced equipment",
|
||||
description: "Slow drains and complete blockages are no problem. We use hydro-jetting and drain snakes to clear your pipes thoroughly. We serve slow kitchen sinks, shower drains, and main line backups with same-day service availability.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-control-box_107420-95947.jpg?_wi=3",
|
||||
imageAlt: "Drain cleaning service in action",
|
||||
},
|
||||
tag: "Drainage Solutions", title: "Drain Cleaning & Unclogging", subtitle: "Fast blockage removal with advanced equipment", description: "Slow drains and complete blockages are no problem. We use hydro-jetting and drain snakes to clear your pipes thoroughly. We serve slow kitchen sinks, shower drains, and main line backups with same-day service availability.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-control-box_107420-95947.jpg?_wi=3", imageAlt: "Drain cleaning service in action"},
|
||||
{
|
||||
id: 2,
|
||||
tag: "Water Heating",
|
||||
title: "Water Heater Repair & Installation",
|
||||
subtitle: "Cold showers are behind you now",
|
||||
description: "Whether it's a broken water heater or time for a replacement, we diagnose and fix issues quickly. We handle tankless models, traditional tanks, and everything in between. Expert installation ensures years of reliable hot water.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/electrician-is-mounting-electric-sockets-white-wall-indoors_169016-17661.jpg?_wi=2",
|
||||
imageAlt: "Water heater installation and repair",
|
||||
},
|
||||
tag: "Water Heating", title: "Water Heater Repair & Installation", subtitle: "Cold showers are behind you now", description: "Whether it's a broken water heater or time for a replacement, we diagnose and fix issues quickly. We handle tankless models, traditional tanks, and everything in between. Expert installation ensures years of reliable hot water.", imageSrc: "http://img.b2bpic.net/free-photo/electrician-is-mounting-electric-sockets-white-wall-indoors_169016-17661.jpg?_wi=2", imageAlt: "Water heater installation and repair"},
|
||||
{
|
||||
id: 3,
|
||||
tag: "Water Damage Prevention",
|
||||
title: "Leak Detection & Repair",
|
||||
subtitle: "Find hidden leaks before major damage",
|
||||
description: "Hidden leaks can cost thousands in water damage. We use advanced detection equipment to locate leaks without invasive digging. Once found, we repair quickly to prevent further damage to your home.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/two-plumber-horizontal-compositions_1284-11793.jpg?_wi=2",
|
||||
imageAlt: "Leak detection and repair service",
|
||||
},
|
||||
tag: "Water Damage Prevention", title: "Leak Detection & Repair", subtitle: "Find hidden leaks before major damage", description: "Hidden leaks can cost thousands in water damage. We use advanced detection equipment to locate leaks without invasive digging. Once found, we repair quickly to prevent further damage to your home.", imageSrc: "http://img.b2bpic.net/free-vector/two-plumber-horizontal-compositions_1284-11793.jpg?_wi=2", imageAlt: "Leak detection and repair service"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -148,8 +128,7 @@ export default function ServicesPage() {
|
||||
copyrightText="© 2025 Irvine Plumbing & Drain. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Drain Cleaning", href: "/services" },
|
||||
{ label: "Water Heater Repair", href: "/services" },
|
||||
{ label: "Leak Detection", href: "/services" },
|
||||
@@ -157,8 +136,7 @@ export default function ServicesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Reviews", href: "/reviews" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
@@ -166,13 +144,10 @@ export default function ServicesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "(949) 850-4471", href: "tel:(949)850-4471" },
|
||||
{
|
||||
label: "3349 Michelson Dr, Irvine, CA 92612",
|
||||
href: "https://maps.google.com/?q=3349+Michelson+Dr+Irvine+CA+92612",
|
||||
},
|
||||
label: "3349 Michelson Dr, Irvine, CA 92612", href: "https://maps.google.com/?q=3349+Michelson+Dr+Irvine+CA+92612"},
|
||||
{ label: "Open 24/7", href: "#" },
|
||||
{ label: "Request Service", href: "/contact" },
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user