Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-16 05:25:58 +00:00

View File

@@ -82,13 +82,13 @@ export default function LandingPage() {
animationType="slide-up"
products={[
{
id: "project-1", name: "Contemporary Garden Estate", price: "Luxury Residential", imageSrc: "http://img.b2bpic.net/free-photo/type-luxurious-summer-villa-hotel-amara-dolce-vita-luxury-hotel-beautiful-architecture-tekirova-kemer-turkey_146671-18715.jpg?_wi=1", imageAlt: "Contemporary garden estate project"
id: "project-1", name: "Contemporary Garden Estate", price: "Luxury Residential", imageSrc: "http://img.b2bpic.net/free-photo/type-luxurious-summer-villa-hotel-amara-dolce-vita-luxury-hotel-beautiful-architecture-tekirova-kemer-turkey_146671-18715.jpg", imageAlt: "Contemporary garden estate project"
},
{
id: "project-2", name: "Water Feature Sanctuary", price: "Premium Design", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cactus-with-blurred-background_23-2148249096.jpg?_wi=1", imageAlt: "Water feature landscape design"
id: "project-2", name: "Water Feature Sanctuary", price: "Premium Design", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cactus-with-blurred-background_23-2148249096.jpg", imageAlt: "Water feature landscape design"
},
{
id: "project-3", name: "Minimalist Modern Garden", price: "Contemporary", imageSrc: "http://img.b2bpic.net/free-photo/elegant-wedding-venue-with-swimming-pool_637285-5705.jpg?_wi=1", imageAlt: "Minimalist garden design"
id: "project-3", name: "Minimalist Modern Garden", price: "Contemporary", imageSrc: "http://img.b2bpic.net/free-photo/elegant-wedding-venue-with-swimming-pool_637285-5705.jpg", imageAlt: "Minimalist garden design"
},
{
id: "project-4", name: "Backyard Entertainment Space", price: "Full Service", imageSrc: "http://img.b2bpic.net/free-photo/umbrella-chair-around-swimming-pool-neary-sea-ocean-beach-with-blue-sky-white-cloud_74190-8484.jpg", imageAlt: "Luxury entertainment outdoor area"
@@ -103,21 +103,21 @@ export default function LandingPage() {
description="Comprehensive landscape design and construction services tailored to elevate your outdoor living experience with premium quality and attention to detail."
tag="Expertise"
tagIcon={CheckCircle}
tagAnimation="reveal-blur"
tagAnimation="slide-up"
textboxLayout="split"
useInvertedBackground={false}
features={[
{
id: 1,
tag: "Design", title: "Landscape Architecture", subtitle: "Sophisticated Design Planning", description: "Custom landscape design creating cohesive outdoor environments with premium aesthetics, spatial planning, and horticultural expertise.", imageSrc: "http://img.b2bpic.net/free-photo/type-luxurious-summer-villa-hotel-amara-dolce-vita-luxury-hotel-beautiful-architecture-tekirova-kemer-turkey_146671-18715.jpg?_wi=2", imageAlt: "Landscape architecture service"
tag: "Design", title: "Landscape Architecture", subtitle: "Sophisticated Design Planning", description: "Custom landscape design creating cohesive outdoor environments with premium aesthetics, spatial planning, and horticultural expertise.", imageSrc: "http://img.b2bpic.net/free-photo/type-luxurious-summer-villa-hotel-amara-dolce-vita-luxury-hotel-beautiful-architecture-tekirova-kemer-turkey_146671-18715.jpg", imageAlt: "Landscape architecture service"
},
{
id: 2,
tag: "Construction", title: "Premium Installation", subtitle: "Expert Execution", description: "Professional landscape construction featuring hardscaping, water features, irrigation systems, and precision planting with luxury materials.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cactus-with-blurred-background_23-2148249096.jpg?_wi=2", imageAlt: "Premium landscape construction"
tag: "Construction", title: "Premium Installation", subtitle: "Expert Execution", description: "Professional landscape construction featuring hardscaping, water features, irrigation systems, and precision planting with luxury materials.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cactus-with-blurred-background_23-2148249096.jpg", imageAlt: "Premium landscape construction"
},
{
id: 3,
tag: "Maintenance", title: "Ongoing Care", subtitle: "Long-Term Excellence", description: "Specialized maintenance programs preserving your landscape investment with seasonal care, sustainable practices, and continuous enhancement.", imageSrc: "http://img.b2bpic.net/free-photo/elegant-wedding-venue-with-swimming-pool_637285-5705.jpg?_wi=2", imageAlt: "Landscape maintenance service"
tag: "Maintenance", title: "Ongoing Care", subtitle: "Long-Term Excellence", description: "Specialized maintenance programs preserving your landscape investment with seasonal care, sustainable practices, and continuous enhancement.", imageSrc: "http://img.b2bpic.net/free-photo/elegant-wedding-venue-with-swimming-pool_637285-5705.jpg", imageAlt: "Landscape maintenance service"
}
]}
/>