Merge version_2 into main #1
@@ -60,11 +60,13 @@ export default function LandscapingPage() {
|
||||
textPosition="top"
|
||||
testimonials={[
|
||||
{
|
||||
name: "Amira S.", handle: "Homeowner", testimonial: "Solbreeze Services transformed our neglected garden into an oasis! Their attention to detail and creative design surpassed all our expectations. Truly a five-star experience!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-cute-clothes-reaching-plants-greenhouse_197531-12331.jpg", imageAlt: "Amira S."},
|
||||
name: "Local Client", handle: "Satisfied Customer", testimonial: "If you have any concrete work, I would 100% recommend Solbreeze Services LLC. Their work is exceptional!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-attractive-woman-elegant-hotel-cafeteria_657883-403.jpg", imageAlt: "Local Client"
|
||||
},
|
||||
{
|
||||
name: "Omar K.", handle: "Property Developer", testimonial: "As a property developer, I need reliable and high-quality landscaping partners. Solbreeze consistently delivers stunning results on time and within budget. Highly recommended!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-happy-young-bearded-man-trendy-hat-texting-messages-via-social-networks-browsing-internet-using-free-wifi-his-electronic-device-coffee-break-restaurant_273609-1934.jpg", imageAlt: "Omar K."},
|
||||
name: "Another Homeowner", handle: "Happy Client", testimonial: "Most importantly, Solbreeze Services LLC is exceptionally easy to communicate with. They made the whole process smooth and stress-free.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-african-man-isolated_171337-9759.jpg", imageAlt: "Another Homeowner"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -74,9 +76,9 @@ export default function LandscapingPage() {
|
||||
tag="About Solbreeze Services"
|
||||
tagIcon={Leaf}
|
||||
tagAnimation="slide-up"
|
||||
title="For over 20 years, Solbreeze Services LLC has been dedicated to transforming outdoor dreams into stunning realities, one meticulously crafted landscape at a time."
|
||||
description="Mohammed Al-Mansoori, Founder & CEO"
|
||||
subdescription="Established in 2004"
|
||||
title="For over 4 years, Solbreeze Services LLC has been dedicated to transforming outdoor dreams into stunning realities, one meticulously crafted landscape at a time."
|
||||
description="A family-owned business serving Elkhart, offering free estimates and professional service."
|
||||
subdescription="Open · Closes 6 PM · Call (574) 643-0904"
|
||||
icon={TreePine}
|
||||
videoSrc="http://img.b2bpic.net/free-photo/grass-field-daytime_181624-1502.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -96,13 +98,17 @@ export default function LandscapingPage() {
|
||||
imageContainerClassName="!rotate-0 !aspect-square"
|
||||
features={[
|
||||
{
|
||||
tag: "Design", title: "Visionary Landscape Design", subtitle: "Customized & Creative", description: "We collaborate closely to design bespoke landscapes that reflect your style and enhance your property's natural beauty, focusing on aesthetics and functionality.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-small-tree-with-flowers-park_1150-20133.jpg", imageAlt: "Architectural rendering of a modern garden design"},
|
||||
tag: "Design", title: "Visionary Landscape Design", subtitle: "Customized & Creative", description: "We collaborate closely to design bespoke landscapes that reflect your style and enhance your property's natural beauty, focusing on aesthetics and functionality.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-small-tree-with-flowers-park_1150-20133.jpg", imageAlt: "Architectural rendering of a modern garden design"
|
||||
},
|
||||
{
|
||||
tag: "Installation", title: "Expert Hardscape & Softscape Installation", subtitle: "Precision & Quality", description: "Our skilled team brings designs to life, installing everything from intricate patios and walkways to vibrant planting, water features, and outdoor lighting with meticulous care.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-friends-chatting-outdoors_23-2149410411.jpg", imageAlt: "Landscapers installing large stones for a hardscape patio"},
|
||||
tag: "Installation & Paving", title: "Expert Hardscape, Softscape & Paving Installation", subtitle: "Precision & Quality", description: "Our skilled team brings designs to life, installing everything from intricate patios and walkways to vibrant planting, water features, and outdoor lighting, including driveway and walkway paving, with meticulous care.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-friends-chatting-outdoors_23-2149410411.jpg", imageAlt: "Landscapers installing large stones for a hardscape patio"
|
||||
},
|
||||
{
|
||||
tag: "Maintenance", title: "Premier Garden & Lawn Care", subtitle: "Year-Round Brilliance", description: "Ensure your landscape remains immaculate with our comprehensive maintenance programs, including pruning, fertilization, seasonal cleanups, and regular lawn care.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-gardener-standing-near-succulent-plant_23-2147844316.jpg", imageAlt: "Gardener pruning shrubs in a well-maintained garden"},
|
||||
tag: "Maintenance", title: "Premier Garden & Lawn Care", subtitle: "Year-Round Brilliance", description: "Ensure your landscape remains immaculate with our comprehensive maintenance programs, including pruning, fertilization, seasonal cleanups, and regular lawn care.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-gardener-standing-near-succulent-plant_23-2147844316.jpg", imageAlt: "Gardener pruning shrubs in a well-maintained garden"
|
||||
},
|
||||
{
|
||||
tag: "Irrigation", title: "Advanced Irrigation Systems", subtitle: "Sustainable Water Management", description: "Implement smart, efficient irrigation solutions tailored to your landscape's needs, ensuring optimal plant health while conserving precious water resources.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-rainbow-forming-from-water-sprinklers_181624-26229.jpg", imageAlt: "Smart irrigation system sprinklers watering a lush lawn"},
|
||||
tag: "Irrigation", title: "Advanced Irrigation Systems", subtitle: "Sustainable Water Management", description: "Implement smart, efficient irrigation solutions tailored to your landscape's needs, ensuring optimal plant health while conserving precious water resources.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-rainbow-forming-from-water-sprinklers_181624-26229.jpg", imageAlt: "Smart irrigation system sprinklers watering a lush lawn"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -117,11 +123,14 @@ export default function LandscapingPage() {
|
||||
animationType="slide-up"
|
||||
members={[
|
||||
{
|
||||
id: "1", name: "Unmatched Expertise", role: "With two decades of experience, our certified professionals deliver superior craftsmanship and innovative solutions.", imageSrc: "http://img.b2bpic.net/free-photo/plant-nursery-worker-using-touchpad-while-checking-quality-flowers-before-distribution_637285-1533.jpg", imageAlt: "Close-up of hands planting a small tree"},
|
||||
id: "1", name: "Family-Owned & Operated", role: "We're a local, family business dedicated to personal service and strong community ties.", imageSrc: "http://img.b2bpic.net/free-photo/plant-nursery-worker-using-touchpad-while-checking-quality-flowers-before-distribution_637285-1533.jpg", imageAlt: "Close-up of hands planting a small tree"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Personalized Client Focus", role: "Your vision is our blueprint. We listen, understand, and tailor every project to your unique preferences and lifestyle.", imageSrc: "http://img.b2bpic.net/free-photo/clients-realtor-touring-new-high-class-office-space_482257-90948.jpg", imageAlt: "Diverse group of people looking at a landscape design blueprint"},
|
||||
id: "2", name: "Free Estimates & Professional Service", role: "Start your project with confidence. We provide transparent, no-obligation estimates and deliver highly professional results.", imageSrc: "http://img.b2bpic.net/free-photo/clients-realtor-touring-new-high-class-office-space_482257-90948.jpg", imageAlt: "Diverse group of people looking at a landscape design blueprint"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Sustainable Practices", role: "We prioritize eco-friendly methods, from native plant selection to water-wise irrigation, for a greener future.", imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-female-gardener-uniform-wearing-gardening-hat-holds-flowerpot-head_141793-115635.jpg", imageAlt: "Person holding a small potted plant"},
|
||||
id: "3", name: "Verified & Trusted", role: "With 4+ years in business and 5.0 (12) Google reviews, our reputation for quality speaks for itself.", imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-female-gardener-uniform-wearing-gardening-hat-holds-flowerpot-head_141793-115635.jpg", imageAlt: "Person holding a small potted plant"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -137,11 +146,14 @@ export default function LandscapingPage() {
|
||||
animationType="slide-up"
|
||||
members={[
|
||||
{
|
||||
id: "1", name: "Mohammed Al-Mansoori", role: "Founder & Lead Designer", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-smiley-business-male_23-2148479546.jpg", imageAlt: "Mohammed Al-Mansoori"},
|
||||
id: "1", name: "Mohammed Al-Mansoori", role: "Founder & Lead Designer", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-smiley-business-male_23-2148479546.jpg", imageAlt: "Mohammed Al-Mansoori"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Fatima Zahra", role: "Horticultural Specialist", imageSrc: "http://img.b2bpic.net/free-photo/gardening-nature-plant-agriculture-growth_53876-167078.jpg", imageAlt: "Fatima Zahra"},
|
||||
id: "2", name: "Fatima Zahra", role: "Horticultural Specialist", imageSrc: "http://img.b2bpic.net/free-photo/gardening-nature-plant-agriculture-growth_53876-167078.jpg", imageAlt: "Fatima Zahra"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Ahmed Raza", role: "Senior Project Manager", imageSrc: "http://img.b2bpic.net/free-photo/man-using-tablet-eco-friendly-wind-power-project-layout_23-2148847803.jpg", imageAlt: "Ahmed Raza"},
|
||||
id: "3", name: "Ahmed Raza", role: "Senior Project Manager", imageSrc: "http://img.b2bpic.net/free-photo/man-using-tablet-eco-friendly-wind-power-project-layout_23-2148847803.jpg", imageAlt: "Ahmed Raza"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -150,20 +162,25 @@ export default function LandscapingPage() {
|
||||
<TestimonialCardTwelve
|
||||
cardTag="Trusted by Discerning Clients"
|
||||
cardTagIcon={Leaf}
|
||||
cardTitle="Hundreds of satisfied homeowners and businesses rely on Solbreeze Services for superior outdoor transformations."
|
||||
buttons={[{ text: "Get Your Quote Today", href: "#contact" }]}
|
||||
cardTitle="5.0 (12) Google Reviews: Solbreeze Services consistently earns top ratings for superior outdoor transformations."
|
||||
buttons={[{ text: "Get Your Quote Today", href: "#contact" }]
|
||||
}
|
||||
buttonAnimation="slide-up"
|
||||
cardAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Amira S.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-attractive-woman-elegant-hotel-cafeteria_657883-403.jpg", imageAlt: "Amira S."},
|
||||
id: "1", name: "Amira S.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-attractive-woman-elegant-hotel-cafeteria_657883-403.jpg", imageAlt: "Amira S."
|
||||
},
|
||||
{
|
||||
id: "2", name: "Omar K.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-african-man-isolated_171337-9759.jpg", imageAlt: "Omar K."},
|
||||
id: "2", name: "Omar K.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-african-man-isolated_171337-9759.jpg", imageAlt: "Omar K."
|
||||
},
|
||||
{
|
||||
id: "3", name: "Layla H.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-standing-beach_107420-9855.jpg", imageAlt: "Layla H."},
|
||||
id: "3", name: "Layla H.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-standing-beach_107420-9855.jpg", imageAlt: "Layla H."
|
||||
},
|
||||
{
|
||||
id: "4", name: "Tariq A.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-beach-vacation-lifestyle-portrait-concept_53876-30080.jpg", imageAlt: "Tariq A."},
|
||||
id: "4", name: "Tariq A.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-beach-vacation-lifestyle-portrait-concept_53876-30080.jpg", imageAlt: "Tariq A."
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -178,17 +195,23 @@ export default function LandscapingPage() {
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "What types of properties do you service?", content: "Solbreeze Services LLC works with both residential and commercial clients, from private homes to large estates, corporate campuses, and public spaces. No project is too big or too small for our expertise."},
|
||||
id: "1", title: "What types of properties do you service?", content: "Solbreeze Services LLC works with both residential and commercial clients, from private homes to large estates, corporate campuses, and public spaces. No project is too big or too small for our expertise."
|
||||
},
|
||||
{
|
||||
id: "2", title: "How do I start a project with Solbreeze Services?", content: "It's simple! Contact us to schedule a complimentary on-site consultation. We'll discuss your ideas, assess your space, and provide a detailed proposal tailored to your needs and budget."},
|
||||
id: "2", title: "How do I start a project with Solbreeze Services?", content: "It's simple! Contact us to schedule a complimentary on-site consultation. We'll discuss your ideas, assess your space, and provide a detailed proposal tailored to your needs and budget."
|
||||
},
|
||||
{
|
||||
id: "3", title: "Are your services environmentally friendly?", content: "Absolutely. We are committed to sustainable landscaping practices, utilizing native and drought-tolerant plants, organic soil amendments, and highly efficient irrigation systems to minimize environmental impact."},
|
||||
id: "3", title: "Are your services environmentally friendly?", content: "Absolutely. We are committed to sustainable landscaping practices, utilizing native and drought-tolerant plants, organic soil amendments, and highly efficient irrigation systems to minimize environmental impact."
|
||||
},
|
||||
{
|
||||
id: "4", title: "Do you offer ongoing maintenance plans?", content: "Yes, to keep your landscape thriving year-round, we offer comprehensive maintenance plans, including seasonal cleanups, pruning, fertilization, and expert garden care tailored to your specific needs."},
|
||||
id: "4", title: "Do you offer ongoing maintenance plans?", content: "Yes, to keep your landscape thriving year-round, we offer comprehensive maintenance plans, including seasonal cleanups, pruning, fertilization, and expert garden care tailored to your specific needs."
|
||||
},
|
||||
{
|
||||
id: "5", title: "Can you help with landscape renovations?", content: "We specialize in breathing new life into existing landscapes. Whether it's a complete overhaul, adding new features, or enhancing current elements, Solbreeze Services can transform your space."},
|
||||
id: "5", title: "Can you help with landscape renovations?", content: "We specialize in breathing new life into existing landscapes. Whether it's a complete overhaul, adding new features, or enhancing current elements, Solbreeze Services can transform your space."
|
||||
},
|
||||
{
|
||||
id: "6", title: "What is your service area?", content: "Solbreeze Services LLC proudly serves the greater metropolitan area and surrounding communities. Please contact us to confirm if we provide services in your specific location."},
|
||||
id: "6", title: "What is your service area?", content: "Solbreeze Services LLC proudly serves the greater metropolitan area and surrounding communities. Please contact us to confirm if we provide services in your specific location."
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -247,9 +270,9 @@ export default function LandscapingPage() {
|
||||
},
|
||||
{
|
||||
title: "Contact Us", items: [
|
||||
{ label: "(+971) 50 123 4567", href: "tel:+971501234567" },
|
||||
{ label: "info@solbreeze.ae", href: "mailto:info@solbreeze.ae" },
|
||||
{ label: "Dubai, UAE" },
|
||||
{ label: "(574) 643-0904", href: "tel:+15746430904" },
|
||||
{ label: "info@solbreeze.com", href: "mailto:info@solbreeze.com" },
|
||||
{ label: "Elkhart, IN" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user