From 36df25d9fd4e59048666cfc83158f6dbb147e844 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 05:25:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3ac6d9c..83b2e94 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" } ]} /> -- 2.49.1