Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-05-08 22:38:30 +00:00

View File

@@ -31,116 +31,43 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "About",
id: "about",
},
{
name: "Services",
id: "features",
},
{
name: "Contact",
id: "contact",
},
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Services", id: "features" },
{ name: "Contact", id: "contact" }
]}
brandName="Legacy Landscaping"
button={{ text: "Get Consultation", href: "#contact" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardTestimonial
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
title="Creating Timeless Green Legacies"
description="Expert landscaping design and maintenance to transform your outdoor space into a sanctuary that lasts generations."
testimonials={[
{
name: "Mark R.",
handle: "@mark_gardens",
testimonial: "Legacy Landscaping brought my vision to life. Incredible professional work.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/incognito-man-cutting-overgrown-bushes_651396-1551.jpg",
},
{
name: "Sarah J.",
handle: "@sarah_landscape",
testimonial: "Reliable, consistent, and truly expert gardeners. Highly recommend.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-attractive-male-gardener-glasses-posing-while-trimming-bush-with-electric-hedge-clippers_7502-10137.jpg",
},
{
name: "Tom W.",
handle: "@tom_outdoor",
testimonial: "They maintain my estate with absolute precision every month.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-people-greenhouse_23-2149098326.jpg",
},
{
name: "Alice M.",
handle: "@alice_flora",
testimonial: "The garden design team is simply unparalleled in creativity.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/two-concentrated-gardeners-preparing-plants-pots-market-man-woman-blue-shirts-black-aprons-growing-home-plants-caring-flowers-commercial-gardening-summer-concept_74855-12994.jpg",
},
{
name: "James B.",
handle: "@james_res",
testimonial: "Professional, punctual, and highly skilled in every detail.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/covered-lifestyle-garden-with-indoor-outdoor-living_1127-3426.jpg",
},
{ name: "Mark R.", handle: "@mark_gardens", testimonial: "Legacy Landscaping brought my vision to life. Incredible professional work.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/incognito-man-cutting-overgrown-bushes_651396-1551.jpg" },
{ name: "Sarah J.", handle: "@sarah_landscape", testimonial: "Reliable, consistent, and truly expert gardeners. Highly recommend.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-attractive-male-gardener-glasses-posing-while-trimming-bush-with-electric-hedge-clippers_7502-10137.jpg" },
{ name: "Tom W.", handle: "@tom_outdoor", testimonial: "They maintain my estate with absolute precision every month.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-people-greenhouse_23-2149098326.jpg" },
{ name: "Alice M.", handle: "@alice_flora", testimonial: "The garden design team is simply unparalleled in creativity.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/two-concentrated-gardeners-preparing-plants-pots-market-man-woman-blue-shirts-black-aprons-growing-home-plants-caring-flowers-commercial-gardening-summer-concept_74855-12994.jpg" },
{ name: "James B.", handle: "@james_res", testimonial: "Professional, punctual, and highly skilled in every detail.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/covered-lifestyle-garden-with-indoor-outdoor-living_1127-3426.jpg" }
]}
imageSrc="http://img.b2bpic.net/free-photo/cinematic-style-mall_23-2151551284.jpg"
imageAlt="Luxurious landscaped garden"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/beautiful-shot-stone-building-with-lovely-yard-blue-sky-punta-de-lobos-chile_181624-13685.jpg",
alt: "Client 1",
},
{
src: "http://img.b2bpic.net/free-photo/view-robot-taking-care-garden_23-2151804041.jpg",
alt: "Client 2",
},
{
src: "http://img.b2bpic.net/free-photo/view-robot-taking-care-garden_23-2151804047.jpg",
alt: "Client 3",
},
{
src: "http://img.b2bpic.net/free-photo/incognito-man-cutting-overgrown-bushes_651396-1551.jpg",
alt: "Client 4",
},
{
src: "http://img.b2bpic.net/free-photo/happy-attractive-male-gardener-glasses-posing-while-trimming-bush-with-electric-hedge-clippers_7502-10137.jpg",
alt: "Client 5",
},
{ src: "http://img.b2bpic.net/free-photo/beautiful-shot-stone-building-with-lovely-yard-blue-sky-punta-de-lobos-chile_181624-13685.jpg", alt: "Client 1" },
{ src: "http://img.b2bpic.net/free-photo/view-robot-taking-care-garden_23-2151804041.jpg", alt: "Client 2" },
{ src: "http://img.b2bpic.net/free-photo/view-robot-taking-care-garden_23-2151804047.jpg", alt: "Client 3" },
{ src: "http://img.b2bpic.net/free-photo/incognito-man-cutting-overgrown-bushes_651396-1551.jpg", alt: "Client 4" },
{ src: "http://img.b2bpic.net/free-photo/happy-attractive-male-gardener-glasses-posing-while-trimming-bush-with-electric-hedge-clippers_7502-10137.jpg", alt: "Client 5" }
]}
marqueeItems={[
{
type: "text",
text: "Sustainable Design",
},
{
type: "text",
text: "Professional Maintenance",
},
{
type: "text",
text: "Landscape Architecture",
},
{
type: "text",
text: "Precision Irrigation",
},
{
type: "text",
text: "Green Legacy",
},
{ type: "text", text: "Sustainable Design" },
{ type: "text", text: "Professional Maintenance" },
{ type: "text", text: "Landscape Architecture" },
{ type: "text", text: "Precision Irrigation" },
{ type: "text", text: "Green Legacy" }
]}
/>
</div>
@@ -163,21 +90,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
{
title: "Lawn Maintenance",
description: "Regular, precision mowing and trimming to keep your grass perfect.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-bearded-gardener-standing-carrying-modern-hand-hedge-trimmer-park-low-angle-view_7502-10140.jpg",
},
{
title: "Garden Design",
description: "Customized landscape architecture and plant curation for your garden.",
imageSrc: "http://img.b2bpic.net/free-photo/mossy-ground-middle-cobblestone-pathway_181624-17204.jpg",
},
{
title: "Irrigation Systems",
description: "Smart, water-efficient irrigation solutions for healthy growth.",
imageSrc: "http://img.b2bpic.net/free-photo/funny-little-girl-playing-with-garden-hose-sunny-backyard_169016-38358.jpg",
},
{ title: "Lawn Maintenance", description: "Regular, precision mowing and trimming to keep your grass perfect.", imageSrc: "http://img.b2bpic.net/free-photo/happy-bearded-gardener-standing-carrying-modern-hand-hedge-trimmer-park-low-angle-view_7502-10140.jpg" },
{ title: "Garden Design", description: "Customized landscape architecture and plant curation for your garden.", imageSrc: "http://img.b2bpic.net/free-photo/mossy-ground-middle-cobblestone-pathway_181624-17204.jpg" },
{ title: "Irrigation Systems", description: "Smart, water-efficient irrigation solutions for healthy growth.", imageSrc: "http://img.b2bpic.net/free-photo/funny-little-girl-playing-with-garden-hose-sunny-backyard_169016-38358.jpg" }
]}
title="Our Professional Services"
description="Comprehensive landscaping solutions tailored to your unique landscape needs."
@@ -190,27 +105,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
metrics={[
{
id: "m1",
value: "1500+",
title: "Projects Completed",
description: "Landscapes transformed to perfection.",
imageSrc: "http://img.b2bpic.net/free-photo/composition-garden-tools_93675-131220.jpg",
},
{
id: "m2",
value: "40+",
title: "Years Experience",
description: "A legacy of professional growth.",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-gardening-tools_23-2148928494.jpg",
},
{
id: "m3",
value: "98%",
title: "Client Retention",
description: "Reliable partnerships that last.",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-gardening-composition_23-2148128651.jpg",
},
{ id: "m1", value: "1500+", title: "Projects Completed", description: "Landscapes transformed to perfection.", imageSrc: "http://img.b2bpic.net/free-photo/composition-garden-tools_93675-131220.jpg" },
{ id: "m2", value: "40+", title: "Years Experience", description: "A legacy of professional growth.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-gardening-tools_23-2148928494.jpg" },
{ id: "m3", value: "98%", title: "Client Retention", description: "Reliable partnerships that last.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-gardening-composition_23-2148128651.jpg" }
]}
title="Why Trust Us"
description="Evidence of our commitment to excellence."
@@ -224,46 +121,11 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Emily C.",
role: "Homeowner",
company: "Resident",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-elegant-young-woman-hat-posing-selfie-park_1262-12670.jpg",
},
{
id: "2",
name: "David M.",
role: "Estates Manager",
company: "NorthView",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-attractive-modern-stylish-man-casual-cloth-hat-sunglasses-sitting-park-green-grass-eating-red-apple_158538-1997.jpg",
},
{
id: "3",
name: "Linda P.",
role: "Garden Enthusiast",
company: "Private",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/adorable-senior-couple-having-picnic-outdoors_23-2149109378.jpg",
},
{
id: "4",
name: "Robert B.",
role: "Property Owner",
company: "Riverside",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/greenhouse-owner-presenting-flowers-options-potential-customer-retailer_158595-6970.jpg",
},
{
id: "5",
name: "Alice T.",
role: "Landscape Client",
company: "Family Estate",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-family-playing-with-child_23-2149001391.jpg",
},
{ id: "1", name: "Emily C.", role: "Homeowner", company: "Resident", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-elegant-young-woman-hat-posing-selfie-park_1262-12670.jpg" },
{ id: "2", name: "David M.", role: "Estates Manager", company: "NorthView", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-attractive-modern-stylish-man-casual-cloth-hat-sunglasses-sitting-park-green-grass-eating-red-apple_158538-1997.jpg" },
{ id: "3", name: "Linda P.", role: "Garden Enthusiast", company: "Private", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/adorable-senior-couple-having-picnic-outdoors_23-2149109378.jpg" },
{ id: "4", name: "Robert B.", role: "Property Owner", company: "Riverside", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/greenhouse-owner-presenting-flowers-options-potential-customer-retailer_158595-6970.jpg" },
{ id: "5", name: "Alice T.", role: "Landscape Client", company: "Family Estate", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-family-playing-with-child_23-2149001391.jpg" }
]}
title="Trusted by Homeowners"
description="See why clients choose us for their landscaping needs."
@@ -274,21 +136,9 @@ export default function LandingPage() {
<FaqSplitText
useInvertedBackground={true}
faqs={[
{
id: "f1",
title: "What areas do you service?",
content: "We cover the metropolitan area and surrounding suburbs within 50 miles.",
},
{
id: "f2",
title: "Do you offer quotes?",
content: "Yes, we provide free onsite consultations and detailed quotes.",
},
{
id: "f3",
title: "Can you design from scratch?",
content: "Yes, our team specializes in full landscape design and construction.",
},
{ id: "f1", title: "What areas do you service?", content: "We cover the metropolitan area and surrounding suburbs within 50 miles." },
{ id: "f2", title: "Do you offer quotes?", content: "Yes, we provide free onsite consultations and detailed quotes." },
{ id: "f3", title: "Can you design from scratch?", content: "Yes, our team specializes in full landscape design and construction." }
]}
sideTitle="Common Questions"
faqsAnimation="slide-up"
@@ -298,9 +148,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={false}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
tag="Start Your Garden"
title="Get a Consultation"
description="Ready to transform your outdoor space? Reach out to us today to get started."
@@ -314,36 +162,12 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/thinking-young-gardener-afro-american-guy-wearing-gardening-hat-holding-plante-with-clippers-isolated-olive-green-wall_141793-126947.jpg"
logoText="Legacy Landscaping"
columns={[
{
title: "Company",
items: [
{
label: "About Us",
href: "#about",
},
{
label: "Services",
href: "#features",
},
],
},
{
title: "Contact",
items: [
{
label: "Request Consultation",
href: "#contact",
},
{
label: "Support",
href: "#",
},
],
},
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Services", href: "#features" }] },
{ title: "Contact", items: [{ label: "Request Consultation", href: "#contact" }, { label: "Support", href: "#" }] }
]}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}