3 Commits

Author SHA1 Message Date
7ffddc160b Update src/app/page.tsx 2026-05-09 10:35:46 +00:00
91edceeff8 Update src/app/styles/variables.css 2026-05-09 10:35:16 +00:00
c0d47254ed Update src/app/page.tsx 2026-05-09 10:35:15 +00:00
2 changed files with 13 additions and 7 deletions

View File

@@ -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,
@@ -109,6 +109,8 @@ export default function LandscapingPage() {
description="Why high-end developers trust our vision."
gridVariant="uniform-all-items-equal"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
members={[
{ id: "1", name: "Architectural Rigor", role: "We treat every yard as a foundational piece of your home's identity.", imageSrc: "http://img.b2bpic.net/free-photo/crop-hands-developing-drafts_23-2147785510.jpg" },
{ id: "2", name: "Dark Palette Mastery", role: "Expertise in working with shadows, dark minerals, and high-contrast plants.", imageSrc: "http://img.b2bpic.net/free-photo/bluming-red-fall-chrysanthemum-abstract-texture_158595-7136.jpg" },
@@ -124,6 +126,8 @@ export default function LandscapingPage() {
description="Meet the visionaries behind our dark-palette approach."
gridVariant="uniform-all-items-equal"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
members={[
{ id: "1", name: "Julian Vane", role: "Principal Architect", imageSrc: "http://img.b2bpic.net/free-photo/young-japanese-man-spending-time-outdoors-alone_23-2149010112.jpg" },
{ id: "2", name: "Serafina Rossi", role: "Flora Specialist", imageSrc: "http://img.b2bpic.net/free-photo/portrait-gardener-man-with-long-hair-holding-flowers_23-2148435643.jpg" },
@@ -152,6 +156,8 @@ export default function LandscapingPage() {
title="Our Workflow"
description="Common inquiries regarding our design and build process."
faqsAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
faqs={[
{ id: "1", title: "How do you handle color selection?", content: "We focus on high-contrast palettes, utilizing deep grays and blacks with targeted, bold red accents." },
{ id: "2", title: "Is maintenance difficult?", content: "We build for durability and longevity. Our landscapes are designed to require minimal intervention after establishment." },

View File

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