diff --git a/src/app/page.tsx b/src/app/page.tsx
index 582219f..1359fda 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -5,11 +5,11 @@ import ReactLenis from "lenis/react";
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FaqBase from '@/components/sections/faq/FaqBase';
import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow';
-import FooterBase from '@/components/sections/footer/FooterBase';
+import FooterCard from '@/components/sections/footer/FooterCard';
import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import SplitAbout from '@/components/sections/about/SplitAbout';
-import { Droplets, Flame, Home, Phone, ShieldCheck, Users, Wrench } from "lucide-react";
+import { Droplets, Flame, Home, Phone, ShieldCheck, Users, Wrench, Mail, MapPin } from "lucide-react";
export default function LandingPage() {
return (
@@ -29,26 +29,11 @@ export default function LandingPage() {
@@ -57,107 +42,22 @@ export default function LandingPage() {
@@ -169,18 +69,9 @@ export default function LandingPage() {
title="Decades of Local Excellence"
description="Owned by Jim Zweigle, our team brings nearly 30 years of professional plumbing experience to your home or business. We hold CA License #717077 and take immense pride in our work across the San Joaquin Valley."
bulletPoints={[
- {
- title: "Serving Since 1996",
- description: "Nearly 30 years of trusted local experience.",
- },
- {
- title: "Community Projects",
- description: "Worked on major commercial projects including Grizzly Stadium.",
- },
- {
- title: "Licensed & Insured",
- description: "California Plumbing License #717077.",
- },
+ { title: "Serving Since 1996", description: "Nearly 30 years of trusted local experience.", icon: Home },
+ { title: "Community Projects", description: "Worked on major commercial projects including Grizzly Stadium.", icon: Users },
+ { title: "Licensed & Insured", description: "California Plumbing License #717077.", icon: ShieldCheck },
]}
imageSrc="http://img.b2bpic.net/free-photo/horizontal-portrait-beautiful-positive-young-european-female-blue-shirt-dress-relaxing-home-looking-front-with-easy-carefree-smile_343059-3894.jpg?_wi=2"
mediaAnimation="blur-reveal"
@@ -193,36 +84,10 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
- {
- icon: Wrench,
- title: "General Repairs",
- description: "Fast resolution for all residential and commercial plumbing issues.",
- },
- {
- icon: Flame,
- title: "Water Heaters",
- description: "Expert installation and repair for residential hot water systems.",
- },
- {
- icon: Droplets,
- title: "Drain Cleaning",
- description: "Reliable sewer and drain clearing services for clogged systems.",
- },
- {
- icon: ShieldCheck,
- title: "Backflow Testing",
- description: "Certified testing, installation, and compliance for backflow devices.",
- },
- {
- icon: Droplets,
- title: "Water Lines & PEX",
- description: "Expert plumbing work on water lines and modern PEX piping.",
- },
- {
- icon: Home,
- title: "New Construction",
- description: "Full plumbing design and installation for new building projects.",
- },
+ { icon: Wrench, title: "General Repairs", description: "Fast resolution for all residential and commercial plumbing issues." },
+ { icon: Flame, title: "Water Heaters", description: "Expert installation and repair for residential hot water systems." },
+ { icon: Droplets, title: "Drain Cleaning", description: "Reliable sewer and drain clearing services." },
+ { icon: ShieldCheck, title: "Backflow Testing", description: "Certified testing and compliance." },
]}
title="Professional Plumbing Services"
description="From emergency repairs to large commercial construction, Jim's Plumbing handles it all."
@@ -233,35 +98,13 @@ export default function LandingPage() {
@@ -270,87 +113,25 @@ export default function LandingPage() {