3 Commits

Author SHA1 Message Date
6891afdc47 Switch to version 1: modified src/app/styles/variables.css 2026-03-12 18:26:47 +00:00
18d4600d2f Switch to version 1: modified src/app/page.tsx 2026-03-12 18:26:47 +00:00
20a34c6966 Merge version_2 into main
Merge version_2 into main
2026-03-12 18:26:06 +00:00
2 changed files with 34 additions and 34 deletions

View File

@@ -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, Crown, Mail, MapPinIcon, Globe } from 'lucide-react';
import { Heart, Leaf, MapPin, Phone, Sparkles, Star, Waves } from 'lucide-react';
export default function LandingPage() {
return (
@@ -206,19 +206,19 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplit
tag="Premium Consultation"
tagIcon={Crown}
title="Experience Luxury Landscape Design"
description="Elevate your North Chicago outdoor space with our high-end consultation. Our design experts craft bespoke solutions tailored to your vision and lifestyle."
tag="Get Started"
tagIcon={Phone}
title="Schedule Your Free Estimate Today"
description="Ready to transform your North Chicago outdoor space? Contact Crew Landscapes for a complimentary consultation and personalized quote."
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/low-retaining-stone-wall-covered-with-moss_181624-10005.jpg?_wi=3"
imageAlt="Luxury landscape design consultation"
imageAlt="Beautiful landscape ready for transformation"
mediaAnimation="slide-up"
mediaPosition="right"
inputPlaceholder="your@email.com"
buttonText="Schedule Luxury Consultation"
termsText="Your privacy is paramount. We exclusively use your information for personalized design consultations and exclusive project previews."
inputPlaceholder="Enter your email"
buttonText="Request Estimate"
termsText="We respect your privacy. We'll only use your information to contact you about your estimate."
/>
</div>
@@ -235,34 +235,34 @@ export default function LandingPage() {
]
},
{
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: "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: "Brand", items: [
{ label: "Our Heritage", href: "#about" },
{ label: "Design Philosophy", href: "#about" },
{ label: "Community Partnerships", href: "#about" },
{ label: "Craftsmanship Excellence", href: "#about" }
title: "Community", items: [
{ label: "About Us", href: "#about" },
{ label: "Our Story", href: "#about" },
{ label: "Supporting Desert Voices", href: "#" },
{ label: "Local Commitment", href: "#" }
]
},
{
title: "Concierge", items: [
{ label: "Schedule Consultation", href: "#contact" },
{ label: "North Chicago Design Studio", href: "#" },
{ label: "Service Territories", href: "#service-area" }
title: "Contact", items: [
{ label: "Request Estimate", href: "#contact" },
{ label: "North Chicago, IL", href: "#" },
{ label: "Service Areas", href: "#service-area" }
]
}
]}
bottomLeftText="© 2025 Crew Landscapes. Luxury Crafted. Timeless Designed."
bottomRightText="Premier Landscaping Since 2021 | Serving Distinguished Properties Across North Chicago"
bottomLeftText="© 2025 Crew Landscapes. All rights reserved."
bottomRightText="Proudly serving North Chicago and surrounding communities"
/>
</div>
</ThemeProvider>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #0f172a;
--card: #1e293b;
--foreground: #f8fafc;
--primary-cta: #0ea5e9;
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000f06e6;
--primary-cta: #0a7039;
--primary-cta-text: #ffffff;
--secondary-cta: #64748b;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000f06e6;
--accent: #06b6d4;
--background-accent: #1e3a8a;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);