diff --git a/src/app/page.tsx b/src/app/page.tsx
index 4085a0e..cceff71 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -5,10 +5,9 @@ import ReactLenis from "lenis/react";
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
-import LegalSection from '@/components/legal/LegalSection';
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
-import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import TeamCardFive from '@/components/sections/team/TeamCardFive';
+import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import { Calendar, CheckCircle, Clock, ShieldCheck, Star } from "lucide-react";
export default function LandingPage() {
@@ -29,26 +28,11 @@ export default function LandingPage() {
@@ -59,74 +43,20 @@ export default function LandingPage() {
logoText="Reliance Plumbing"
description="Fast, Reliable Plumbing Done Right the First Time. Trusted by Central Florida homeowners for years."
buttons={[
- {
- text: "Call Now",
- href: "tel:5551234567",
- },
- {
- text: "Book Service",
- href: "/contact",
- },
+ { text: "Call Now", href: "tel:5551234567" },
+ { text: "Book Service", href: "/contact" },
]}
slides={[
- {
- imageSrc: "http://img.b2bpic.net/free-photo/male-jeweler-working-shop_23-2150914162.jpg?_wi=1",
- imageAlt: "Professional plumber smiling friendly",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721526.jpg",
- imageAlt: "Professional plumber smiling friendly",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg",
- imageAlt: "Professional plumber smiling friendly",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/woman-fixing-kitchen-sink_53876-139620.jpg",
- imageAlt: "Professional plumber smiling friendly",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/man-overall-cap-smiling_23-2148073095.jpg",
- imageAlt: "Professional plumber smiling friendly",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/plumber-assembling-pipe_1098-17772.jpg",
- imageAlt: "Professional plumber smiling friendly",
- },
+ { imageSrc: "http://img.b2bpic.net/free-photo/male-jeweler-working-shop_23-2150914162.jpg", imageAlt: "Professional plumber smiling friendly" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721526.jpg", imageAlt: "Professional plumber smiling friendly" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg", imageAlt: "Professional plumber smiling friendly" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/woman-fixing-kitchen-sink_53876-139620.jpg", imageAlt: "Professional plumber smiling friendly" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/man-overall-cap-smiling_23-2148073095.jpg", imageAlt: "Professional plumber smiling friendly" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/plumber-assembling-pipe_1098-17772.jpg", imageAlt: "Professional plumber smiling friendly" },
]}
/>
-
-
-
-
+
+
+
+
-
-
-
-
@@ -132,43 +81,15 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Our Approach"
description={[
- "We take pride in our precision.",
- "Every job is backed by our signature quality warranty.",
- ]}
+ "We take pride in our precision.", "Every job is backed by our signature quality warranty."]}
/>