From 3c6834da543e5dd853e1cfca79e51b084fd60678 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 18:26:02 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 54 ++++++++++++++++++++++++------------------------ 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 61755c5..ec52d18 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import TestimonialCardSixteen from '@/components/sections/testimonial/Testimonia import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterSimple from '@/components/sections/footer/FooterSimple'; -import { Heart, Leaf, MapPin, Phone, Sparkles, Star, Waves } from 'lucide-react'; +import { Heart, Leaf, MapPin, Phone, Sparkles, Star, Waves, Crown, Mail, MapPinIcon, Globe } from 'lucide-react'; export default function LandingPage() { return ( @@ -206,19 +206,19 @@ export default function LandingPage() {
@@ -235,34 +235,34 @@ export default function LandingPage() { ] }, { - title: "Services", items: [ - { label: "Stone Raised Beds", href: "#services" }, - { label: "Retaining Walls", href: "#services" }, - { label: "Garden Design", href: "#services" }, - { label: "Erosion Control", href: "#services" }, - { label: "Maintenance", href: "#services" } + title: "Premium Services", items: [ + { label: "Luxury Stone Designs", href: "#services" }, + { label: "Bespoke Retaining Walls", href: "#services" }, + { label: "Elite Garden Design", href: "#services" }, + { label: "Waterfront Excellence", href: "#services" }, + { label: "Year-Round Curation", href: "#services" } ] }, { - title: "Community", items: [ - { label: "About Us", href: "#about" }, - { label: "Our Story", href: "#about" }, - { label: "Supporting Desert Voices", href: "#" }, - { label: "Local Commitment", href: "#" } + title: "Brand", items: [ + { label: "Our Heritage", href: "#about" }, + { label: "Design Philosophy", href: "#about" }, + { label: "Community Partnerships", href: "#about" }, + { label: "Craftsmanship Excellence", href: "#about" } ] }, { - title: "Contact", items: [ - { label: "Request Estimate", href: "#contact" }, - { label: "North Chicago, IL", href: "#" }, - { label: "Service Areas", href: "#service-area" } + title: "Concierge", items: [ + { label: "Schedule Consultation", href: "#contact" }, + { label: "North Chicago Design Studio", href: "#" }, + { label: "Service Territories", href: "#service-area" } ] } ]} - bottomLeftText="© 2025 Crew Landscapes. All rights reserved." - bottomRightText="Proudly serving North Chicago and surrounding communities" + bottomLeftText="© 2025 Crew Landscapes. Luxury Crafted. Timeless Designed." + bottomRightText="Premier Landscaping Since 2021 | Serving Distinguished Properties Across North Chicago" /> ); -} +} \ No newline at end of file -- 2.49.1 From 5dab0df0e66d5072e8e5cd5a38ca9bb0d8cb221f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 18:26:02 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 3d0e32c..991c44b 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #ffffff; - --card: #f9f9f9; - --foreground: #000f06e6; - --primary-cta: #0a7039; + --background: #0f172a; + --card: #1e293b; + --foreground: #f8fafc; + --primary-cta: #0ea5e9; --primary-cta-text: #ffffff; - --secondary-cta: #f9f9f9; + --secondary-cta: #64748b; --secondary-cta-text: #000f06e6; - --accent: #e2e2e2; - --background-accent: #c4c4c4; + --accent: #06b6d4; + --background-accent: #1e3a8a; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1