Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 438d064a7d | |||
| 12e22ad5d2 | |||
| 63834195ea | |||
| 8de9f35d7c |
@@ -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"
|
||||
/>
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user