11 Commits

Author SHA1 Message Date
43c09d1c95 Update theme colors 2026-05-27 23:47:47 +00:00
fa2f6e3320 Update theme colors 2026-05-27 23:47:40 +00:00
14da740ca9 Update theme colors 2026-05-27 23:47:34 +00:00
c4309d0165 Update theme colors 2026-05-27 23:47:11 +00:00
586f31b17a Update theme colors 2026-05-27 23:47:04 +00:00
3bdc2a9d56 Update theme colors 2026-05-27 23:46:51 +00:00
8f136f3322 Update theme colors 2026-05-27 23:46:43 +00:00
d320002ac3 Update src/app/page.tsx 2026-05-27 23:46:16 +00:00
8910c9da57 Update theme colors 2026-05-27 23:43:09 +00:00
744f0e34fd Update theme colors 2026-05-27 23:42:53 +00:00
a3956794fb Update theme colors 2026-05-27 23:42:42 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -54,7 +54,7 @@ export default function LandscapingPage() {
{ text: "Our Services", href: "#services" }, { text: "Our Services", href: "#services" },
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/hand-holding-letter-t-sign_53876-63836.jpg" imageSrc="https://img.b2bpic.net/free-photo/beautiful-landscape-big-tree-forest-with-low-angel-view_74190-6.jpg?id=3500986"
imageAlt="Professional tree service crew working on a large tree" imageAlt="Professional tree service crew working on a large tree"
showDimOverlay={true} showDimOverlay={true}
textPosition="top" textPosition="top"
@@ -78,7 +78,7 @@ export default function LandscapingPage() {
description="Andy & The Crew" description="Andy & The Crew"
subdescription="Serving Cumberland County, PA" subdescription="Serving Cumberland County, PA"
icon={TreePine} icon={TreePine}
imageSrc="http://img.b2bpic.net/free-photo/realistic-e-letter-with-plants_23-2150458492.jpg" imageSrc="https://img.b2bpic.net/premium-photo/forest-worker-operating-heavy-machinery-timber-harvesting_1092689-70013.jpg?id=364249099"
imageAlt="Tree service crew working on a residential property" imageAlt="Tree service crew working on a residential property"
mediaAnimation="slide-up" mediaAnimation="slide-up"
useInvertedBackground={false} useInvertedBackground={false}

View File

@@ -10,9 +10,9 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #f7f9f4; --background: #f5f7f3;
--card: #ffffff; --card: #ffffff;
--foreground: #3a9e3a; --foreground: #343232;
--primary-cta: #2d5a27; --primary-cta: #2d5a27;
--primary-cta-text: #ffffff; --primary-cta-text: #ffffff;
--secondary-cta: #4bc136; --secondary-cta: #4bc136;