4 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
2 changed files with 8 additions and 8 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"
/>

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);