Merge version_1 into main #2
@@ -50,7 +50,7 @@ export default function AboutPage() {
|
||||
description="20+ Years Excellence"
|
||||
subdescription="Award-winning landscape architecture and design"
|
||||
icon={CheckCircle}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/three-architects-talking-front-glass-buidling_23-2147702508.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/three-architects-talking-front-glass-buidling_23-2147702508.jpg"
|
||||
imageAlt="Professional landscape design credentials"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -65,25 +65,13 @@ export default function AboutPage() {
|
||||
tagAnimation="blur-reveal"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "25+",
|
||||
description: "Years of combined experience in premium landscape architecture and design innovation",
|
||||
},
|
||||
id: "1", value: "25+", description: "Years of combined experience in premium landscape architecture and design innovation"},
|
||||
{
|
||||
id: "2",
|
||||
value: "150+",
|
||||
description: "Dedicated team members spanning design, installation, horticulture, and project management",
|
||||
},
|
||||
id: "2", value: "150+", description: "Dedicated team members spanning design, installation, horticulture, and project management"},
|
||||
{
|
||||
id: "3",
|
||||
value: "35",
|
||||
description: "Industry partnerships with suppliers, nurseries, and landscape organizations",
|
||||
},
|
||||
id: "3", value: "35", description: "Industry partnerships with suppliers, nurseries, and landscape organizations"},
|
||||
{
|
||||
id: "4",
|
||||
value: "100%",
|
||||
description: "Commitment to sustainable practices and environmentally responsible landscaping",
|
||||
},
|
||||
id: "4", value: "100%", description: "Commitment to sustainable practices and environmentally responsible landscaping"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={true}
|
||||
@@ -100,8 +88,8 @@ export default function AboutPage() {
|
||||
description="Schedule a detailed conversation with our founders and design directors. They'll walk you through our philosophy, share past projects that inspire us, and discuss how we can transform your vision into reality."
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/businesswomen-doing-interview_1098-663.jpg?_wi=4"
|
||||
imageAlt: "Team consultation meeting"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/businesswomen-doing-interview_1098-663.jpg"
|
||||
imageAlt="Team consultation meeting"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
inputPlaceholder="your@email.com"
|
||||
|
||||
@@ -49,8 +49,8 @@ export default function ContactPage() {
|
||||
description="Schedule your complimentary consultation with our award-winning design team. We'll visit your property, understand your vision, and present preliminary design concepts within 48 hours. Complete the booking online—it only takes two minutes."
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/businesswomen-doing-interview_1098-663.jpg?_wi=5"
|
||||
imageAlt: "Luxury consultation appointment"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/businesswomen-doing-interview_1098-663.jpg"
|
||||
imageAlt="Luxury consultation appointment"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
inputPlaceholder="your@email.com"
|
||||
@@ -73,29 +73,11 @@ export default function ContactPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Margaret Harrison",
|
||||
role: "CEO, Tech Innovations",
|
||||
testimonial: "The booking process was incredibly smooth. Within 48 hours, the team had visited our property and presented three stunning design concepts. Highly recommend.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=2",
|
||||
imageAlt: "Margaret Harrison",
|
||||
},
|
||||
id: "1", name: "Margaret Harrison", role: "CEO, Tech Innovations", testimonial: "The booking process was incredibly smooth. Within 48 hours, the team had visited our property and presented three stunning design concepts. Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg", imageAlt: "Margaret Harrison"},
|
||||
{
|
||||
id: "2",
|
||||
name: "David Chen",
|
||||
role: "Property Developer",
|
||||
testimonial: "No pushy sales tactics. Just professionals who listened to our needs and delivered exactly what we envisioned. The entire process from booking to completion was seamless.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3",
|
||||
imageAlt: "David Chen",
|
||||
},
|
||||
id: "2", name: "David Chen", role: "Property Developer", testimonial: "No pushy sales tactics. Just professionals who listened to our needs and delivered exactly what we envisioned. The entire process from booking to completion was seamless.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Chen"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Patricia Williams",
|
||||
role: "Interior Designer",
|
||||
testimonial: "I appreciated their transparent approach. The consultation gave me confidence in their expertise before we committed to the full project.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-pretty-woman-sitting-table-trench-coat-working-laptop-co-working-office-wearing-glasses-smiling-happy-positive-workplace_285396-65.jpg?_wi=2",
|
||||
imageAlt: "Patricia Williams",
|
||||
},
|
||||
id: "3", name: "Patricia Williams", role: "Interior Designer", testimonial: "I appreciated their transparent approach. The consultation gave me confidence in their expertise before we committed to the full project.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-pretty-woman-sitting-table-trench-coat-working-laptop-co-working-office-wearing-glasses-smiling-happy-positive-workplace_285396-65.jpg", imageAlt: "Patricia Williams"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -50,33 +50,13 @@ export default function PortfolioPage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Master Design Planning",
|
||||
description: "Bespoke outdoor designs created by award-winning landscape architects. We conduct detailed site analysis, understand your vision, and deliver renderings before any work begins.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-working-eco-friendly-wind-power-project-with-paper-plans_23-2148847792.jpg?_wi=1",
|
||||
imageAlt: "Landscape design process and planning",
|
||||
},
|
||||
id: "1", title: "Master Design Planning", description: "Bespoke outdoor designs created by award-winning landscape architects. We conduct detailed site analysis, understand your vision, and deliver renderings before any work begins.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-working-eco-friendly-wind-power-project-with-paper-plans_23-2148847792.jpg", imageAlt: "Landscape design process and planning"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Premium Installation",
|
||||
description: "Expert installation using only the finest materials and plants. Our team handles grading, drainage, hardscaping, and plantings with meticulous attention to detail.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-male-gardener-digging-soil-with-hoe_23-2148165351.jpg?_wi=1",
|
||||
imageAlt: "Professional landscape installation",
|
||||
},
|
||||
id: "2", title: "Premium Installation", description: "Expert installation using only the finest materials and plants. Our team handles grading, drainage, hardscaping, and plantings with meticulous attention to detail.", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-male-gardener-digging-soil-with-hoe_23-2148165351.jpg", imageAlt: "Professional landscape installation"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Maintenance Programs",
|
||||
description: "Year-round care programs to keep your landscape thriving. Monthly visits include pruning, weeding, seasonal plantings, and specialized treatments.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-gardener-cutting-plants-with-pruner-greenhouse-woman-working-garden-cropped-shot-gardening-job-concept_74855-12777.jpg?_wi=1",
|
||||
imageAlt: "Landscape maintenance and care",
|
||||
},
|
||||
id: "3", title: "Maintenance Programs", description: "Year-round care programs to keep your landscape thriving. Monthly visits include pruning, weeding, seasonal plantings, and specialized treatments.", imageSrc: "http://img.b2bpic.net/free-photo/female-gardener-cutting-plants-with-pruner-greenhouse-woman-working-garden-cropped-shot-gardening-job-concept_74855-12777.jpg", imageAlt: "Landscape maintenance and care"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Water Features & Hardscape",
|
||||
description: "Custom water features, patios, pergolas, and outdoor structures. Each element is designed to enhance aesthetics while maximizing usable outdoor space.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-outdoor-hotel_1150-12915.jpg?_wi=1",
|
||||
imageAlt: "Water features and hardscaping elements",
|
||||
},
|
||||
id: "4", title: "Water Features & Hardscape", description: "Custom water features, patios, pergolas, and outdoor structures. Each element is designed to enhance aesthetics while maximizing usable outdoor space.", imageSrc: "http://img.b2bpic.net/free-photo/luxury-outdoor-hotel_1150-12915.jpg", imageAlt: "Water features and hardscaping elements"},
|
||||
]}
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
animationType="slide-up"
|
||||
@@ -93,25 +73,13 @@ export default function PortfolioPage() {
|
||||
tagAnimation="blur-reveal"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "250+",
|
||||
description: "Luxury residential and commercial landscaping projects completed in the past decade",
|
||||
},
|
||||
id: "1", value: "250+", description: "Luxury residential and commercial landscaping projects completed in the past decade"},
|
||||
{
|
||||
id: "2",
|
||||
value: "12",
|
||||
description: "Design awards and industry recognitions from landscape architecture associations",
|
||||
},
|
||||
id: "2", value: "12", description: "Design awards and industry recognitions from landscape architecture associations"},
|
||||
{
|
||||
id: "3",
|
||||
value: "50K+",
|
||||
description: "Square feet of premium landscaped properties managed annually",
|
||||
},
|
||||
id: "3", value: "50K+", description: "Square feet of premium landscaped properties managed annually"},
|
||||
{
|
||||
id: "4",
|
||||
value: "99%",
|
||||
description: "On-time project completion rate maintaining highest quality standards",
|
||||
},
|
||||
id: "4", value: "99%", description: "On-time project completion rate maintaining highest quality standards"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={true}
|
||||
@@ -128,8 +96,8 @@ export default function PortfolioPage() {
|
||||
description="Schedule a personalized portfolio review with our design team. We'll walk you through our latest projects, discuss your vision, and explore design possibilities for your property."
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/businesswomen-doing-interview_1098-663.jpg?_wi=2"
|
||||
imageAlt: "Portfolio consultation and design review"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/businesswomen-doing-interview_1098-663.jpg"
|
||||
imageAlt="Portfolio consultation and design review"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
inputPlaceholder="your@email.com"
|
||||
|
||||
@@ -50,33 +50,13 @@ export default function ServicesPage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Master Design Planning",
|
||||
description: "Bespoke outdoor designs created by award-winning landscape architects. We conduct detailed site analysis, understand your vision, and deliver renderings before any work begins.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-working-eco-friendly-wind-power-project-with-paper-plans_23-2148847792.jpg?_wi=2",
|
||||
imageAlt: "Landscape design process and planning",
|
||||
},
|
||||
id: "1", title: "Master Design Planning", description: "Bespoke outdoor designs created by award-winning landscape architects. We conduct detailed site analysis, understand your vision, and deliver renderings before any work begins.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-working-eco-friendly-wind-power-project-with-paper-plans_23-2148847792.jpg", imageAlt: "Landscape design process and planning"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Premium Installation",
|
||||
description: "Expert installation using only the finest materials and plants. Our team handles grading, drainage, hardscaping, and plantings with meticulous attention to detail.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-male-gardener-digging-soil-with-hoe_23-2148165351.jpg?_wi=2",
|
||||
imageAlt: "Professional landscape installation",
|
||||
},
|
||||
id: "2", title: "Premium Installation", description: "Expert installation using only the finest materials and plants. Our team handles grading, drainage, hardscaping, and plantings with meticulous attention to detail.", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-male-gardener-digging-soil-with-hoe_23-2148165351.jpg", imageAlt: "Professional landscape installation"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Maintenance Programs",
|
||||
description: "Year-round care programs to keep your landscape thriving. Monthly visits include pruning, weeding, seasonal plantings, and specialized treatments.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-gardener-cutting-plants-with-pruner-greenhouse-woman-working-garden-cropped-shot-gardening-job-concept_74855-12777.jpg?_wi=2",
|
||||
imageAlt: "Landscape maintenance and care",
|
||||
},
|
||||
id: "3", title: "Maintenance Programs", description: "Year-round care programs to keep your landscape thriving. Monthly visits include pruning, weeding, seasonal plantings, and specialized treatments.", imageSrc: "http://img.b2bpic.net/free-photo/female-gardener-cutting-plants-with-pruner-greenhouse-woman-working-garden-cropped-shot-gardening-job-concept_74855-12777.jpg", imageAlt: "Landscape maintenance and care"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Water Features & Hardscape",
|
||||
description: "Custom water features, patios, pergolas, and outdoor structures. Each element is designed to enhance aesthetics while maximizing usable outdoor space.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-outdoor-hotel_1150-12915.jpg?_wi=2",
|
||||
imageAlt: "Water features and hardscaping elements",
|
||||
},
|
||||
id: "4", title: "Water Features & Hardscape", description: "Custom water features, patios, pergolas, and outdoor structures. Each element is designed to enhance aesthetics while maximizing usable outdoor space.", imageSrc: "http://img.b2bpic.net/free-photo/luxury-outdoor-hotel_1150-12915.jpg", imageAlt: "Water features and hardscaping elements"},
|
||||
]}
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
animationType="slide-up"
|
||||
@@ -99,26 +79,11 @@ export default function ServicesPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Design Consultation",
|
||||
price: "Starting at $2,500",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-working-eco-friendly-wind-power-project-with-paper-plans_23-2148847792.jpg?_wi=3",
|
||||
imageAlt: "Initial design consultation service",
|
||||
},
|
||||
id: "1", name: "Design Consultation", price: "Starting at $2,500", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-working-eco-friendly-wind-power-project-with-paper-plans_23-2148847792.jpg", imageAlt: "Initial design consultation service"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Full Installation",
|
||||
price: "Starting at $25,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-male-gardener-digging-soil-with-hoe_23-2148165351.jpg?_wi=3",
|
||||
imageAlt: "Complete landscape installation",
|
||||
},
|
||||
id: "2", name: "Full Installation", price: "Starting at $25,000", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-male-gardener-digging-soil-with-hoe_23-2148165351.jpg", imageAlt: "Complete landscape installation"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Annual Maintenance",
|
||||
price: "Starting at $500/month",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-gardener-cutting-plants-with-pruner-greenhouse-woman-working-garden-cropped-shot-gardening-job-concept_74855-12777.jpg?_wi=3",
|
||||
imageAlt: "Ongoing landscape maintenance",
|
||||
},
|
||||
id: "3", name: "Annual Maintenance", price: "Starting at $500/month", imageSrc: "http://img.b2bpic.net/free-photo/female-gardener-cutting-plants-with-pruner-greenhouse-woman-working-garden-cropped-shot-gardening-job-concept_74855-12777.jpg", imageAlt: "Ongoing landscape maintenance"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -133,8 +98,8 @@ export default function ServicesPage() {
|
||||
description="Book a complimentary service consultation with our team. We'll discuss your needs, answer questions about our processes, and provide a customized proposal tailored to your budget and vision."
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/businesswomen-doing-interview_1098-663.jpg?_wi=3"
|
||||
imageAlt: "Service consultation appointment"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/businesswomen-doing-interview_1098-663.jpg"
|
||||
imageAlt="Service consultation appointment"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
inputPlaceholder="your@email.com"
|
||||
|
||||
Reference in New Issue
Block a user