Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-03-09 03:50:28 +00:00
2 changed files with 1375 additions and 8 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -80,19 +80,19 @@ export default function LandingPage() {
},
{
id: "project-2", brand: "Residence Portfolio", name: "Tropical Paradise Installation", price: "Premium", rating: 5,
reviewCount: "Completed 2024", imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-beautiful-skatepark-daytime_181624-21255.jpg", imageAlt: "Finished luxury tropical garden with water features"
reviewCount: "Completed 2024", imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-beautiful-skatepark-daytime_181624-21255.jpg?_wi=1", imageAlt: "Finished luxury tropical garden with water features"
},
{
id: "project-3", brand: "Residence Portfolio", name: "Exotic Garden Design", price: "Premium", rating: 5,
reviewCount: "Completed 2023", imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-female-worker-working-together-garden_23-2148165265.jpg", imageAlt: "High-end tropical landscape with exotic plants"
reviewCount: "Completed 2023", imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-female-worker-working-together-garden_23-2148165265.jpg?_wi=1", imageAlt: "High-end tropical landscape with exotic plants"
},
{
id: "project-4", brand: "Residence Portfolio", name: "Hardscape & Planting", price: "Premium", rating: 5,
reviewCount: "Completed 2023", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-swimming-pool-with-palm-tree_1339-4858.jpg", imageAlt: "Luxury landscape with hardscape elements"
reviewCount: "Completed 2023", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-swimming-pool-with-palm-tree_1339-4858.jpg?_wi=1", imageAlt: "Luxury landscape with hardscape elements"
},
{
id: "project-5", brand: "Residence Portfolio", name: "Premium Installation Detail", price: "Premium", rating: 5,
reviewCount: "Completed 2024", imageSrc: "http://img.b2bpic.net/free-photo/chinese-garden-n-zurich_1112-1146.jpg", imageAlt: "Upscale tropical landscape with stonework"
reviewCount: "Completed 2024", imageSrc: "http://img.b2bpic.net/free-photo/chinese-garden-n-zurich_1112-1146.jpg?_wi=1", imageAlt: "Upscale tropical landscape with stonework"
}
]}
gridVariant="three-columns-all-equal-width"
@@ -110,13 +110,13 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "Custom Design Consultation", description: "Personalized landscape design planning with detailed renderings and project timeline. We work closely with you to understand your vision, lifestyle, and aesthetic preferences.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-beautiful-skatepark-daytime_181624-21255.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-female-worker-working-together-garden_23-2148165265.jpg" }
title: "Custom Design Consultation", description: "Personalized landscape design planning with detailed renderings and project timeline. We work closely with you to understand your vision, lifestyle, and aesthetic preferences.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-beautiful-skatepark-daytime_181624-21255.jpg?_wi=2" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-female-worker-working-together-garden_23-2148165265.jpg?_wi=2" }
},
{
id: 2,
title: "Installation & Hardscaping", description: "Expert installation of custom hardscape elements including patios, water features, stonework, and tropical plant installations. Our craftsmen deliver precision and durability.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-swimming-pool-with-palm-tree_1339-4858.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/chinese-garden-n-zurich_1112-1146.jpg" }
title: "Installation & Hardscaping", description: "Expert installation of custom hardscape elements including patios, water features, stonework, and tropical plant installations. Our craftsmen deliver precision and durability.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-swimming-pool-with-palm-tree_1339-4858.jpg?_wi=2" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/chinese-garden-n-zurich_1112-1146.jpg?_wi=2" }
}
]}
showStepNumbers={true}