Merge version_1 into main #1
@@ -49,23 +49,23 @@ export default function LandingPage() {
|
||||
background={{ variant: "glowing-orb" }}
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brown-wooden-bench-near-green-plants_250224-381.jpg", imageAlt: "Modern landscape design project"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brown-wooden-bench-near-green-plants_250224-381.jpg?_wi=1", imageAlt: "Modern landscape design project"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-cactus-with-blurred-background_23-2148249096.jpg", imageAlt: "Beautiful garden transformation"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-cactus-with-blurred-background_23-2148249096.jpg?_wi=1", imageAlt: "Beautiful garden transformation"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brown-wooden-bench-near-green-plants_250224-381.jpg", imageAlt: "Professional landscaping installation"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brown-wooden-bench-near-green-plants_250224-381.jpg?_wi=2", imageAlt: "Professional landscaping installation"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-cactus-with-blurred-background_23-2148249096.jpg", imageAlt: "Residential landscape project"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-cactus-with-blurred-background_23-2148249096.jpg?_wi=2", imageAlt: "Residential landscape project"},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/path-way_74190-2125.jpg", imageAlt: "Hardscape and patio design"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/path-way_74190-2125.jpg?_wi=1", imageAlt: "Hardscape and patio design"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-swimming-pool-with-palm-trees-thai-style-decoration_1258-111445.jpg", imageAlt: "Outdoor living area"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-swimming-pool-with-palm-trees-thai-style-decoration_1258-111445.jpg?_wi=1", imageAlt: "Outdoor living area"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/path-way_74190-2125.jpg", imageAlt: "Professional landscape construction"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/path-way_74190-2125.jpg?_wi=2", imageAlt: "Professional landscape construction"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-swimming-pool-with-palm-trees-thai-style-decoration_1258-111445.jpg", imageAlt: "Modern backyard design"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-swimming-pool-with-palm-trees-thai-style-decoration_1258-111445.jpg?_wi=2", imageAlt: "Modern backyard design"},
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Get Started", href: "#contact" },
|
||||
@@ -116,23 +116,23 @@ export default function LandingPage() {
|
||||
{
|
||||
id: 1,
|
||||
title: "Design & Consultation", description: "We work with you to create a custom landscape plan that matches your vision, incorporates native Santa Cruz plants, and optimizes your outdoor space for beauty and functionality.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/greenhouse-owner-presenting-flowers-options-potential-customer-retailer_158595-7007.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/greenhouse-owner-presenting-flowers-options-potential-customer-retailer_158595-7007.jpg?_wi=1"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/greenhouse-owner-presenting-flowers-options-potential-customer-retailer_158595-7007.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/greenhouse-owner-presenting-flowers-options-potential-customer-retailer_158595-7007.jpg?_wi=2"},
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Installation & Build", description: "From hardscaping to planting beds, our experienced team brings your design to life with quality craftsmanship and attention to every detail.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/path-way_74190-2125.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/path-way_74190-2125.jpg?_wi=3"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/path-way_74190-2125.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/path-way_74190-2125.jpg?_wi=4"},
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Maintenance & Care", description: "Keep your landscape looking its best with our seasonal maintenance programs, including pruning, irrigation management, and pest control.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gray-haired-male-worker-using-leaf-blower-city-park-october-back-view-focused-senior-man_7502-10343.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gray-haired-male-worker-using-leaf-blower-city-park-october-back-view-focused-senior-man_7502-10343.jpg?_wi=1"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gray-haired-male-worker-using-leaf-blower-city-park-october-back-view-focused-senior-man_7502-10343.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gray-haired-male-worker-using-leaf-blower-city-park-october-back-view-focused-senior-man_7502-10343.jpg?_wi=2"},
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
@@ -159,19 +159,19 @@ export default function LandingPage() {
|
||||
id: "1", name: "Residential Garden Transformation", price: "Completed 2024", imageSrc: "http://img.b2bpic.net/free-photo/back-view-young-woman-taking-care-plants_23-2148509882.jpg", imageAlt: "Residential garden transformation project", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "2", name: "Mediterranean Landscape Design", price: "Completed 2023", imageSrc: "http://img.b2bpic.net/free-photo/rosemary_23-2148006085.jpg", imageAlt: "Mediterranean garden design", initialQuantity: 1,
|
||||
id: "2", name: "Mediterranean Landscape Design", price: "Completed 2023", imageSrc: "http://img.b2bpic.net/free-photo/rosemary_23-2148006085.jpg?_wi=1", imageAlt: "Mediterranean garden design", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "3", name: "Modern Backyard Redesign", price: "Completed 2024", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-swimming-pool-with-palm-trees-thai-style-decoration_1258-111445.jpg", imageAlt: "Modern backyard redesign project", initialQuantity: 1,
|
||||
id: "3", name: "Modern Backyard Redesign", price: "Completed 2024", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-swimming-pool-with-palm-trees-thai-style-decoration_1258-111445.jpg?_wi=3", imageAlt: "Modern backyard redesign project", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "4", name: "Commercial Property Landscaping", price: "Completed 2023", imageSrc: "http://img.b2bpic.net/free-photo/city-park-blue-sky-with-downtown-skyline-background_1127-3064.jpg", imageAlt: "Commercial property landscape project", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "5", name: "Drought-Resistant Garden", price: "Completed 2024", imageSrc: "http://img.b2bpic.net/free-photo/rosemary_23-2148006085.jpg", imageAlt: "Sustainable drought-resistant landscape", initialQuantity: 1,
|
||||
id: "5", name: "Drought-Resistant Garden", price: "Completed 2024", imageSrc: "http://img.b2bpic.net/free-photo/rosemary_23-2148006085.jpg?_wi=2", imageAlt: "Sustainable drought-resistant landscape", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "6", name: "Outdoor Living Patio", price: "Completed 2023", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-swimming-pool-with-palm-trees-thai-style-decoration_1258-111445.jpg", imageAlt: "Outdoor patio and living space", initialQuantity: 1,
|
||||
id: "6", name: "Outdoor Living Patio", price: "Completed 2023", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-swimming-pool-with-palm-trees-thai-style-decoration_1258-111445.jpg?_wi=4", imageAlt: "Outdoor patio and living space", initialQuantity: 1,
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "View All Projects", href: "#contact" }]}
|
||||
@@ -193,7 +193,7 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "1", name: "Sarah Martinez", role: "Homeowner, Westside Santa Cruz", testimonial: "Dream Hugos completely transformed our backyard into a stunning outdoor oasis. Their design expertise and attention to detail made all the difference. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Sarah Martinez"},
|
||||
{
|
||||
id: "2", name: "James Chen", role: "Property Manager, Downtown", testimonial: "Professional, reliable, and talented team. They understood our vision and delivered beyond expectations. Our tenants love the new landscape!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "James Chen"},
|
||||
id: "2", name: "James Chen", role: "Property Manager, Downtown", testimonial: "Professional, reliable, and talented team. They understood our vision and delivered beyond expectations. Our tenants love the new landscape!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", imageAlt: "James Chen"},
|
||||
{
|
||||
id: "3", name: "Rebecca Thompson", role: "Business Owner, Capitola", testimonial: "Exceptional work on our commercial property. Dream Hugos managed the project flawlessly and has been wonderful to work with on ongoing maintenance.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Rebecca Thompson"},
|
||||
{
|
||||
@@ -201,7 +201,7 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "5", name: "Lisa Wong", role: "Homeowner, Seacliff", testimonial: "Best investment we've made for our property. Their maintenance services keep everything looking beautiful throughout the year.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "Lisa Wong"},
|
||||
{
|
||||
id: "6", name: "David Brooks", role: "Developer, Santa Cruz County", testimonial: "We've partnered with Dream Hugos on multiple projects. Consistently excellent results and a team that truly cares about quality.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "David Brooks"},
|
||||
id: "6", name: "David Brooks", role: "Developer, Santa Cruz County", testimonial: "We've partnered with Dream Hugos on multiple projects. Consistently excellent results and a team that truly cares about quality.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", imageAlt: "David Brooks"},
|
||||
]}
|
||||
buttons={[{ text: "Get Your Quote", href: "#contact" }]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -235,7 +235,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-luxury-swimming-pool-with-palm-trees-thai-style-decoration_1258-111445.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-luxury-swimming-pool-with-palm-trees-thai-style-decoration_1258-111445.jpg?_wi=5"
|
||||
imageAlt="Beautiful landscape footer image"
|
||||
logoText="Dream Hugos Landscaping"
|
||||
copyrightText="© 2024 Dream Hugos Landscaping. All rights reserved. Santa Cruz, California."
|
||||
|
||||
Reference in New Issue
Block a user