Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-09 03:51:26 +00:00

View File

@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="rounded"
contentWidth="compact"
sizing="mediumLarge"
background="noise"
background="circleGradient"
cardStyle="gradient-mesh"
primaryButtonStyle="double-inset"
secondaryButtonStyle="radial-glow"
@@ -43,7 +43,7 @@ export default function LandingPage() {
<HeroLogoBillboardSplit
logoText="AMÉNAGEMENTS TROPIKS"
description="Transform your outdoor space into a premium sanctuary. Luxury landscape design and installation for discerning homeowners across the region."
background={{ variant: "noise" }}
background={{ variant: "radial-gradient" }}
buttons={[
{ text: "Request Your Custom Quote", href: "#contact" },
{ text: "View Our Portfolio", href: "#portfolio" }
@@ -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?_wi=1", 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", 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?_wi=1", 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", 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?_wi=1", 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", 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?_wi=1", imageAlt: "Upscale tropical landscape with stonework"
reviewCount: "Completed 2024", imageSrc: "http://img.b2bpic.net/free-photo/chinese-garden-n-zurich_1112-1146.jpg", 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?_wi=2" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-female-worker-working-together-garden_23-2148165265.jpg?_wi=2" }
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" }
},
{
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?_wi=2" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/chinese-garden-n-zurich_1112-1146.jpg?_wi=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" }
}
]}
showStepNumbers={true}
@@ -185,7 +185,7 @@ export default function LandingPage() {
title="Request Your Custom Quote"
description="Let's discuss your vision and create a personalized landscape design plan. Contact our team for a consultation."
tagIcon={Sparkles}
background={{ variant: "noise" }}
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
inputPlaceholder="your@email.com"
buttonText="Request Quote"