Merge version_3 into main #3

Merged
bender merged 1 commits from version_3 into main 2026-05-09 10:38:13 +00:00

View File

@@ -12,7 +12,7 @@ import TestimonialCardTwelve from "@/components/sections/testimonial/Testimonial
import FaqDouble from "@/components/sections/faq/FaqDouble";
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
import FooterSimple from "@/components/sections/footer/FooterSimple";
import { Flame, Target, ShieldCheck } from "lucide-react";
import { Flame, Target, ShieldCheck, Palette, Zap, Droplets, BookOpen, Layers } from "lucide-react";
export default function LandscapingPage() {
return (
@@ -81,24 +81,18 @@ export default function LandscapingPage() {
<div id="services" data-section="services">
<FeatureCardNineteen
tag="Core Specializations"
title="Design Disciplines"
description="Our workflow follows a strict, high-precision methodology for custom exterior installations."
tag="Advanced Capabilities"
title="Expansive Design Services"
description="From foundational masonry to avant-garde botanical curation, we execute every detail with uncompromising intensity."
textboxLayout="default"
useInvertedBackground={true}
features={[
{
tag: "Structural", title: "Basalt Hardscapes", subtitle: "Precision Stonework", description: "Deep charcoal and black granite pathways that define clean, modern edges.", imageSrc: "http://img.b2bpic.net/free-photo/photo-ground-texture-pattern_58702-11771.jpg"
},
{
tag: "Botanical", title: "Crimson Flora", subtitle: "Bold Contrast", description: "Expert selection of red-leaf foliage and blooming specimens for high-impact visual depth.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-colorful-autumn-leaves_1232-2275.jpg"
},
{
tag: "Light", title: "Shadow & Depth", subtitle: "Contrast Lighting", description: "Strategic accent lighting that emphasizes the architectural lines of your landscape after dark.", imageSrc: "http://img.b2bpic.net/free-photo/outside-view-restaurant-cottage-night-time_140725-8844.jpg"
},
{
tag: "Water", title: "Mirror Pools", subtitle: "Reflective Elements", description: "Installation of dark-bottomed water features that create glass-like reflections in your garden.", imageSrc: "http://img.b2bpic.net/free-photo/blue-swimming-pool-water-texture-with-palm-leaf-sunny-day_53876-145004.jpg"
},
{ tag: "Structural", title: "Basalt Hardscapes", subtitle: "Precision Stonework", description: "Deep charcoal granite pathways that define clean, modern edges.", imageSrc: "http://img.b2bpic.net/free-photo/photo-ground-texture-pattern_58702-11771.jpg" },
{ tag: "Botanical", title: "Crimson Flora", subtitle: "Bold Contrast", description: "Selective red-leaf foliage to create striking visual depth.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-colorful-autumn-leaves_1232-2275.jpg" },
{ tag: "Light", title: "Shadow & Depth", subtitle: "Architectural Lighting", description: "Strategic accent lighting to sculpt the landscape after sunset.", imageSrc: "http://img.b2bpic.net/free-photo/outside-view-restaurant-cottage-night-time_140725-8844.jpg" },
{ tag: "Water", title: "Mirror Pools", subtitle: "Glass Reflections", description: "Dark-bottomed features for high-definition reflection art.", imageSrc: "http://img.b2bpic.net/free-photo/blue-swimming-pool-water-texture-with-palm-leaf-sunny-day_53876-145004.jpg" },
{ tag: "Palette", title: "Material Curation", subtitle: "Bespoke Surfaces", description: "Sourcing exclusive mineral aggregates for high-end exterior finish.", imageSrc: "http://img.b2bpic.net/free-photo/stone-texture_53876-64619.jpg" },
{ tag: "Digital", title: "Parametric Design", subtitle: "Future Proofing", description: "Data-driven site planning for perfect environmental ergonomics.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-architecture_1232-2275.jpg" }
]}
/>
</div>