Merge version_1 into main #2

Merged
bender merged 3 commits from version_1 into main 2026-04-28 13:09:40 +00:00
3 changed files with 53 additions and 384 deletions

View File

@@ -29,26 +29,11 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "/",
},
{
name: "About",
id: "/about",
},
{
name: "Services",
id: "/services",
},
{
name: "Projects",
id: "/projects",
},
{
name: "Contact",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Services", id: "/services" },
{ name: "Projects", id: "/projects" },
{ name: "Contact", id: "/contact" },
]}
brandName="GreenLeaf Landscapes"
/>
@@ -56,33 +41,13 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitDualMedia
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
title="Transform Your Outdoors into a Masterpiece"
description="Professional landscaping and garden design services tailored to enhance your home's curb appeal and outdoor lifestyle."
tag="Expert Landscaping Services"
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/experienced-florist-trimming-plants_23-2148435657.jpg?_wi=1",
imageAlt: "Landscape transformation",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/modern-architecture-blends-with-nature-s-vibrant-colors-generated-by-ai_188544-30782.jpg",
imageAlt: "Garden design",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-growing-plants_23-2148918531.jpg",
imageAlt: "Portrait man growing plants",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-attractive-mature-bearded-hispanic-florist-smiling-camera-watching-flowers-garden-near-countryside-house-with-happy-relaxed-face-expression_176420-19938.jpg",
imageAlt: "Close up portrait of attractive mature bearded hispanic florist smiling",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/chinese-garden-n-zurich_1112-1143.jpg",
imageAlt: "Chinese garden in Zurich",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/experienced-florist-trimming-plants_23-2148435657.jpg", imageAlt: "Landscape transformation" },
{ imageSrc: "http://img.b2bpic.net/free-photo/modern-architecture-blends-with-nature-s-vibrant-colors-generated-by-ai_188544-30782.jpg", imageAlt: "Garden design" }
]}
mediaAnimation="blur-reveal"
rating={5}
@@ -97,60 +62,14 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "John Doe",
role: "Homeowner",
company: "Local Resident",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-garage-sale_23-2150661452.jpg",
},
{
id: "2",
name: "Jane Smith",
role: "Office Manager",
company: "Tech Park",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-beautiful-blond-hair-gentle-smile-dressed-green-robe-with-belt-is-working-greenhouse_197531-12289.jpg",
},
{
id: "3",
name: "Michael Brown",
role: "Homeowner",
company: "Local Resident",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-family-with-kid_23-2149001356.jpg",
},
{
id: "4",
name: "Emily White",
role: "Designer",
company: "Home Owner",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-happy-florist-her-nursery-standing-holding-potted-combination-succulents-her-hands-as-she-tends-gardenplants-greenhouse_158595-6976.jpg",
},
{
id: "5",
name: "Alex Johnson",
role: "Manager",
company: "Private Villa",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-using-scrissors_23-2149382187.jpg",
},
{ id: "1", name: "John Doe", role: "Homeowner", company: "Local Resident", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-garage-sale_23-2150661452.jpg" },
{ id: "2", name: "Jane Smith", role: "Office Manager", company: "Tech Park", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-beautiful-blond-hair-gentle-smile-dressed-green-robe-with-belt-is-working-greenhouse_197531-12289.jpg" },
{ id: "3", name: "Michael Brown", role: "Homeowner", company: "Local Resident", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-family-with-kid_23-2149001356.jpg" }
]}
kpiItems={[
{
value: "150+",
label: "Projects Completed",
},
{
value: "20+",
label: "Years Experience",
},
{
value: "98%",
label: "Client Satisfaction",
},
{ value: "150+", label: "Projects Completed" },
{ value: "20+", label: "Years Experience" },
{ value: "98%", label: "Client Satisfaction" }
]}
title="Trusted by Homeowners"
description="See why our customers love their new landscapes."
@@ -166,20 +85,8 @@ export default function LandingPage() {
title="Why Choose GreenLeaf"
description="We blend professional landscaping expertise with a passion for sustainable, beautiful outdoor spaces."
features={[
{
title: "Precision Care",
description: "Detail-oriented maintenance.",
imageSrc: "http://img.b2bpic.net/free-photo/stone-surface-with-grass_23-2147625863.jpg",
titleImageSrc: "http://img.b2bpic.net/free-photo/stone-path-with-grass-growing-up_1137-86.jpg",
buttonText: "Read More",
},
{
title: "Expert Design",
description: "Tailored landscape architecture.",
imageSrc: "http://img.b2bpic.net/free-photo/stepping-stone-garden-path_1252-1029.jpg",
titleImageSrc: "http://img.b2bpic.net/free-photo/stepping-stone-garden-path_1252-1028.jpg",
buttonText: "See Work",
},
{ title: "Precision Care", description: "Detail-oriented maintenance.", imageSrc: "http://img.b2bpic.net/free-photo/stone-surface-with-grass_23-2147625863.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/stone-path-with-grass-growing-up_1137-86.jpg", buttonText: "Read More" },
{ title: "Expert Design", description: "Tailored landscape architecture.", imageSrc: "http://img.b2bpic.net/free-photo/stepping-stone-garden-path_1252-1029.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/stepping-stone-garden-path_1252-1028.jpg", buttonText: "See Work" }
]}
/>
</div>
@@ -192,18 +99,8 @@ export default function LandingPage() {
title="Our Impact"
description="Numbers that define our legacy in landscape design."
metrics={[
{
id: "m1",
icon: Award,
title: "Awards Won",
value: "15",
},
{
id: "m2",
icon: Users,
title: "Happy Clients",
value: "500+",
},
{ id: "m1", icon: Award, title: "Awards Won", value: "15" },
{ id: "m2", icon: Users, title: "Happy Clients", value: "500+" }
]}
/>
</div>
@@ -216,20 +113,8 @@ export default function LandingPage() {
title="Client Stories"
description="What our partners say about us."
testimonials={[
{
id: "t1",
name: "Sarah Miller",
role: "Architect",
testimonial: "Excellent service and design sense.",
imageSrc: "http://img.b2bpic.net/free-photo/laughing-ladies-looking-smartphone-bench_23-2147950216.jpg",
},
{
id: "t2",
name: "James Lee",
role: "Resident",
testimonial: "Transformed my yard completely.",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-women-works-garden_1157-24618.jpg",
},
{ id: "t1", name: "Sarah Miller", role: "Architect", testimonial: "Excellent service and design sense.", imageSrc: "http://img.b2bpic.net/free-photo/laughing-ladies-looking-smartphone-bench_23-2147950216.jpg" },
{ id: "t2", name: "James Lee", role: "Resident", testimonial: "Transformed my yard completely.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-women-works-garden_1157-24618.jpg" }
]}
/>
</div>
@@ -237,38 +122,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{
items: [
{
label: "Home",
href: "/",
},
{
label: "About",
href: "/about",
},
{
label: "Services",
href: "/services",
},
],
},
{
items: [
{
label: "Projects",
href: "/projects",
},
{
label: "Contact",
href: "/contact",
},
{
label: "Privacy Policy",
href: "#",
},
],
},
{ items: [{ label: "Home", href: "/" }, { label: "About", href: "/about" }, { label: "Services", href: "/services" }] },
{ items: [{ label: "Projects", href: "/projects" }, { label: "Contact", href: "/contact" }, { label: "Privacy Policy", href: "#" }] }
]}
logoText="GreenLeaf Landscapes"
/>

View File

@@ -8,7 +8,7 @@ import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import ProductCatalog from '@/components/ecommerce/productCatalog/ProductCatalog';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
export default function LandingPage() {
export default function ProjectsPage() {
return (
<ThemeProvider
defaultButtonVariant="hover-bubble"
@@ -26,26 +26,11 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "/",
},
{
name: "About",
id: "/about",
},
{
name: "Services",
id: "/services",
},
{
name: "Projects",
id: "/projects",
},
{
name: "Contact",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Services", id: "/services" },
{ name: "Projects", id: "/projects" },
{ name: "Contact", id: "/contact" },
]}
brandName="GreenLeaf Landscapes"
/>
@@ -53,64 +38,14 @@ export default function LandingPage() {
<div id="projects" data-section="projects">
<ProductCardTwo
animationType="slide-up"
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
products={[
{
id: "p1",
brand: "Garden",
name: "Suburban Oasis",
price: "Custom Quote",
rating: 5,
reviewCount: "12",
imageSrc: "http://img.b2bpic.net/free-photo/covered-lifestyle-garden-with-indoor-outdoor-living_1127-3426.jpg?_wi=2",
},
{
id: "p2",
brand: "Commercial",
name: "Corporate Courtyard",
price: "Custom Quote",
rating: 5,
reviewCount: "8",
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-doing-parkour-training_23-2150410933.jpg",
},
{
id: "p3",
brand: "Luxury",
name: "Patio Sanctuary",
price: "Custom Quote",
rating: 5,
reviewCount: "15",
imageSrc: "http://img.b2bpic.net/free-photo/tropical-living-room-with-wooden-beams_23-2152008211.jpg",
},
{
id: "p4",
brand: "Design",
name: "Vertical Living Wall",
price: "Custom Quote",
rating: 4,
reviewCount: "10",
imageSrc: "http://img.b2bpic.net/free-photo/stone-floral-parks-public-flower-blossom_1417-1008.jpg",
},
{
id: "p5",
brand: "Feature",
name: "Garden Zen Pond",
price: "Custom Quote",
rating: 5,
reviewCount: "9",
imageSrc: "http://img.b2bpic.net/free-photo/graveyard-background-concept_23-2149585151.jpg",
},
{
id: "p6",
brand: "Lawn",
name: "Lush Turf Project",
price: "Custom Quote",
rating: 5,
reviewCount: "20",
imageSrc: "http://img.b2bpic.net/free-photo/view-backyard-garden-digital-art-style_23-2151488219.jpg",
},
{ id: "p1", brand: "Garden", name: "Suburban Oasis", price: "Custom Quote", rating: 5, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/covered-lifestyle-garden-with-indoor-outdoor-living_1127-3426.jpg" },
{ id: "p2", brand: "Commercial", name: "Corporate Courtyard", price: "Custom Quote", rating: 5, reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-doing-parkour-training_23-2150410933.jpg" },
{ id: "p3", brand: "Luxury", name: "Patio Sanctuary", price: "Custom Quote", rating: 5, reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/tropical-living-room-with-wooden-beams_23-2152008211.jpg" }
]}
title="Our Recent Landscape Projects"
description="See how we've helped homeowners elevate their outdoor spaces."
@@ -121,13 +56,9 @@ export default function LandingPage() {
<ProductCatalog
layout="page"
products={[
{
id: "p99",
name: "Hardscape Feature",
price: "$1200",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/view-city-with-apartment-buildings-green-vegetation_23-2150439369.jpg",
},
{ id: "p99", name: "Hardscape Feature", price: "$1200", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/view-city-with-apartment-buildings-green-vegetation_23-2150439369.jpg" },
{ id: "p98", name: "Lawn Care", price: "$50", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/green-grass_181624-12702.jpg" },
{ id: "p97", name: "Planting Service", price: "$200", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/garden-with-wooden-bench-plants_250224-84.jpg" }
]}
/>
</div>
@@ -136,47 +67,15 @@ export default function LandingPage() {
<TextSplitAbout
useInvertedBackground={false}
title="Custom Projects"
description={[
"We deliver unique design solutions.",
]}
description={["We deliver unique design solutions."]}
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{
items: [
{
label: "Home",
href: "/",
},
{
label: "About",
href: "/about",
},
{
label: "Services",
href: "/services",
},
],
},
{
items: [
{
label: "Projects",
href: "/projects",
},
{
label: "Contact",
href: "/contact",
},
{
label: "Privacy Policy",
href: "#",
},
],
},
{ items: [{ label: "Home", href: "/" }, { label: "About", href: "/about" }, { label: "Services", href: "/services" }] },
{ items: [{ label: "Projects", href: "/projects" }, { label: "Contact", href: "/contact" }, { label: "Privacy Policy", href: "#" }] }
]}
logoText="GreenLeaf Landscapes"
/>

View File

@@ -9,7 +9,7 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import { Leaf } from "lucide-react";
export default function LandingPage() {
export default function ServicesPage() {
return (
<ThemeProvider
defaultButtonVariant="hover-bubble"
@@ -27,26 +27,11 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "/",
},
{
name: "About",
id: "/about",
},
{
name: "Services",
id: "/services",
},
{
name: "Projects",
id: "/projects",
},
{
name: "Contact",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Services", id: "/services" },
{ name: "Projects", id: "/projects" },
{ name: "Contact", id: "/contact" },
]}
brandName="GreenLeaf Landscapes"
/>
@@ -57,56 +42,21 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
features={[
{
title: "Stone Pathway Installation",
description: "Beautiful, durable pathways crafted with local stone.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/contrasting-outdoor-textures_23-2149702187.jpg",
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/mossy-ground-middle-cobblestone-pathway_181624-17204.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/experienced-florist-trimming-plants_23-2148435657.jpg?_wi=2",
imageAlt: "stone pathway garden landscaping",
},
{
title: "Irrigation Management",
description: "Efficient watering systems for optimal plant growth.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-taking-photos_23-2149098301.jpg",
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/someone-trimming-bushes-with-garden-scissors_1157-37101.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/path-way_74190-2125.jpg?_wi=2",
imageAlt: "stone pathway garden landscaping",
},
{
title: "Modern Lighting Design",
description: "Illuminating your landscape for night-time beauty.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/brown-wooden-bench-near-green-plants_250224-356.jpg",
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/decorative-light-bulbs-wooden-poles-mountainous-area_169016-25216.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/covered-lifestyle-garden-with-indoor-outdoor-living_1127-3426.jpg?_wi=1",
imageAlt: "stone pathway garden landscaping",
},
]}
showStepNumbers={false}
title="Comprehensive Garden Solutions"
description="From irrigation to stone design, we provide all-around garden support."
features={[
{ title: "Stone Pathway Installation", description: "Beautiful, durable pathways crafted with local stone.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/contrasting-outdoor-textures_23-2149702187.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/mossy-ground-middle-cobblestone-pathway_181624-17204.jpg" } },
{ title: "Irrigation Management", description: "Efficient watering systems for optimal plant growth.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-taking-photos_23-2149098301.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/someone-trimming-bushes-with-garden-scissors_1157-37101.jpg" } },
{ title: "Modern Lighting Design", description: "Illuminating your landscape for night-time beauty.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/brown-wooden-bench-near-green-plants_250224-356.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/decorative-light-bulbs-wooden-poles-mountainous-area_169016-25216.jpg" } }
]}
/>
</div>
<div id="contact" data-section="contact">
<ContactText
useInvertedBackground={false}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
text="Need help with your garden?"
/>
</div>
@@ -119,12 +69,7 @@ export default function LandingPage() {
title="Expertise"
description="Quality services"
metrics={[
{
id: "s1",
icon: Leaf,
title: "Garden Plants",
value: "100+",
},
{ id: "s1", icon: Leaf, title: "Garden Plants", value: "100+" }
]}
/>
</div>
@@ -132,38 +77,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{
items: [
{
label: "Home",
href: "/",
},
{
label: "About",
href: "/about",
},
{
label: "Services",
href: "/services",
},
],
},
{
items: [
{
label: "Projects",
href: "/projects",
},
{
label: "Contact",
href: "/contact",
},
{
label: "Privacy Policy",
href: "#",
},
],
},
{ items: [{ label: "Home", href: "/" }, { label: "About", href: "/about" }, { label: "Services", href: "/services" }] },
{ items: [{ label: "Projects", href: "/projects" }, { label: "Contact", href: "/contact" }, { label: "Privacy Policy", href: "#" }] }
]}
logoText="GreenLeaf Landscapes"
/>