2 Commits

Author SHA1 Message Date
37dd4dd94c Merge version_2 into main
Merge version_2 into main
2026-06-11 11:12:11 +00:00
06708ba8de Update src/app/page.tsx 2026-06-11 11:12:08 +00:00

View File

@@ -33,33 +33,19 @@ export default function LandingPage() {
<NavbarStyleApple <NavbarStyleApple
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "#hero"},
id: "#hero",
},
{ {
name: "About", name: "About", id: "#about"},
id: "#about",
},
{ {
name: "Services", name: "Services", id: "#services"},
id: "#services",
},
{ {
name: "Projects", name: "Projects", id: "#projects"},
id: "#projects",
},
{ {
name: "Testimonials", name: "Testimonials", id: "#testimonials"},
id: "#testimonials",
},
{ {
name: "FAQ", name: "FAQ", id: "#faq"},
id: "#faq",
},
{ {
name: "Contact", name: "Contact", id: "#contact"},
id: "#contact",
},
]} ]}
brandName="Herrera Reyes Landscaping LLC" brandName="Herrera Reyes Landscaping LLC"
/> />
@@ -68,69 +54,40 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroCentered <HeroCentered
background={{ background={{
variant: "downward-rays-static-grid", variant: "downward-rays-static-grid"}}
}}
title="Transform Your Outdoor Space" title="Transform Your Outdoor Space"
description="Herrera Reyes Landscaping LLC brings your vision to life with expert design, installation, and maintenance for stunning landscapes." description="Herrera Reyes Landscaping LLC brings your vision to life with expert design, installation, and maintenance for stunning landscapes."
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/medium-shot-man-correcting-grammar-mistakes_23-2150171372.jpg", src: "http://img.b2bpic.net/free-photo/medium-shot-man-correcting-grammar-mistakes_23-2150171372.jpg", alt: "John Doe"},
alt: "John Doe",
},
{ {
src: "http://img.b2bpic.net/free-photo/close-up-young-businesswoman_23-2149153828.jpg", src: "http://img.b2bpic.net/free-photo/close-up-young-businesswoman_23-2149153828.jpg", alt: "Jane Smith"},
alt: "Jane Smith",
},
{ {
src: "http://img.b2bpic.net/free-photo/front-view-smiley-arab-woman-posing-indoors_23-2150757148.jpg", src: "http://img.b2bpic.net/free-photo/front-view-smiley-arab-woman-posing-indoors_23-2150757148.jpg", alt: "Carlos Garcia"},
alt: "Carlos Garcia",
},
{ {
src: "http://img.b2bpic.net/free-photo/close-up-shot-happy-positive-young-woman-with-blonde-curly-hair-touches-jawline-gently-applies-clay-clay-mask-face-reduce-fine-lines-pores-looks-gladfully-away-wears-casual-t-shirt_273609-60739.jpg", src: "http://img.b2bpic.net/free-photo/close-up-shot-happy-positive-young-woman-with-blonde-curly-hair-touches-jawline-gently-applies-clay-clay-mask-face-reduce-fine-lines-pores-looks-gladfully-away-wears-casual-t-shirt_273609-60739.jpg", alt: "Maria Lopez"},
alt: "Maria Lopez",
},
{ {
src: "http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104578.jpg", src: "http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104578.jpg", alt: "Satisfied Client"},
alt: "Satisfied Client",
},
]} ]}
avatarText="Trusted by hundreds of homeowners." avatarText="Trusted by hundreds of homeowners."
buttons={[ buttons={[
{ {
text: "Our Services", text: "Our Services", href: "#services"},
href: "#services",
},
{ {
text: "Get a Free Quote", text: "Get a Free Quote", href: "#contact"},
href: "#contact",
},
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
marqueeItems={[ marqueeItems={[
{ {
type: "image", type: "image", src: "http://img.b2bpic.net/free-photo/close-up-flowers-garden_23-2148905218.jpg", alt: "Close up flowers in garden"},
src: "http://img.b2bpic.net/free-photo/close-up-flowers-garden_23-2148905218.jpg",
alt: "Close up flowers in garden",
},
{ {
type: "image", type: "image", src: "http://img.b2bpic.net/free-photo/narrow-pathway-garden-surrounded-by-lot-colorful-flowers_181624-13183.jpg", alt: "Narrow pathway in a garden surrounded by a lot of colorful flowers"},
src: "http://img.b2bpic.net/free-photo/narrow-pathway-garden-surrounded-by-lot-colorful-flowers_181624-13183.jpg",
alt: "Narrow pathway in a garden surrounded by a lot of colorful flowers",
},
{ {
type: "image", type: "image", src: "http://img.b2bpic.net/free-photo/greenhouse-with-variety-plants_209303-8.jpg", alt: "Greenhouse with variety of plants"},
src: "http://img.b2bpic.net/free-photo/greenhouse-with-variety-plants_209303-8.jpg",
alt: "Greenhouse with variety of plants",
},
{ {
type: "image", type: "image", src: "http://img.b2bpic.net/free-photo/pink-flowers_1372-139.jpg", alt: "pink flowers"},
src: "http://img.b2bpic.net/free-photo/pink-flowers_1372-139.jpg",
alt: "pink flowers",
},
{ {
type: "text-icon", type: "text-icon", text: "Sustainable Solutions", icon: Leaf,
text: "Sustainable Solutions",
icon: Leaf,
}, },
]} ]}
marqueeSpeed={30} marqueeSpeed={30}
@@ -147,17 +104,11 @@ export default function LandingPage() {
tag="Our Story" tag="Our Story"
bulletPoints={[ bulletPoints={[
{ {
title: "Expert Design", title: "Expert Design", description: "Innovative and personalized landscape designs tailored to your unique preferences and property."},
description: "Innovative and personalized landscape designs tailored to your unique preferences and property.",
},
{ {
title: "Quality Installation", title: "Quality Installation", description: "Professional and efficient installation services, ensuring durability and aesthetic appeal."},
description: "Professional and efficient installation services, ensuring durability and aesthetic appeal.",
},
{ {
title: "Reliable Maintenance", title: "Reliable Maintenance", description: "Comprehensive care programs to keep your landscape lush, healthy, and pristine year-round."},
description: "Comprehensive care programs to keep your landscape lush, healthy, and pristine year-round.",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/women-taking-care-their-plants-greenhouse_23-2149037314.jpg" imageSrc="http://img.b2bpic.net/free-photo/women-taking-care-their-plants-greenhouse_23-2149037314.jpg"
imageAlt="Landscaping team working on a garden design" imageAlt="Landscaping team working on a garden design"
@@ -172,21 +123,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
negativeCard={{ negativeCard={{
items: [ items: [
"Overgrown Gardens", "Overgrown Gardens", "Wilted Plants & Trees", "Lack of Curb Appeal", "Poor Drainage & Erosion", "Uninspired Outdoor Spaces"],
"Wilted Plants & Trees",
"Lack of Curb Appeal",
"Poor Drainage & Erosion",
"Uninspired Outdoor Spaces",
],
}} }}
positiveCard={{ positiveCard={{
items: [ items: [
"Lush Garden Revitalization", "Lush Garden Revitalization", "Vibrant Plant & Tree Health", "Enhanced Property Value", "Effective Water Management", "Custom Landscape Designs"],
"Vibrant Plant & Tree Health",
"Enhanced Property Value",
"Effective Water Management",
"Custom Landscape Designs",
],
}} }}
title="Comprehensive Landscaping Solutions" title="Comprehensive Landscaping Solutions"
description="We tackle common outdoor challenges and transform them into stunning, functional, and sustainable environments. Discover how our expert services can benefit you." description="We tackle common outdoor challenges and transform them into stunning, functional, and sustainable environments. Discover how our expert services can benefit you."
@@ -202,47 +143,17 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
products={[ products={[
{ {
id: "1", id: "1", name: "Residential Oasis", price: "Backyard transformation with custom patio and water feature.", imageSrc: "http://img.b2bpic.net/free-photo/fountains-garden_1361-140.jpg", imageAlt: "Residential backyard with patio and garden"},
name: "Residential Oasis",
price: "Backyard transformation with custom patio and water feature.",
imageSrc: "http://img.b2bpic.net/free-photo/fountains-garden_1361-140.jpg",
imageAlt: "Residential backyard with patio and garden",
},
{ {
id: "2", id: "2", name: "Commercial Green Space", price: "Sustainable landscaping for a modern office park entrance.", imageSrc: "http://img.b2bpic.net/free-photo/stylish-corporate-woman-suit-standing-with-laptop-work-documents-using-mobile-phone-looking_1258-194026.jpg", imageAlt: "Commercial building entrance with modern landscaping"},
name: "Commercial Green Space",
price: "Sustainable landscaping for a modern office park entrance.",
imageSrc: "http://img.b2bpic.net/free-photo/stylish-corporate-woman-suit-standing-with-laptop-work-documents-using-mobile-phone-looking_1258-194026.jpg",
imageAlt: "Commercial building entrance with modern landscaping",
},
{ {
id: "3", id: "3", name: "Front Yard Elegance", price: "Enhanced curb appeal with native plants and elegant pathways.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-decorating-home_23-2150633284.jpg", imageAlt: "Beautifully landscaped front yard of a house"},
name: "Front Yard Elegance",
price: "Enhanced curb appeal with native plants and elegant pathways.",
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-decorating-home_23-2150633284.jpg",
imageAlt: "Beautifully landscaped front yard of a house",
},
{ {
id: "4", id: "4", name: "Eco-Friendly Design", price: "Drought-tolerant garden featuring succulents and natural stone.", imageSrc: "http://img.b2bpic.net/free-photo/gardening-tools-with-turf-white-backdrop_23-2148044441.jpg", imageAlt: "Xeriscape garden with succulents and gravel"},
name: "Eco-Friendly Design",
price: "Drought-tolerant garden featuring succulents and natural stone.",
imageSrc: "http://img.b2bpic.net/free-photo/gardening-tools-with-turf-white-backdrop_23-2148044441.jpg",
imageAlt: "Xeriscape garden with succulents and gravel",
},
{ {
id: "5", id: "5", name: "Edible Garden Installation", price: "Custom organic vegetable garden with raised beds and irrigation.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-hands-holding-plant_23-2149514636.jpg", imageAlt: "Backyard with raised vegetable garden beds"},
name: "Edible Garden Installation",
price: "Custom organic vegetable garden with raised beds and irrigation.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-hands-holding-plant_23-2149514636.jpg",
imageAlt: "Backyard with raised vegetable garden beds",
},
{ {
id: "6", id: "6", name: "Outdoor Entertainment Area", price: "Complete outdoor kitchen and dining area for entertaining guests.", imageSrc: "http://img.b2bpic.net/free-photo/rustic-patio-with-deck-furniture-vegetation_23-2150698328.jpg", imageAlt: "Outdoor kitchen and dining area with modern design"},
name: "Outdoor Entertainment Area",
price: "Complete outdoor kitchen and dining area for entertaining guests.",
imageSrc: "http://img.b2bpic.net/free-photo/rustic-patio-with-deck-furniture-vegetation_23-2150698328.jpg",
imageAlt: "Outdoor kitchen and dining area with modern design",
},
]} ]}
title="Our Latest Masterpieces" title="Our Latest Masterpieces"
description="Explore some of our recent landscaping projects that showcase our commitment to excellence and eye for detail. From serene backyard oases to grand commercial designs, we bring dreams to reality." description="Explore some of our recent landscaping projects that showcase our commitment to excellence and eye for detail. From serene backyard oases to grand commercial designs, we bring dreams to reality."
@@ -255,15 +166,7 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
names={[ names={[
"Local Cafe", "Local Cafe", "Community Center", "Tech Innovations Inc.", "City Library", "Green Market Co.", "Family Restaurant", "Heritage Museum", "Urban Spa & Wellness"]}
"Community Center",
"Tech Innovations Inc.",
"City Library",
"Green Market Co.",
"Family Restaurant",
"Heritage Museum",
"Urban Spa & Wellness",
]}
title="Trusted by Local Businesses & Homeowners" title="Trusted by Local Businesses & Homeowners"
description="We are proud to have partnered with a diverse range of clients, delivering exceptional landscaping results that enhance their properties and reputations." description="We are proud to have partnered with a diverse range of clients, delivering exceptional landscaping results that enhance their properties and reputations."
tag="Our Clients" tag="Our Clients"
@@ -279,45 +182,15 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "Sarah Johnson", handle: "@sarahj", testimonial: "Herrera Reyes Landscaping transformed our overgrown backyard into a beautiful, functional space. Their team was professional, creative, and completed the project ahead of schedule. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/young-blond-businesswoman-writing-touchscreen_93675-133179.jpg", imageAlt: "Sarah Johnson"},
name: "Sarah Johnson",
handle: "@sarahj",
testimonial: "Herrera Reyes Landscaping transformed our overgrown backyard into a beautiful, functional space. Their team was professional, creative, and completed the project ahead of schedule. Highly recommend!",
imageSrc: "http://img.b2bpic.net/free-photo/young-blond-businesswoman-writing-touchscreen_93675-133179.jpg",
imageAlt: "Sarah Johnson",
},
{ {
id: "2", id: "2", name: "Michael Chen", handle: "@mchen", testimonial: "We hired Herrera Reyes for our commercial property, and they exceeded all expectations. The maintenance is impeccable, and our grounds look fantastic year-round. A truly reliable service.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-boss-smiling_1098-1495.jpg", imageAlt: "Michael Chen"},
name: "Michael Chen",
handle: "@mchen",
testimonial: "We hired Herrera Reyes for our commercial property, and they exceeded all expectations. The maintenance is impeccable, and our grounds look fantastic year-round. A truly reliable service.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-boss-smiling_1098-1495.jpg",
imageAlt: "Michael Chen",
},
{ {
id: "3", id: "3", name: "Emily Rodriguez", handle: "@emilyr", testimonial: "From the initial design consultation to the final planting, Herrera Reyes Landscaping demonstrated incredible expertise. Our new front yard is the envy of the neighborhood!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-old-woman-blue-shirt-showing-thumbs-up-gesture_171337-8035.jpg", imageAlt: "Emily Rodriguez"},
name: "Emily Rodriguez",
handle: "@emilyr",
testimonial: "From the initial design consultation to the final planting, Herrera Reyes Landscaping demonstrated incredible expertise. Our new front yard is the envy of the neighborhood!",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-old-woman-blue-shirt-showing-thumbs-up-gesture_171337-8035.jpg",
imageAlt: "Emily Rodriguez",
},
{ {
id: "4", id: "4", name: "David Kim", handle: "@davidk", testimonial: "Their attention to detail and commitment to client satisfaction are unmatched. They designed and installed a stunning eco-friendly garden that requires minimal water. Fantastic work!", imageSrc: "http://img.b2bpic.net/free-photo/family-park_1157-6530.jpg", imageAlt: "David Kim"},
name: "David Kim",
handle: "@davidk",
testimonial: "Their attention to detail and commitment to client satisfaction are unmatched. They designed and installed a stunning eco-friendly garden that requires minimal water. Fantastic work!",
imageSrc: "http://img.b2bpic.net/free-photo/family-park_1157-6530.jpg",
imageAlt: "David Kim",
},
{ {
id: "5", id: "5", name: "Jessica Lee", handle: "@jessical", testimonial: "Herrera Reyes Landscaping created the perfect outdoor entertainment area for our family. It's beautiful, functional, and has added so much value to our home. Thank you!", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-gardener-smiling-watering-taking-care-plants_176420-3815.jpg", imageAlt: "Jessica Lee"},
name: "Jessica Lee",
handle: "@jessical",
testimonial: "Herrera Reyes Landscaping created the perfect outdoor entertainment area for our family. It's beautiful, functional, and has added so much value to our home. Thank you!",
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-gardener-smiling-watering-taking-care-plants_176420-3815.jpg",
imageAlt: "Jessica Lee",
},
]} ]}
title="What Our Clients Say" title="What Our Clients Say"
description="Hear directly from our satisfied customers about their experiences with Herrera Reyes Landscaping LLC. Your trust is our greatest reward." description="Hear directly from our satisfied customers about their experiences with Herrera Reyes Landscaping LLC. Your trust is our greatest reward."
@@ -333,35 +206,17 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ {
id: "1", id: "1", title: "What areas do you serve?", content: "We proudly serve residential and commercial clients within a 50-mile radius of our main office. Please contact us to confirm service availability in your specific location."},
title: "What areas do you serve?",
content: "We proudly serve residential and commercial clients within a 50-mile radius of our main office. Please contact us to confirm service availability in your specific location.",
},
{ {
id: "2", id: "2", title: "Do you offer free consultations?", content: "Yes, we offer complimentary initial consultations to discuss your landscaping needs, project scope, and provide a preliminary estimate. Schedule yours today!"},
title: "Do you offer free consultations?",
content: "Yes, we offer complimentary initial consultations to discuss your landscaping needs, project scope, and provide a preliminary estimate. Schedule yours today!",
},
{ {
id: "3", id: "3", title: "Are your landscaping services insured?", content: "Absolutely. Herrera Reyes Landscaping LLC is fully licensed and insured, ensuring peace of mind and protection for both our team and your property."},
title: "Are your landscaping services insured?",
content: "Absolutely. Herrera Reyes Landscaping LLC is fully licensed and insured, ensuring peace of mind and protection for both our team and your property.",
},
{ {
id: "4", id: "4", title: "How long does a typical project take?", content: "Project timelines vary greatly depending on the scope and complexity. We'll provide a detailed timeline during your consultation and keep you updated throughout the process."},
title: "How long does a typical project take?",
content: "Project timelines vary greatly depending on the scope and complexity. We'll provide a detailed timeline during your consultation and keep you updated throughout the process.",
},
{ {
id: "5", id: "5", title: "What kind of plants do you use?", content: "We prioritize using high-quality, locally sourced, and climate-appropriate plants that thrive in our region. We also offer options for drought-tolerant and native species."},
title: "What kind of plants do you use?",
content: "We prioritize using high-quality, locally sourced, and climate-appropriate plants that thrive in our region. We also offer options for drought-tolerant and native species.",
},
{ {
id: "6", id: "6", title: "Do you offer ongoing maintenance plans?", content: "Yes, we provide customizable maintenance plans for both residential and commercial properties, including regular mowing, pruning, fertilization, and seasonal clean-ups."},
title: "Do you offer ongoing maintenance plans?",
content: "Yes, we provide customizable maintenance plans for both residential and commercial properties, including regular mowing, pruning, fertilization, and seasonal clean-ups.",
},
]} ]}
title="Frequently Asked Questions" title="Frequently Asked Questions"
description="Find answers to common questions about our landscaping services, process, and commitment to quality." description="Find answers to common questions about our landscaping services, process, and commitment to quality."
@@ -374,18 +229,15 @@ export default function LandingPage() {
<ContactText <ContactText
useInvertedBackground={true} useInvertedBackground={true}
background={{ background={{
variant: "radial-gradient", variant: "radial-gradient"}}
}} text="Ready to transform your outdoor space? Contact Herrera Reyes Landscaping LLC today for a free consultation and let's bring your vision to life. You can find us at 5322 Riverdale Rd, Riverdale, MD 20737, United States or reach us by phone at +1 (301) 458-5707."
text="Ready to transform your outdoor space? Contact Herrera Reyes Landscaping LLC today for a free consultation and let's bring your vision to life."
buttons={[ buttons={[
{ {
text: "Call Us Now", text: "Call Us Now", href: "tel:+13014585707"},
href: "tel:+1234567890",
},
{ {
text: "Email Us", text: "Email Us", href: "mailto:info@herrerareyeslandscaping.com"},
href: "mailto:info@herrerareyeslandscaping.com", {
}, text: "Find Us", href: "https://www.google.com/maps/search/?api=1&query=5322+Riverdale+Rd,+Riverdale,+MD+20737,+United+States"},
]} ]}
/> />
</div> </div>
@@ -394,13 +246,9 @@ export default function LandingPage() {
<FooterLogoReveal <FooterLogoReveal
logoText="Herrera Reyes Landscaping LLC" logoText="Herrera Reyes Landscaping LLC"
leftLink={{ leftLink={{
text: "Services", text: "Services", href: "#services"}}
href: "#services",
}}
rightLink={{ rightLink={{
text: "Contact", text: "Contact", href: "#contact"}}
href: "#contact",
}}
/> />
</div> </div>
</ReactLenis> </ReactLenis>