8 Commits

Author SHA1 Message Date
9add3baf91 Update src/app/page.tsx 2026-04-02 21:36:24 +00:00
18366d9db3 Merge version_4 into main
Merge version_4 into main
2026-04-02 21:28:09 +00:00
3a3c5b6ca2 Update src/app/page.tsx 2026-04-02 21:28:06 +00:00
66cb255940 Merge version_3 into main
Merge version_3 into main
2026-04-02 21:19:44 +00:00
4105c9b8f3 Update src/app/page.tsx 2026-04-02 21:19:40 +00:00
5b105dad66 Merge version_3 into main
Merge version_3 into main
2026-04-02 21:19:20 +00:00
c2ea1d6a8d Update src/app/page.tsx 2026-04-02 21:19:16 +00:00
e50487c8d0 Merge version_2 into main
Merge version_2 into main
2026-04-02 21:15:27 +00:00

View File

@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
import AboutMetric from '@/components/sections/about/AboutMetric';
import ContactFaq from '@/components/sections/contact/ContactFaq';
import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
import FooterCard from '@/components/sections/footer/FooterCard';
import FooterMedia from '@/components/sections/footer/FooterMedia';
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
@@ -63,7 +63,7 @@ export default function LandingPage() {
{
text: "Call Now: +1 786-636-4044", href: "tel:+17866364044"},
]}
imageSrc="http://img.b2bpic.net/free-photo/professional-female-driver-with-van-wagon-car_23-2150248841.jpg"
imageSrc="http://img.b2bpic.net/free-photo/professional-female-driver-with-van-wagon-car_23-2150248841.jpg?_wi=1"
mediaAnimation="slide-up"
avatars={[
{
@@ -105,7 +105,7 @@ export default function LandingPage() {
metrics={[
{
icon: CheckCircle,
label: "Licensed & Insured", value: "Verified"},
label: "Licensed & Insured", value: "Fully Licensed"},
{
icon: Zap,
label: "Quick Response", value: "Fast"},
@@ -124,13 +124,16 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "Septic & Plumbing Checks", description: "Thorough inspection of your home's essential systems.", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721527.jpg?_wi=1", imageAlt: "Inspection"},
title: "Septic & Plumbing Checks", description: "Thorough inspection of your home's essential systems.", buttons: [{ text: "Book Now", href: "tel:+17866364044" }],
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721527.jpg?_wi=1", imageAlt: "Inspection"},
{
id: 2,
title: "Hot Water Line Replacement", description: "Expert replacement of water lines with reliable, fair quotes.", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721527.jpg?_wi=2", imageAlt: "Pipework"},
title: "Hot Water Line Replacement", description: "Expert replacement of water lines with reliable, fair quotes.", buttons: [{ text: "Get Quote", href: "tel:+17866364044" }],
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721527.jpg?_wi=2", imageAlt: "Pipework"},
{
id: 3,
title: "Emergency Repairs", description: "Prompt response for all plumbing emergencies, day or night.", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721527.jpg?_wi=3", imageAlt: "Emergency"},
title: "Emergency Repairs", description: "Prompt response for all plumbing emergencies, day or night.", buttons: [{ text: "Book Now", href: "tel:+17866364044" }],
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721527.jpg?_wi=3", imageAlt: "Emergency"},
]}
title="Our Professional Plumbing Services"
description="From small repairs to large line replacements, we ensure every job is done with precision."
@@ -170,10 +173,15 @@ export default function LandingPage() {
</div>
<div id="footer" data-section="footer">
<FooterCard
logoText="Dr. Drip Plumbing Inc."
copyrightText="© 2025 Dr. Drip Plumbing Inc."
/>
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/professional-female-driver-with-van-wagon-car_23-2150248841.jpg?_wi=2"
logoText="Dr. Drip Plumbing Inc."
copyrightText="© 2025 Dr. Drip Plumbing Inc."
columns={[
{ title: "Services", items: [{ label: "Septic Checks", href: "#services" }, { label: "Emergency Repairs", href: "#services" }] },
{ title: "Company", items: [{ label: "Contact", href: "#contact" }, { label: "About", href: "#about" }] }
]}
/>
</div>
</ReactLenis>
</ThemeProvider>