Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-06-03 18:19:50 +00:00

View File

@@ -185,35 +185,35 @@ export default function LandingPage() {
<div id="faq" data-section="faq">
<FaqSplitMedia
faqs={[
{ id: "faq-1", title: "What is your landscape design process?", content: "Our process begins with an initial consultation to understand your vision, followed by site analysis, conceptual design, detailed planning, and finally, professional installation and ongoing care recommendations." },
{ id: "faq-2", title: "How long does a typical project take?", content: "Project timelines vary greatly depending on the scope and complexity. Small projects might take a few weeks, while larger, custom designs could span several months. We provide a detailed timeline during the planning phase." },
{ id: "faq-3", title: "Do you offer maintenance services?", content: "While our primary focus is design and installation, we can connect you with trusted partners for ongoing garden and landscape maintenance to ensure your outdoor space remains beautiful year-round." },
{ id: "faq-4", title: "What is the cost of landscape design?", content: "Costs depend on many factors including project size, materials chosen, and design complexity. We offer transparent pricing and provide a detailed quote after the initial consultation and conceptual design phase." }
{ id: "faq-1", title: "What types of landscape services do you offer in Holland?", content: "We offer comprehensive landscape design, installation, and renovation services tailored to the unique climate and aesthetic preferences in Holland. This includes garden design, hardscaping, water features, lighting, and planting schemes suitable for the Dutch environment." },
{ id: "faq-2", title: "How does your design process work for Dutch gardens?", content: "Our process starts with understanding your vision and site analysis, considering local regulations and ecological factors specific to Holland. We then move to conceptual design, detailed planning, and professional execution, ensuring your garden thrives in the local conditions." },
{ id: "faq-3", title: "Do you use locally sourced plants and materials?", content: "Yes, we prioritize using high-quality, sustainable, and locally sourced plants and materials whenever possible. This supports local businesses, reduces environmental impact, and ensures the longevity and adaptability of your landscape." },
{ id: "faq-4", title: "Can you help with obtaining permits for larger projects?", content: "Navigating local planning and permit requirements can be complex. We offer assistance and guidance through this process for larger landscape projects, ensuring compliance with Dutch municipal regulations." }
]}
mediaAnimation="slide-up"
faqsAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
title="Frequently Asked Questions"
description="Find answers to common questions about our landscape design process, services, and commitment to creating beautiful outdoor spaces."
imageSrc="http://img.b2bpic.net/free-photo/young-couple-celebrating-engagement_23-2149401309.jpg"
imageAlt="Person reviewing landscape design plans"
title="Frequently Asked Questions for Holland-based Landscape Projects"
description="Find answers to common questions about our landscape design process, services, and how we cater to the unique needs of clients in Holland."
imageSrc="http://img.b2bpic.net/free-photo/flowerpots-wooden-house-terrace_1137-376.jpg"
imageAlt="Modern Dutch garden with diverse plants"
tagAnimation="none"
buttonAnimation="none"
/>
</div>
<div id="contact" data-section="contact">
<ContactSplit
tag="Get Started"
title="Start Your Landscape Transformation Today"
description="Ready to discuss your outdoor project? Get in touch with our design team for a personalized consultation and let's bring your dream garden to life."
tag="Contact Us in Holland"
title="Let's Design Your Dream Dutch Landscape"
description="Ready to transform your outdoor space in Holland? Get in touch with our expert design team for a personalized consultation. We're here to bring your vision to life."
background={{
variant: "plain"
}}
useInvertedBackground={true}
mediaAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/people-working-tech-brand-together_23-2150966144.jpg"
imageAlt="Landscape designer meeting with a client outdoors"
imageSrc="http://img.b2bpic.net/free-photo/people-working-garden-greenhouse_23-2149021200.jpg"
imageAlt="Landscape designer meeting with a client in a Dutch garden setting"
inputPlaceholder="Enter your email"
buttonText="Send Inquiry"
termsText="By sending an inquiry, you agree to our Terms and Conditions and Privacy Policy."
@@ -223,18 +223,18 @@ export default function LandingPage() {
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/hotel-pool-resort_74190-1648.jpg"
imageAlt="Aerial view of a beautifully landscaped garden"
logoText="GreenScape Designs"
imageSrc="http://img.b2bpic.net/free-photo/beautiful-house-with-green-garden_1137-81.jpg"
imageAlt="Beautifully landscaped residential garden in Holland"
logoText="GreenScape Designs Holland"
columns={[
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Our Team", href: "#team" }, { label: "Careers", href: "#" }] },
{ title: "Services", items: [{ label: "Garden Design", href: "#services" }, { label: "Hardscaping", href: "#services" }, { label: "Water Features", href: "#services" }] },
{ title: "Resources", items: [{ label: "FAQ", href: "#faq" }, { label: "Blog", href: "#" }, { label: "Testimonials", href: "#testimonials" }] },
{ title: "Contact", items: [{ label: "Get a Quote", href: "#contact" }, { label: "Email Us", href: "mailto:info@greenscapedesigns.com" }, { label: "Call Us", href: "tel:+1234567890" }] }
{ title: "Contact", items: [{ label: "Get a Quote", href: "#contact" }, { label: "Email Us", href: "mailto:info@greenscapedesigns.nl" }, { label: "Call Us", href: "tel:+31123456789" }] }
]}
copyrightText="© 2024 GreenScape Designs. All rights reserved."
copyrightText="© 2024 GreenScape Designs. All rights reserved. Registered in Holland."
/>
</div>
</ThemeProvider>
);
}
}