Merge version_1 into main #2
355
src/app/page.tsx
355
src/app/page.tsx
@@ -25,270 +25,109 @@ export default function LandingPage() {
|
||||
headingFontWeight="light"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
]}
|
||||
brandName="Green Bean’s Organic Ideas"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "Home", id: "home" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
brandName="Green Bean’s Organic Ideas"
|
||||
button={{ text: "Get Started", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="home" data-section="home">
|
||||
<HeroOverlayTestimonial
|
||||
title="Organic Ideas, Flourishing Landscapes."
|
||||
description="Green Bean’s Organic Ideas Landscaping and Design LLC brings your dream garden to life with sustainable, organic solutions tailored to your unique lifestyle."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah Miller",
|
||||
handle: "@sarahmlr",
|
||||
testimonial: "Transformed our backyard into a true organic sanctuary.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-view-mesmerizing-nature-traditional-styled-japanese-adelaide-himeji-gardens_181624-46567.jpg?_wi=1",
|
||||
imageAlt: "beautiful landscaped residential garden path",
|
||||
},
|
||||
{
|
||||
name: "James Cook",
|
||||
handle: "@jcook",
|
||||
testimonial: "Exceptional organic landscaping knowledge and professionalism.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-trimming-bush_23-2148568680.jpg?_wi=1",
|
||||
imageAlt: "landscaper working in garden",
|
||||
},
|
||||
{
|
||||
name: "Anna Rivera",
|
||||
handle: "@arivera",
|
||||
testimonial: "I love how sustainable and beautiful the garden looks.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-posing-outdoors_23-2148618908.jpg?_wi=1",
|
||||
imageAlt: "happy client portrait garden",
|
||||
},
|
||||
{
|
||||
name: "Mike Henderson",
|
||||
handle: "@mikeh",
|
||||
testimonial: "The best design team I have worked with for my property.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-eco-bag-with-fruit-country-side_1303-15249.jpg?_wi=1",
|
||||
imageAlt: "homeowner standing in garden",
|
||||
},
|
||||
{
|
||||
name: "Emily Davis",
|
||||
handle: "@edavis",
|
||||
testimonial: "Professional, eco-friendly, and highly recommended.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-people-greenhouse_23-2149098326.jpg?_wi=1",
|
||||
imageAlt: "portrait elderly gardener happy",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-view-mesmerizing-nature-traditional-styled-japanese-adelaide-himeji-gardens_181624-46567.jpg?_wi=2"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-woman-posing-outdoors_23-2148618908.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-with-eco-bag-with-fruit-country-side_1303-15249.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-smiley-people-greenhouse_23-2149098326.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/bearded-male-flower-seller-holds-flowers-pot-garden-market-shop_613910-13607.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/outdoors-portrait-young-good-looking-caucasian-bearded-man-blue-shirt-gloves-smiling-camera-holding-pot-with-flower-hands-working-garden_176420-19923.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
]}
|
||||
avatarText="Trusted by 100+ local homeowners"
|
||||
/>
|
||||
</div>
|
||||
<div id="home" data-section="home">
|
||||
<HeroOverlayTestimonial
|
||||
title="Organic Ideas, Flourishing Landscapes."
|
||||
description="Green Bean’s Organic Ideas Landscaping and Design LLC brings your dream garden to life with sustainable, organic solutions tailored to your unique lifestyle."
|
||||
testimonials={[
|
||||
{ name: "Sarah Miller", handle: "@sarahmlr", testimonial: "Transformed our backyard into a true organic sanctuary.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-view-mesmerizing-nature-traditional-styled-japanese-adelaide-himeji-gardens_181624-46567.jpg", imageAlt: "beautiful landscaped residential garden path" },
|
||||
{ name: "James Cook", handle: "@jcook", testimonial: "Exceptional organic landscaping knowledge and professionalism.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-trimming-bush_23-2148568680.jpg", imageAlt: "landscaper working in garden" },
|
||||
{ name: "Anna Rivera", handle: "@arivera", testimonial: "I love how sustainable and beautiful the garden looks.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-posing-outdoors_23-2148618908.jpg", imageAlt: "happy client portrait garden" },
|
||||
{ name: "Mike Henderson", handle: "@mikeh", testimonial: "The best design team I have worked with for my property.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-with-eco-bag-with-fruit-country-side_1303-15249.jpg", imageAlt: "homeowner standing in garden" },
|
||||
{ name: "Emily Davis", handle: "@edavis", testimonial: "Professional, eco-friendly, and highly recommended.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-people-greenhouse_23-2149098326.jpg", imageAlt: "portrait elderly gardener happy" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-view-mesmerizing-nature-traditional-styled-japanese-adelaide-himeji-gardens_181624-46567.jpg"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/happy-woman-posing-outdoors_23-2148618908.jpg", alt: "Customer 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/woman-with-eco-bag-with-fruit-country-side_1303-15249.jpg", alt: "Customer 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-smiley-people-greenhouse_23-2149098326.jpg", alt: "Customer 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/bearded-male-flower-seller-holds-flowers-pot-garden-market-shop_613910-13607.jpg", alt: "Customer 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/outdoors-portrait-young-good-looking-caucasian-bearded-man-blue-shirt-gloves-smiling-camera-holding-pot-with-flower-hands-working-garden_176420-19923.jpg", alt: "Customer 5" }
|
||||
]}
|
||||
avatarText="Trusted by 100+ local homeowners"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<SplitAbout
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
title="About Our Organic Philosophy"
|
||||
description="At Green Bean’s, we believe that landscaping is more than just planting; it's about building a living, breathing ecosystem that thrives naturally for years to come."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Organic First",
|
||||
description: "We prioritize organic soil health and native plants for a resilient garden.",
|
||||
},
|
||||
{
|
||||
title: "Bespoke Designs",
|
||||
description: "Every project is uniquely tailored to the specific needs of your outdoor space.",
|
||||
},
|
||||
{
|
||||
title: "Sustainable Future",
|
||||
description: "Our methods conserve water and promote biodiversity in your local area.",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-trimming-bush_23-2148568680.jpg?_wi=2"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<SplitAbout
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
title="About Our Organic Philosophy"
|
||||
description="At Green Bean’s, we believe that landscaping is more than just planting; it's about building a living, breathing ecosystem that thrives naturally for years to come."
|
||||
bulletPoints={[
|
||||
{ title: "Organic First", description: "We prioritize organic soil health and native plants for a resilient garden." },
|
||||
{ title: "Bespoke Designs", description: "Every project is uniquely tailored to the specific needs of your outdoor space." },
|
||||
{ title: "Sustainable Future", description: "Our methods conserve water and promote biodiversity in your local area." }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-trimming-bush_23-2148568680.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardTwentyFour
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "s1",
|
||||
title: "Garden Design",
|
||||
author: "Green Bean's",
|
||||
description: "Creative layouts designed for beauty and sustainability.",
|
||||
tags: [
|
||||
"design",
|
||||
"landscape",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-trimming-bush_23-2148568680.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "s2",
|
||||
title: "Hardscaping",
|
||||
author: "Green Bean's",
|
||||
description: "Durable walkways, patios, and outdoor structures.",
|
||||
tags: [
|
||||
"installation",
|
||||
"stone",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-trimming-bush_23-2148568680.jpg?_wi=4",
|
||||
},
|
||||
{
|
||||
id: "s3",
|
||||
title: "Soil Management",
|
||||
author: "Green Bean's",
|
||||
description: "Organic treatments to enrich your native soil profile.",
|
||||
tags: [
|
||||
"organic",
|
||||
"soil",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-trimming-bush_23-2148568680.jpg?_wi=5",
|
||||
},
|
||||
]}
|
||||
title="Professional Landscaping Services"
|
||||
description="Expert design, sustainable installation, and ongoing maintenance to keep your garden vibrant year-round."
|
||||
/>
|
||||
</div>
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardTwentyFour
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ id: "s1", title: "Garden Design", author: "Green Bean's", description: "Creative layouts designed for beauty and sustainability.", tags: ["design", "landscape"], imageSrc: "http://img.b2bpic.net/free-photo/woman-trimming-bush_23-2148568680.jpg" },
|
||||
{ id: "s2", title: "Hardscaping", author: "Green Bean's", description: "Durable walkways, patios, and outdoor structures.", tags: ["installation", "stone"], imageSrc: "http://img.b2bpic.net/free-photo/woman-trimming-bush_23-2148568680.jpg" },
|
||||
{ id: "s3", title: "Soil Management", author: "Green Bean's", description: "Organic treatments to enrich your native soil profile.", tags: ["organic", "soil"], imageSrc: "http://img.b2bpic.net/free-photo/woman-trimming-bush_23-2148568680.jpg" }
|
||||
]}
|
||||
title="Professional Landscaping Services"
|
||||
description="Expert design, sustainable installation, and ongoing maintenance to keep your garden vibrant year-round."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSix
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Client 1",
|
||||
handle: "@user1",
|
||||
testimonial: "Amazing results on our patio project.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-posing-outdoors_23-2148618908.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Client 2",
|
||||
handle: "@user2",
|
||||
testimonial: "My plants have never been healthier.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-eco-bag-with-fruit-country-side_1303-15249.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Client 3",
|
||||
handle: "@user3",
|
||||
testimonial: "Professional and courteous team throughout.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-people-greenhouse_23-2149098326.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Client 4",
|
||||
handle: "@user4",
|
||||
testimonial: "Simply wonderful organic gardening results.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bearded-male-flower-seller-holds-flowers-pot-garden-market-shop_613910-13607.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Client 5",
|
||||
handle: "@user5",
|
||||
testimonial: "A complete joy to work with this company.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/outdoors-portrait-young-good-looking-caucasian-bearded-man-blue-shirt-gloves-smiling-camera-holding-pot-with-flower-hands-working-garden_176420-19923.jpg",
|
||||
},
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="See how Green Bean’s Landscaping has changed outdoor spaces across the community."
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSix
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Client 1", handle: "@user1", testimonial: "Amazing results on our patio project.", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-posing-outdoors_23-2148618908.jpg" },
|
||||
{ id: "t2", name: "Client 2", handle: "@user2", testimonial: "My plants have never been healthier.", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-eco-bag-with-fruit-country-side_1303-15249.jpg" },
|
||||
{ id: "t3", name: "Client 3", handle: "@user3", testimonial: "Professional and courteous team throughout.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-people-greenhouse_23-2149098326.jpg" },
|
||||
{ id: "t4", name: "Client 4", handle: "@user4", testimonial: "Simply wonderful organic gardening results.", imageSrc: "http://img.b2bpic.net/free-photo/bearded-male-flower-seller-holds-flowers-pot-garden-market-shop_613910-13607.jpg" },
|
||||
{ id: "t5", name: "Client 5", handle: "@user5", testimonial: "A complete joy to work with this company.", imageSrc: "http://img.b2bpic.net/free-photo/outdoors-portrait-young-good-looking-caucasian-bearded-man-blue-shirt-gloves-smiling-camera-holding-pot-with-flower-hands-working-garden_176420-19923.jpg" }
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="See how Green Bean’s Landscaping has changed outdoor spaces across the community."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
text="Ready to design your organic oasis? Contact us today to schedule a consultation for your property."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Consultation",
|
||||
href: "#",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
text="Ready to design your organic oasis? Contact us today to schedule a consultation for your property."
|
||||
buttons={[{ text: "Get Consultation", href: "#" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-view-mesmerizing-nature-traditional-styled-japanese-adelaide-himeji-gardens_181624-46567.jpg?_wi=3"
|
||||
logoText="Green Bean’s Organic Ideas"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "Email",
|
||||
href: "mailto:info@greenbeanslandscaping.com",
|
||||
},
|
||||
{
|
||||
label: "Schedule",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-view-mesmerizing-nature-traditional-styled-japanese-adelaide-himeji-gardens_181624-46567.jpg"
|
||||
logoText="Green Bean’s Organic Ideas"
|
||||
columns={[
|
||||
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Services", href: "#services" }] },
|
||||
{ title: "Contact", items: [{ label: "Email", href: "mailto:info@greenbeanslandscaping.com" }, { label: "Schedule", href: "#contact" }] }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user