Merge version_2 into main #4
@@ -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() {
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
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."
|
||||
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."
|
||||
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="Beautiful landscape ready for transformation"
|
||||
imageAlt="Luxury landscape design consultation"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
inputPlaceholder="Enter your email"
|
||||
buttonText="Request Estimate"
|
||||
termsText="We respect your privacy. We'll only use your information to contact you about your estimate."
|
||||
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."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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"
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user