7 Commits

Author SHA1 Message Date
7e784104e7 Merge version_2 into main
Merge version_2 into main
2026-04-09 02:16:36 +00:00
e5d638b053 Update src/app/page.tsx 2026-04-09 02:16:33 +00:00
645ab73e4a Merge version_2 into main
Merge version_2 into main
2026-04-09 02:16:13 +00:00
65221a776c Update src/app/page.tsx 2026-04-09 02:16:07 +00:00
b04ddb5553 Merge version_2 into main
Merge version_2 into main
2026-04-09 02:15:39 +00:00
375c9efdf6 Update src/app/page.tsx 2026-04-09 02:15:33 +00:00
8df4de5cf9 Merge version_1 into main
Merge version_1 into main
2026-04-09 02:14:00 +00:00

View File

@@ -9,7 +9,7 @@ import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleC
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
import { Leaf } from "lucide-react";
import { Award } from "lucide-react";
export default function LandingPage() {
return (
@@ -29,150 +29,35 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "About",
id: "about",
},
{
name: "Services",
id: "services",
},
{
name: "Contact",
id: "contact",
},
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Services", id: "services" },
{ name: "Contact", id: "contact" },
]}
brandName="GreenLeaf"
brandName="Cifuentes Landscape Corp."
/>
</div>
<div id="hero" data-section="hero">
<HeroSplitDoubleCarousel
background={{
variant: "radial-gradient",
}}
title="Crafting Exceptional Outdoor Spaces"
description="Professional landscaping services that transform your property into a breathtaking personal oasis."
leftCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/close-view-grass-with-dew-drops_1268-21819.jpg?_wi=1",
imageAlt: "Landscape",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/stone-road_1417-1558.jpg?_wi=1",
imageAlt: "Garden",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-view-grass-with-dew-drops_1268-21819.jpg?_wi=2",
imageAlt: "Landscape",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/stone-road_1417-1558.jpg?_wi=2",
imageAlt: "Garden",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-view-grass-with-dew-drops_1268-21819.jpg?_wi=3",
imageAlt: "Landscape",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/stone-road_1417-1558.jpg?_wi=3",
imageAlt: "Garden",
},
]}
rightCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/stone-road_1417-1558.jpg?_wi=4",
imageAlt: "Garden",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-view-grass-with-dew-drops_1268-21819.jpg?_wi=4",
imageAlt: "Landscape",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/stone-road_1417-1558.jpg?_wi=5",
imageAlt: "Garden",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-view-grass-with-dew-drops_1268-21819.jpg?_wi=5",
imageAlt: "Landscape",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/stone-road_1417-1558.jpg?_wi=6",
imageAlt: "Garden",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-view-grass-with-dew-drops_1268-21819.jpg?_wi=6",
imageAlt: "Landscape",
},
]}
buttons={[
{
text: "Get a Free Quote",
href: "#contact",
},
]}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/unrecognizable-woman-adjusting-bag_23-2147714894.jpg",
alt: "Client 1",
},
{
src: "http://img.b2bpic.net/free-photo/restaurant-vacation-park-cafe-tourism_1203-4964.jpg",
alt: "Client 2",
},
{
src: "http://img.b2bpic.net/free-photo/fulllength-photo-smiling-european-girl-cotton-stylish-clothes-cute-model-holding-pot-yellow-flowers-background-multicolored-plants_197531-25957.jpg",
alt: "Client 3",
},
{
src: "http://img.b2bpic.net/free-photo/close-up-female-gardener-pruning-plants-garden_23-2148165258.jpg",
alt: "Client 4",
},
{
src: "http://img.b2bpic.net/free-photo/close-up-smiling-worker-talking-phone_23-2147562047.jpg",
alt: "Client 5",
},
]}
avatarText="Trusted by 500+ satisfied homeowners"
marqueeItems={[
{
type: "text",
text: "Sustainable Design",
},
{
type: "text",
text: "Expert Horticulture",
},
{
type: "text",
text: "Precision Installation",
},
{
type: "text",
text: "Seasonal Maintenance",
},
{
type: "text",
text: "Smart Irrigation",
},
]}
background={{ variant: "radial-gradient" }}
title="Reliable Landscape Care in Dudley & Beyond"
description="Family-owned and committed to excellence. Providing expert weekly lawn care and landscape maintenance for over 12 years."
leftCarouselItems={[{ imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard_1303-22793.jpg?_wi=1", imageAlt: "Lawn Care" }, { imageSrc: "http://img.b2bpic.net/free-photo/close-view-grass-with-dew-drops_1268-21819.jpg", imageAlt: "Green Grass" }]}
rightCarouselItems={[{ imageSrc: "http://img.b2bpic.net/free-photo/stone-road_1417-1558.jpg?_wi=1", imageAlt: "Garden Pathway" }, { imageSrc: "http://img.b2bpic.net/free-photo/close-up-female-gardener-pruning-plants-garden_23-2148165258.jpg?_wi=1", imageAlt: "Trimming" }]}
buttons={[{ text: "Get a Free Estimate", href: "#contact" }]}
/>
</div>
<div id="about" data-section="about">
<TestimonialAboutCard
useInvertedBackground={true}
tag="Our Story"
title="Rooted in Quality & Precision"
description="For over a decade, GreenLeaf has been transforming residential and commercial properties into sustainable natural landscapes."
subdescription="We blend artistic design with expert horticultural knowledge to ensure your garden thrives year-round."
icon={Leaf}
tag="Our Commitment"
title="12+ Years of Family-Owned Dedication"
description="Cifuentes Landscape Corp. brings over a decade of local expertise to every project. We treat every lawn like our own, serving the communities of Dudley, Oxford, Webster, Charlton, and Southbridge with unmatched care."
subdescription="Our mission is simple: reliable, high-quality service that lets you enjoy your outdoor space without the worry."
icon={Award}
imageSrc="http://img.b2bpic.net/free-photo/concentrated-gardener-growing-evergreen-plants-grey-haired-man-eyeglasses-wearing-blue-shirt-apron-caring-small-thujas-greenhouse-commercial-gardening-activity-summer-concept_74855-12740.jpg"
mediaAnimation="slide-up"
/>
</div>
@@ -180,138 +65,49 @@ export default function LandingPage() {
<FeatureCardSix
textboxLayout="default"
useInvertedBackground={false}
title="Our Core Services"
description="Comprehensive maintenance programs designed to keep your property beautiful throughout the seasons."
features={[
{
title: "Landscape Design",
description: "Custom plans tailored to your land's unique topography and your personal style.",
imageSrc: "http://img.b2bpic.net/free-photo/crop-hands-making-blueprints_23-2147785477.jpg",
},
{
title: "Maintenance & Care",
description: "Routine upkeep including lawn mowing, pruning, and seasonal cleanups.",
imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard_1303-22793.jpg",
},
{
title: "Irrigation Systems",
description: "Efficient water management solutions that keep your garden lush and green.",
imageSrc: "http://img.b2bpic.net/free-photo/drone-spraying-fertilizer-vegetable-green-plants-agriculture-technology-farm-automation_35913-2569.jpg",
},
{ title: "Weekly Lawn Mowing", description: "Consistent, precision-cut grass to keep your lawn looking sharp all season.", imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard_1303-22793.jpg?_wi=2" },
{ title: "Professional Mulching", description: "High-quality mulch application to improve soil health and landscape aesthetics.", imageSrc: "http://img.b2bpic.net/free-photo/stone-road_1417-1558.jpg?_wi=2" },
{ title: "Yard Cleanups", description: "Spring and fall cleanups to clear debris and prepare your yard for the changing weather.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-female-gardener-pruning-plants-garden_23-2148165258.jpg?_wi=2" }
]}
title="Comprehensive Landscape Solutions"
description="From design to maintenance, we handle every detail of your outdoor transformation."
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardTen
textboxLayout="default"
useInvertedBackground={true}
useInvertedBackground={false}
title="Local Praise"
description="Hear from our neighbors in Central Massachusetts about why they trust us."
testimonials={[
{
id: "1",
title: "Great Experience",
quote: "The team transformed our messy backyard into a stunning patio garden.",
name: "Sarah Miller",
role: "Homeowner",
imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-woman-adjusting-bag_23-2147714894.jpg",
},
{
id: "2",
title: "Professional Service",
quote: "Reliable, detail-oriented, and excellent horticultural knowledge.",
name: "David Clark",
role: "Property Manager",
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-vacation-park-cafe-tourism_1203-4964.jpg",
},
{
id: "3",
title: "Incredible Design",
quote: "Their design eye is unmatched. Our garden looks like a professional resort.",
name: "Emily Chen",
role: "Architect",
imageSrc: "http://img.b2bpic.net/free-photo/fulllength-photo-smiling-european-girl-cotton-stylish-clothes-cute-model-holding-pot-yellow-flowers-background-multicolored-plants_197531-25957.jpg",
},
{
id: "4",
title: "Highly Recommend",
quote: "Prompt service and the results exceeded our expectations completely.",
name: "Michael Reed",
role: "Homeowner",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-female-gardener-pruning-plants-garden_23-2148165258.jpg",
},
{
id: "5",
title: "Stunning Work",
quote: "My lawn has never looked healthier and more vibrant.",
name: "Jane Doe",
role: "Homeowner",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiling-worker-talking-phone_23-2147562047.jpg",
},
{ id: "1", title: "Reliable Service", quote: "Cifuentes Landscape is always there when they say they will be. My lawn looks perfect.", name: "Mark D.", role: "Dudley Resident" },
{ id: "2", title: "Great Work", quote: "They helped me clean up my backyard in Charlton. Fantastic attention to detail.", name: "Lisa K.", role: "Homeowner" }
]}
title="What Our Clients Say"
description="Join our community of satisfied homeowners who have revitalized their outdoor lives."
/>
</div>
<div id="contact" data-section="contact">
<ContactText
background={{ variant: "rotated-rays-static" }}
useInvertedBackground={false}
background={{
variant: "rotated-rays-static",
}}
text="Ready to beautify your space? Get in touch today for a consultation."
buttons={[
{
text: "Contact Us",
href: "#",
},
]}
text="Ready for a better lawn? Call us at (774) 285-4720 or send us a message to schedule your free estimate."
buttons={[{ text: "Call (774) 285-4720", href: "tel:7742854720" }]}
/>
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/close-up-monstera-leaves_23-2147837060.jpg"
logoText="GreenLeaf"
logoText="Cifuentes Landscape"
videoSrc="https://www.w3schools.com/howto/rain.mp4"
columns={[
{
title: "Services",
items: [
{
label: "Design",
href: "#services",
},
{
label: "Maintenance",
href: "#services",
},
{
label: "Irrigation",
href: "#services",
},
],
},
{
title: "Company",
items: [
{
label: "About",
href: "#about",
},
{
label: "Testimonials",
href: "#testimonials",
},
{
label: "Contact",
href: "#contact",
},
],
},
{ title: "Service Area", items: [{ label: "Dudley", href: "#" }, { label: "Oxford", href: "#" }, { label: "Webster", href: "#" }, { label: "Charlton", href: "#" }, { label: "Southbridge", href: "#" }] },
{ title: "Quick Links", items: [{ label: "Services", href: "#services" }, { label: "Contact", href: "#contact" }] }
]}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}