7 Commits

Author SHA1 Message Date
438d064a7d Update src/app/page.tsx 2026-06-09 01:33:33 +00:00
12e22ad5d2 Update src/app/page.tsx 2026-06-09 01:32:20 +00:00
63834195ea Update src/app/styles/variables.css 2026-06-09 01:18:13 +00:00
8de9f35d7c Merge version_2 into main
Merge version_2 into main
2026-06-09 01:14:45 +00:00
66d815d871 Update src/app/page.tsx 2026-06-09 01:14:42 +00:00
7a8fabf715 Merge version_1 into main
Merge version_1 into main
2026-06-09 00:54:13 +00:00
dd495b7743 Merge version_1 into main
Merge version_1 into main
2026-06-09 00:53:22 +00:00
2 changed files with 18 additions and 18 deletions

View File

@@ -62,7 +62,7 @@ export default function LandingPage() {
text: "Schedule Service", href: "#contact"},
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/dumbbell_1203-6625.jpg"
imageSrc="https://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990697.jpg?id=94957524"
imageAlt="Luxurious plumbing tools on a dark background"
/>
</div>
@@ -83,7 +83,7 @@ export default function LandingPage() {
{
title: "Sustainable Solutions", description: "Committed to eco-friendly practices, we offer solutions that minimize water waste and promote environmental responsibility."},
]}
imageSrc="http://img.b2bpic.net/free-photo/front-view-young-female-mechanic_23-2148327547.jpg"
imageSrc="https://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990698.jpg?id=94957525"
imageAlt="Dunwoody Plumbing service van"
mediaAnimation="opacity"
/>
@@ -95,17 +95,17 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
title: "Drain Cleaning", description: "Expert solutions for clogged drains, including hydro-jetting and root removal for lasting relief.", imageSrc: "http://img.b2bpic.net/free-photo/worker-putting-protective-gloves_23-2148773452.jpg", imageAlt: "High pressure drain cleaning tools", buttonIcon: Wrench,
title: "Drain Cleaning", description: "Expert solutions for clogged drains, including hydro-jetting and root removal for lasting relief.", imageSrc: "http://img.b2bpic.net/free-photo/worker-putting-protective-gloves_23-2148773452.jpg", imageAlt: "High pressure drain cleaning tools", buttonIcon: Wrench
},
{
title: "Faucet Installation & Repair", description: "Professional installation and repair of all types of faucets, ensuring leak-free performance and aesthetic appeal.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746318.jpg", imageAlt: "Plumber installing a modern kitchen faucet", buttonIcon: Droplet,
title: "Faucet Installation & Repair", description: "Professional installation and repair of all types of faucets, ensuring leak-free performance and aesthetic appeal.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746318.jpg", imageAlt: "Plumber installing a modern kitchen faucet", buttonIcon: Droplet
},
{
title: "Water Heater Services", description: "Installation, repair, and maintenance for tankless and traditional water heaters, guaranteeing reliable hot water.", imageSrc: "http://img.b2bpic.net/free-photo/view-person-creating-digital-diy-craft-content_23-2151515893.jpg", imageAlt: "Technician repairing a water heater", buttonIcon: Thermometer,
title: "Water Heater Services", description: "Installation, repair, and maintenance for tankless and traditional water heaters, guaranteeing reliable hot water.", imageSrc: "http://img.b2bpic.net/free-photo/view-person-creating-digital-diy-craft-content_23-2151515893.jpg", imageAlt: "Technician repairing a water heater", buttonIcon: Thermometer
},
{
title: "Plumbing Leak Detection", description: "Utilizing advanced technology to accurately pinpoint leaks, preventing costly water damage and wastage.", imageSrc: "http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176720.jpg", imageAlt: "Plumber using leak detection equipment", buttonIcon: Droplet,
},
title: "Plumbing Leak Detection", description: "Utilizing advanced technology to accurately pinpoint leaks, preventing costly water damage and wastage.", imageSrc: "http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176720.jpg", imageAlt: "Plumber using leak detection equipment", buttonIcon: Droplet
}
]}
title="Our Premium Plumbing Services"
description="From routine maintenance to complex emergencies, our comprehensive range of services ensures your plumbing systems are always in optimal condition."
@@ -220,7 +220,7 @@ export default function LandingPage() {
label: "Services", href: "#services"},
{
label: "Testimonials", href: "#testimonials"},
],
]
},
{
items: [
@@ -230,7 +230,7 @@ export default function LandingPage() {
label: "Contact", href: "#contact"},
{
label: "Emergency Service", href: "tel:7704076487"},
],
]
},
{
items: [
@@ -240,10 +240,10 @@ export default function LandingPage() {
label: "Terms of Service", href: "#"},
{
label: "Location", href: "https://www.google.com/maps/dir/?api=1&destination=5591+Chamblee+Dunwoody+Rd+%23505,+Dunwoody,+GA+30338"},
],
},
]
}
]}
logoText="Dunwoody Plumbing & Drainage Clean"
logoText=""
/>
</div>
</ReactLenis>

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #0a0a0a;
--card: #1a1a1a;
--background: #000000;
--card: #0c0c0c;
--foreground: #ffffff;
--primary-cta: #e34400;
--primary-cta: #106EFB;
--primary-cta-text: #ffffff;
--secondary-cta: #010101;
--secondary-cta: #000000;
--secondary-cta-text: #ffffff;
--accent: #737373;
--background-accent: #e34400;
--accent: #535353;
--background-accent: #106EFB;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);