Merge version_3 into main #6

Merged
bender merged 1 commits from version_3 into main 2026-06-09 22:15:28 +00:00

View File

@@ -3,7 +3,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
@@ -199,31 +199,6 @@ export default function LandingPage() {
/>
</div>
<div id="faq" data-section="faq">
<FaqSplitMedia
textboxLayout="default"
useInvertedBackground={false}
faqs={[
{
id: "1", title: "What is your approach to luxury garden design?", content: "Our approach is highly personalized. We begin with an in-depth consultation to understand your vision, lifestyle, and property's unique characteristics. This informs a bespoke design concept, followed by meticulous planning and execution, always prioritizing your exclusivity and satisfaction."},
{
id: "2", title: "Do you offer ongoing garden maintenance services?", content: "Yes, we provide comprehensive, year-round maintenance packages designed to keep your luxury garden in pristine condition. Our services range from expert pruning and seasonal planting to irrigation management and pest control, tailored to your garden's specific needs."},
{
id: "3", title: "How do you select plants and materials?", content: "We source only the highest quality, often rare or specialty, botanicals from trusted nurseries. Materials are selected for their durability, aesthetic appeal, and sustainability, ensuring they complement your property's architectural style and withstand local climate conditions for lasting beauty."},
{
id: "4", title: "What is the typical timeline for a garden project?", content: "Project timelines vary significantly based on complexity, size, and specific design elements. After our initial consultation and site assessment, we provide a detailed project schedule, keeping you informed at every stage to ensure timely and efficient completion."},
{
id: "5", title: "Can you integrate smart technology into garden design?", content: "Absolutely. We are adept at incorporating advanced smart irrigation systems, automated lighting, outdoor audio, and other modern technologies to enhance convenience, efficiency, and the overall enjoyment of your luxury outdoor space. These are tailored to your preferences."},
]}
imageSrc="http://img.b2bpic.net/free-photo/woman-checking-greenhouse-agenda-needs_23-2148357533.jpg"
imageAlt="Garden architect discussing plans with a client"
mediaAnimation="slide-up"
mediaPosition="right"
title="Frequently Asked Questions"
description="Find answers to common inquiries about our bespoke garden design and premium landscaping services."
faqsAnimation="slide-up"
/>
</div>
<div id="contact" data-section="contact">
<ContactSplitForm