diff --git a/src/app/page.tsx b/src/app/page.tsx
index ec26c07..572f8a8 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -9,7 +9,7 @@ import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSp
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FooterCard from '@/components/sections/footer/FooterCard';
-import { AlertCircle, Droplet, Search, Zap, Pipe, Trash2, Award, Star, Phone, Mail, MapPin } from 'lucide-react';
+import { AlertCircle, Droplet, Search, Zap, Pipe, Trash2, Award, Star, Phone, Mail, MapPin, Wrench } from 'lucide-react';
export default function LandingPage() {
return (
@@ -31,8 +31,7 @@ export default function LandingPage() {
{ name: "Services", id: "services" },
{ name: "Why Us", id: "why-us" },
{ name: "Testimonials", id: "testimonials" },
- { name: "Contact", id: "contact" },
- { name: "Call Now", id: "https://tel:+17196489086" }
+ { name: "Contact", id: "contact" }
]}
brandName="M.D. Service Plumbing"
bottomLeftText="401 Juanita St, CO 80909"
@@ -44,7 +43,7 @@ export default function LandingPage() {
@@ -147,7 +146,7 @@ export default function LandingPage() {
tag="Get Help Now"
title="Request Plumbing Service"
description="Need emergency service or want to schedule an appointment? Call us 24/7 or submit your details below and we'll get back to you quickly."
- background={{ variant: "grid" }}
+ background={{ variant: "plain" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/happy-customers-service-agent-with-headset-communicating-with-customer-working-laptop-call-center_637285-127.jpg"
imageAlt="Contact us for plumbing services"
@@ -172,22 +171,3 @@ export default function LandingPage() {
);
}
-
-const Wrench = (() => {
- const WrenchIcon = () => (
-
- );
- return WrenchIcon as any;
-})();