Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-05-30 13:45:50 +00:00

View File

@@ -12,7 +12,7 @@ import FaqDouble from '@/components/sections/faq/FaqDouble';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import { Seedling, Home, Droplet, Flower } from "lucide-react";
import { Home, Droplet, Flower, Leaf } from "lucide-react";
export default function LandingPage() {
return (
@@ -94,7 +94,7 @@ export default function LandingPage() {
title="Tailored Landscaping Solutions"
description="From intricate garden designs to complete outdoor living transformations, our services are designed to meet your unique needs and exceed expectations, bringing the elegance of Leonora's to your outdoor retreat."
features={[
{ title: "Custom Garden Design", description: "Bespoke garden plans tailored to your aesthetic, climate, and lifestyle needs.", bentoComponent: "reveal-icon", icon: Seedling },
{ title: "Custom Garden Design", description: "Bespoke garden plans tailored to your aesthetic, climate, and lifestyle needs.", bentoComponent: "reveal-icon", icon: Leaf },
{ title: "Outdoor Living Spaces", description: "Creating functional and beautiful patios, decks, pergolas, and outdoor kitchens.", bentoComponent: "reveal-icon", icon: Home },
{ title: "Sustainable Water Features", description: "Integrating serene ponds, waterfalls, and eco-friendly irrigation systems.", bentoComponent: "reveal-icon", icon: Droplet },
{ title: "Expert Plant Selection & Installation", description: "Choosing the perfect flora for your landscape, ensuring vibrancy and longevity.", bentoComponent: "reveal-icon", icon: Flower }