Merge version_1 into main #1
133
src/app/page.tsx
133
src/app/page.tsx
@@ -16,27 +16,26 @@ export default function LandingPage() {
|
||||
defaultButtonVariant="expand-hover"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Frans Gardening"
|
||||
/>
|
||||
@@ -45,60 +44,37 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Bringing Your Garden to Life"
|
||||
description="Expert gardening and landscaping services from planting and pruning to full garden remodels. Frans Gardening Services handles everything your greenery needs."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-couple-love-garden_23-2147986408.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-couple-love-garden_23-2147986408.jpg", alt: "Customer 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/long-shot-woman-taking-care-her-plants_23-2148509910.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/long-shot-woman-taking-care-her-plants_23-2148509910.jpg", alt: "Customer 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/flat-lay-gardening-concept_23-2148127947.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/flat-lay-gardening-concept_23-2148127947.jpg", alt: "Customer 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/pretty-woman-cute-clothes-reaching-plants-greenhouse_197531-12331.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/pretty-woman-cute-clothes-reaching-plants-greenhouse_197531-12331.jpg", alt: "Customer 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/girls-taking-pictures-while-hugging_23-2148299394.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/girls-taking-pictures-while-hugging_23-2148299394.jpg", alt: "Customer 5"},
|
||||
]}
|
||||
avatarText="Trusted by 500+ happy gardens"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get a Quote", href: "#contact"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Expert Horticultural Care",
|
||||
},
|
||||
type: "text", text: "Expert Horticultural Care"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Precision Tree Pruning",
|
||||
},
|
||||
type: "text", text: "Precision Tree Pruning"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Professional Garden Remodels",
|
||||
},
|
||||
type: "text", text: "Professional Garden Remodels"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Reliable Field Management",
|
||||
},
|
||||
type: "text", text: "Reliable Field Management"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Eco-friendly Landscaping",
|
||||
},
|
||||
type: "text", text: "Eco-friendly Landscaping"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -108,9 +84,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Professional Care for Your Green Space"
|
||||
description={[
|
||||
"With years of experience in horticulture, Frans Gardening Services is dedicated to transforming landscapes into vibrant, healthy ecosystems.",
|
||||
"Whether you need routine pruning, intensive field plowing, or a complete garden design overhaul, our experts treat every plant as if it were our own.",
|
||||
]}
|
||||
"With years of experience in horticulture, Frans Gardening Services is dedicated to transforming landscapes into vibrant, healthy ecosystems.", "Whether you need routine pruning, intensive field plowing, or a complete garden design overhaul, our experts treat every plant as if it were our own."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -122,26 +96,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Professional Pruning",
|
||||
description: "Precise trimming to encourage healthy growth and fruit production for your plants.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/incognito-man-cutting-overgrown-bushes_651396-1551.jpg",
|
||||
titleIconSrc: "Scissors",
|
||||
buttonText: "Learn More",
|
||||
},
|
||||
title: "Professional Pruning", description: "Precise trimming to encourage healthy growth and fruit production for your plants.", imageSrc: "http://img.b2bpic.net/free-photo/incognito-man-cutting-overgrown-bushes_651396-1551.jpg", titleIconSrc: "Scissors", buttonText: "Learn More"},
|
||||
{
|
||||
title: "Field Plowing",
|
||||
description: "Heavy-duty soil preparation for fields and gardens ensuring optimal growth conditions.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/trucks-field-cloudy-day-harvest-time_181624-28547.jpg",
|
||||
titleIconSrc: "Tractor",
|
||||
buttonText: "Learn More",
|
||||
},
|
||||
title: "Field Plowing", description: "Heavy-duty soil preparation for fields and gardens ensuring optimal growth conditions.", imageSrc: "http://img.b2bpic.net/free-photo/trucks-field-cloudy-day-harvest-time_181624-28547.jpg", titleIconSrc: "Tractor", buttonText: "Learn More"},
|
||||
{
|
||||
title: "Landscape Remodels",
|
||||
description: "Full design and reconstruction services to turn your vision into reality.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cactus-houseplant-collection-decoration-set_53876-16475.jpg",
|
||||
titleIconSrc: "Trees",
|
||||
buttonText: "Learn More",
|
||||
},
|
||||
title: "Landscape Remodels", description: "Full design and reconstruction services to turn your vision into reality.", imageSrc: "http://img.b2bpic.net/free-photo/cactus-houseplant-collection-decoration-set_53876-16475.jpg", titleIconSrc: "Trees", buttonText: "Learn More"},
|
||||
]}
|
||||
title="Comprehensive Garden Solutions"
|
||||
description="From soil to sky, we cover the full cycle of your garden's health."
|
||||
@@ -155,40 +114,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Alice Miller",
|
||||
role: "Homeowner",
|
||||
testimonial: "Frans turned our neglected backyard into a beautiful citrus oasis. Highly recommend!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-love-garden_23-2147986408.jpg",
|
||||
},
|
||||
id: "1", name: "Alice Miller", role: "Homeowner", testimonial: "Frans turned our neglected backyard into a beautiful citrus oasis. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-love-garden_23-2147986408.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "John Doe",
|
||||
role: "Farm Owner",
|
||||
testimonial: "Reliable plowing and field management. Very professional work.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/long-shot-woman-taking-care-her-plants_23-2148509910.jpg",
|
||||
},
|
||||
id: "2", name: "John Doe", role: "Farm Owner", testimonial: "Reliable plowing and field management. Very professional work.", imageSrc: "http://img.b2bpic.net/free-photo/long-shot-woman-taking-care-her-plants_23-2148509910.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sarah Smith",
|
||||
role: "Property Manager",
|
||||
testimonial: "Consistently excellent pruning and landscape maintenance.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-gardening-concept_23-2148127947.jpg",
|
||||
},
|
||||
id: "3", name: "Sarah Smith", role: "Property Manager", testimonial: "Consistently excellent pruning and landscape maintenance.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-gardening-concept_23-2148127947.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Mike Ross",
|
||||
role: "Homeowner",
|
||||
testimonial: "The garden remodel exceeded my expectations completely.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-cute-clothes-reaching-plants-greenhouse_197531-12331.jpg",
|
||||
},
|
||||
id: "4", name: "Mike Ross", role: "Homeowner", testimonial: "The garden remodel exceeded my expectations completely.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-cute-clothes-reaching-plants-greenhouse_197531-12331.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Elena V.",
|
||||
role: "Gardening Enthusiast",
|
||||
testimonial: "They truly understand plants. My citrus trees have never looked better.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girls-taking-pictures-while-hugging_23-2148299394.jpg",
|
||||
},
|
||||
id: "5", name: "Elena V.", role: "Gardening Enthusiast", testimonial: "They truly understand plants. My citrus trees have never looked better.", imageSrc: "http://img.b2bpic.net/free-photo/girls-taking-pictures-while-hugging_23-2148299394.jpg"},
|
||||
]}
|
||||
title="Hear From Our Happy Gardeners"
|
||||
description="We are proud to serve our community with dedication and expertise."
|
||||
@@ -199,8 +133,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Get in touch"
|
||||
title="Ready to Start Your Garden?"
|
||||
description="Send us a message and we'll reach out to schedule your consultation."
|
||||
|
||||
Reference in New Issue
Block a user