diff --git a/src/app/page.tsx b/src/app/page.tsx index 365c78c..575b901 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,27 +6,25 @@ import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloating import HeroOverlay from "@/components/sections/hero/HeroOverlay"; import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout"; import FeatureCardOne from "@/components/sections/feature/FeatureCardOne"; -import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/FeatureBorderGlow"; -import FeatureCardEight from "@/components/sections/feature/FeatureCardEight"; import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen"; import FaqSplitText from "@/components/sections/faq/FaqSplitText"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterMedia from "@/components/sections/footer/FooterMedia"; -import { Star, Wrench, ShieldCheck, Phone, Zap, Droplets, Gauge } from "lucide-react"; +import { Star } from "lucide-react"; export default function Page() { return (
@@ -137,10 +132,10 @@ export default function Page() { logoText="Diaz Plumbing Solution LLC" imageSrc="http://img.b2bpic.net/free-photo/car-mechanic-repairs-blue-car-rise-garage_1157-46538.jpg" columns={[ - { title: "Quick Links", items: [{ label: "Home", href: "#" }, { label: "Services", href: "#services" }] }, + { title: "Company", items: [{ label: "Home", href: "#" }, { label: "About", href: "#about" }] }, + { title: "Services", items: [{ label: "Emergency", href: "tel:2143165729" }, { label: "Repairs", href: "#services" }] }, { title: "Contact", items: [{ label: "214-316-5729", href: "tel:2143165729" }, { label: "Dallas, TX", href: "#" }] } ]} - copyrightText="© 2025 Diaz Plumbing Solution LLC" />