From c0d47254ed90dfcb77f03c1f308c697b681aa0e2 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 9 May 2026 10:35:15 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bed4c54..9ffafe1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function LandscapingPage() { { text: "View Our Work", href: "#services" }, { text: "Request Strategy", href: "#contact" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/new-year-chinese-2021-minimalist-flower-design_23-2148763908.jpg" + imageSrc="https://img.freepik.com/free-photo/sports-car-driving-asphalt-road_114579-4015.jpg?t=st=1715878400~exp=1715882000~hmac=9e1e2d3b4c5d6e7f8a9b0c1d2e3f4a5b6c7d8e9f0a1b2c3d4e5f6a7b8c9d0e1f" testimonials={[ { name: "Marcus V.", handle: "Architect", testimonial: "The way they integrated dark basalt into the landscape with bold red floral highlights is truly architectural genius.", rating: 5, -- 2.49.1 From 91edceeff86acc003f1635bade3eef9e5416c0ec Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 9 May 2026 10:35:16 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 9e219f9..e629f03 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f7f9f4; - --card: #ffffff; - --foreground: #1a2e1a; - --primary-cta: #2d5a27; + --background: #000000; + --card: #1a1a1a; + --foreground: #ffffff; + --primary-cta: #e63946; --primary-cta-text: #ffffff; --secondary-cta: #ffffff; --secondary-cta-text: #2d5a27; - --accent: #4a8c3f; - --background-accent: #6fb85e; + --accent: #e63946; + --background-accent: #1a1a1a; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1