diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
index f4f06f5..ea92e8c 100644
--- a/src/app/contact/page.tsx
+++ b/src/app/contact/page.tsx
@@ -6,7 +6,7 @@ import AboutMetric from '@/components/sections/about/AboutMetric';
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FooterMedia from '@/components/sections/footer/FooterMedia';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
-import { Clock, Phone } from "lucide-react";
+import { Clock, Phone, MapPin } from "lucide-react";
export default function LandingPage() {
return (
@@ -23,120 +23,81 @@ export default function LandingPage() {
headingFontWeight="semibold"
>
-
-
-
+
+
+
-
-
-
+
+
+
-
+
-
+
);
-}
+}
\ No newline at end of file
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 0bbf8d9..c637757 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -33,7 +33,7 @@ export default function LandingPage() {
{ name: "Services", id: "/services" },
{ name: "Contact", id: "/contact" },
]}
- brandName="Island Plumbing"
+ brandName="Reliable Brooklyn Plumbing, Heating & Cooling"
/>
@@ -41,7 +41,7 @@ export default function LandingPage() {
@@ -69,7 +69,8 @@ export default function LandingPage() {
useInvertedBackground={true}
title="Local Supply. Professional Support."
description={[
- "For over three decades, Island Plumbing & Heating Supply has been Brooklyn's go-to source for quality supplies. Our family-owned business combines old-school values with modern expertise to keep Brooklyn flowing.", "Extensive inventory of name-brand supplies, knowledgeable staff, and competitive pricing for contractors and homeowners."]}
+ "For over three decades, Reliable Brooklyn Plumbing, Heating & Cooling has been the go-to source for quality supplies. Located at 2357 60th St #216, Brooklyn, NY 11204, our family-owned business combines old-school values with modern expertise.", "Service Area: Brooklyn. Operating hours: Open 24 Hours. Contact us today: (516) 514-1013."
+ ]}
/>
@@ -98,8 +99,8 @@ export default function LandingPage() {
{ id: "4", name: "Nathan Craig", imageSrc: "http://img.b2bpic.net/free-photo/corporate-business-people_23-2148827022.jpg" },
{ id: "5", name: "Amari Damian", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-with-cleaning-equipment-living-room_329181-649.jpg" },
]}
- cardTitle="What Our Customers Say"
- cardTag="Reviews"
+ cardTitle="Customer Reviews"
+ cardTag="Verified"
cardAnimation="slide-up"
/>
@@ -107,9 +108,9 @@ export default function LandingPage() {