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