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