diff --git a/src/app/booking/page.tsx b/src/app/booking/page.tsx
new file mode 100644
index 0000000..f015ab7
--- /dev/null
+++ b/src/app/booking/page.tsx
@@ -0,0 +1,85 @@
+"use client";
+
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import ReactLenis from "lenis/react";
+import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
+import FooterMedia from '@/components/sections/footer/FooterMedia';
+import ContactCenter from '@/components/sections/contact/ContactCenter';
+import { Calendar, Clock, User, Mail, FileText } from "lucide-react";
+
+export default function BookingPage() {
+ return (
+
+
+
+
+
+
+
+
+
Book an Appointment
+
+
+
+
+
+
+
+ );
+}
\ No newline at end of file
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 14db48c..2164263 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,14 +32,11 @@ export default function LandingPage() {
@@ -47,52 +44,18 @@ export default function LandingPage() {
@@ -101,14 +64,10 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
title="Reliable Care for Your Home"
- description="We believe in honest, efficient work. Our team is fully licensed and background-checked to ensure your peace of mind. Whether it's a leaky faucet or a sewer repair, we handle it with precision."
+ description="We believe in honest, efficient work. Our team is fully licensed and background-checked to ensure your peace of mind."
bulletPoints={[
- {
- title: "Licensed Experts", description: "Verified professionals handle every job."},
- {
- title: "Background Checked", description: "Your security is our top priority."},
- {
- title: "Always Ready", description: "24/7 support for all emergencies."},
+ { title: "Licensed Experts", description: "Verified professionals handle every job." },
+ { title: "Background Checked", description: "Your security is our top priority." },
]}
imageSrc="http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721580.jpg?_wi=1"
mediaAnimation="slide-up"
@@ -121,18 +80,12 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
features={[
- {
- icon: Wrench,
- title: "Pipe & Drain Repair", description: "Quickly unblock drains and repair leaks."},
- {
- icon: Flame,
- title: "Water Heater Installation", description: "Reliable installation and repair services."},
- {
- icon: Droplet,
- title: "Fixture Services", description: "Faucet, shower, and toilet installations."},
+ { icon: Wrench, title: "Pipe & Drain Repair", description: "Quickly unblock drains and repair leaks." },
+ { icon: Flame, title: "Water Heater Installation", description: "Reliable installation and repair services." },
+ { icon: Droplet, title: "Fixture Services", description: "Faucet, shower, and toilet installations." },
]}
title="Comprehensive Plumbing Solutions"
- description="We offer a full suite of services to keep your systems running smoothly, from emergency repairs to new installations."
+ description="We offer a full suite of services to keep your systems running smoothly."
/>
@@ -142,12 +95,8 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
metrics={[
- {
- id: "m1", value: "24/7", title: "Available", description: "Ready to help anytime.", imageSrc: "http://img.b2bpic.net/free-vector/set-fatherland-defender-day-badges_23-2148799914.jpg"},
- {
- id: "m2", value: "11+", title: "Years", description: "Trusted local expertise.", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990683.jpg"},
- {
- id: "m3", value: "4.8", title: "Rating", description: "Based on 537 reviews.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-executives-showing-thumbs-up_1098-1828.jpg"},
+ { id: "m1", value: "24/7", title: "Available", description: "Ready to help anytime.", imageSrc: "http://img.b2bpic.net/free-vector/set-fatherland-defender-day-badges_23-2148799914.jpg" },
+ { id: "m2", value: "11+", title: "Years", description: "Trusted local expertise.", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990683.jpg" },
]}
title="Quality You Can Trust"
description="Our commitment to excellence shows in every job we complete."
@@ -158,8 +107,7 @@ export default function LandingPage() {