Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-06-01 12:14:42 +00:00
3 changed files with 111 additions and 408 deletions

View File

@@ -10,7 +10,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
import TextAbout from '@/components/sections/about/TextAbout';
import { Facebook, Instagram, Linkedin } from "lucide-react";
import { Facebook, Instagram, Linkedin, X } from "lucide-react";
export default function LandingPage() {
return (
@@ -31,25 +31,15 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Services",
id: "/services",
},
name: "Services", id: "/services"},
{
name: "Portfolio",
id: "/portfolio",
},
name: "Portfolio", id: "/portfolio"},
{
name: "About Us",
id: "/about",
},
name: "About Us", id: "/about"},
{
name: "Contact",
id: "/contact",
},
name: "Contact", id: "/contact"},
]}
logoSrc="http://img.b2bpic.net/free-vector/landscaping-logo-template-design_742173-14940.jpg"
logoAlt="Douglas Lawn & Landscaping Logo"
@@ -57,128 +47,77 @@ export default function LandingPage() {
bottomLeftText="Your Outdoor Partner"
bottomRightText="info@douglaslawn.com"
button={{
text: "Get a Free Quote",
href: "/contact",
}}
text: "Get a Free Quote", href: "/contact"}}
/>
</div>
<div id="hero" data-section="hero">
<HeroSplitDoubleCarousel
background={{
variant: "plain",
}}
variant: "plain"}}
title="Transform Your Outdoors with Douglas Lawn & Landscaping"
description="Experience unparalleled beauty and efficiency with our AI-powered landscaping solutions. From stunning designs to seamless management, we redefine outdoor living."
leftCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/view-robot-tending-maintaining-gardens_23-2151803968.jpg",
imageAlt: "Lush green lawn",
},
imageSrc: "http://img.b2bpic.net/free-photo/view-robot-tending-maintaining-gardens_23-2151803968.jpg", imageAlt: "Lush green lawn"},
{
imageSrc: "http://img.b2bpic.net/free-photo/terrace-restaurand-modern-style-summer_114579-2726.jpg",
imageAlt: "Modern patio design",
},
imageSrc: "http://img.b2bpic.net/free-photo/terrace-restaurand-modern-style-summer_114579-2726.jpg", imageAlt: "Modern patio design"},
{
imageSrc: "http://img.b2bpic.net/free-photo/flower-shop-stand-with-lots-varieties-flowers_114579-2496.jpg",
imageAlt: "Colorful flower bed",
},
imageSrc: "http://img.b2bpic.net/free-photo/flower-shop-stand-with-lots-varieties-flowers_114579-2496.jpg", imageAlt: "Colorful flower bed"},
{
imageSrc: "http://img.b2bpic.net/free-photo/soft-focus-vintage-bicycle_1339-1871.jpg",
imageAlt: "Efficient irrigation system",
},
imageSrc: "http://img.b2bpic.net/free-photo/soft-focus-vintage-bicycle_1339-1871.jpg", imageAlt: "Efficient irrigation system"},
{
imageSrc: "http://img.b2bpic.net/free-photo/professional-gardener-trimming-hedge-yard_342744-537.jpg",
imageAlt: "Sod installation",
},
imageSrc: "http://img.b2bpic.net/free-photo/professional-gardener-trimming-hedge-yard_342744-537.jpg", imageAlt: "Sod installation"},
{
imageSrc: "http://img.b2bpic.net/free-photo/active-conversation-evening-time-friends-have-dinner-gorgeous-outdoor-place_146671-14434.jpg",
imageAlt: "Outdoor lighting",
},
imageSrc: "http://img.b2bpic.net/free-photo/active-conversation-evening-time-friends-have-dinner-gorgeous-outdoor-place_146671-14434.jpg", imageAlt: "Outdoor lighting"},
]}
rightCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-taking-care-plants_23-2149722646.jpg",
imageAlt: "Professional landscaper working",
},
imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-taking-care-plants_23-2149722646.jpg", imageAlt: "Professional landscaper working"},
{
imageSrc: "http://img.b2bpic.net/free-photo/artificial-turf-blank-placard-against-white-background_23-2148044443.jpg",
imageAlt: "Drone view of beautiful garden",
},
imageSrc: "http://img.b2bpic.net/free-photo/artificial-turf-blank-placard-against-white-background_23-2148044443.jpg", imageAlt: "Drone view of beautiful garden"},
{
imageSrc: "http://img.b2bpic.net/free-photo/photo-stone-texture-pattern_58702-12177.jpg",
imageAlt: "Stone retaining wall",
},
imageSrc: "http://img.b2bpic.net/free-photo/photo-stone-texture-pattern_58702-12177.jpg", imageAlt: "Stone retaining wall"},
{
imageSrc: "http://img.b2bpic.net/free-photo/homemade-fire-fenced-with-stones-two-benches-nearby_169016-15142.jpg",
imageAlt: "Backyard fire pit",
},
imageSrc: "http://img.b2bpic.net/free-photo/homemade-fire-fenced-with-stones-two-benches-nearby_169016-15142.jpg", imageAlt: "Backyard fire pit"},
{
imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-gardening-concept_23-2148127956.jpg",
imageAlt: "Water feature garden",
},
imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-gardening-concept_23-2148127956.jpg", imageAlt: "Water feature garden"},
{
imageSrc: "http://img.b2bpic.net/free-photo/potted-plant-garden-outdoor_1373-578.jpg",
imageAlt: "Residential property curb appeal",
},
imageSrc: "http://img.b2bpic.net/free-photo/potted-plant-garden-outdoor_1373-578.jpg", imageAlt: "Residential property curb appeal"},
]}
tag="Your Outdoor Partner"
tagAnimation="none"
buttons={[
{
text: "Get a Free Quote",
href: "/contact",
},
text: "Get a Free Quote", href: "/contact"},
{
text: "Explore Services",
href: "/services",
},
text: "Explore Services", href: "/services"},
]}
buttonAnimation="none"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/successful-man-pointing-camera-with-finger_1262-3118.jpg",
alt: "Successful man pointing to camera with finger",
},
src: "http://img.b2bpic.net/free-photo/successful-man-pointing-camera-with-finger_1262-3118.jpg", alt: "Successful man pointing to camera with finger"},
{
src: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg",
alt: "Smiling middle-aged attractive woman showing thumb up outdoors.",
},
src: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg", alt: "Smiling middle-aged attractive woman showing thumb up outdoors."},
{
src: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-pointing-with-finger_1262-3108.jpg",
alt: "Smiling senior businessman pointing with finger",
},
src: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-pointing-with-finger_1262-3108.jpg", alt: "Smiling senior businessman pointing with finger"},
{
src: "http://img.b2bpic.net/free-photo/aged-middle-expression-calling-business_1262-2838.jpg",
alt: "aged middle expression calling business",
},
src: "http://img.b2bpic.net/free-photo/aged-middle-expression-calling-business_1262-2838.jpg", alt: "aged middle expression calling business"},
{
src: "http://img.b2bpic.net/free-photo/outdoors-portrait-young-attractive-bearded-caucasian-man-blue-shirt-sport-pants-smiling-sitting-grass-looking-camera-with-happy-face-expression-working-garden_176420-19937.jpg",
alt: "Outdoors portrait of young attractive bearded caucasian man in blue -shirt and sport pants smiling, sitting on grass, looking in camera with happy face expression, working in garden.",
},
src: "http://img.b2bpic.net/free-photo/outdoors-portrait-young-attractive-bearded-caucasian-man-blue-shirt-sport-pants-smiling-sitting-grass-looking-camera-with-happy-face-expression-working-garden_176420-19937.jpg", alt: "Outdoors portrait of young attractive bearded caucasian man in blue -shirt and sport pants smiling, sitting on grass, looking in camera with happy face expression, working in garden."},
]}
avatarText="Trusted by 1000+ Clients"
marqueeItems={[
{
type: "text",
text: "Award-Winning Designs",
},
type: "text", text: "Award-Winning Designs"},
{
type: "text",
text: "Eco-Friendly Solutions",
},
type: "text", text: "Eco-Friendly Solutions"},
{
type: "text",
text: "Smart Garden Automation",
},
type: "text", text: "Smart Garden Automation"},
{
type: "text",
text: "Dedicated Local Team",
},
type: "text", text: "Dedicated Local Team"},
{
type: "text",
text: "Guaranteed Satisfaction",
},
type: "text", text: "Guaranteed Satisfaction"},
]}
/>
</div>
@@ -191,12 +130,9 @@ export default function LandingPage() {
title="Innovating Outdoor Management with AI"
buttons={[
{
text: "Learn More About Us",
href: "/about",
},
text: "Learn More About Us", href: "/about"},
]}
buttonAnimation="none"
description="Douglas Lawn & Landscaping combines expert craftsmanship with cutting-edge AI technology to provide superior service and stunning results. We're dedicated to automating your outdoor experience, ensuring beautiful landscapes and effortless management."
/>
</div>
@@ -206,53 +142,21 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Expert Landscaping Design",
description: "Creative and functional designs tailored to your vision.",
imageSrc: "http://img.b2bpic.net/free-photo/pavilion-enlightened-ancient-city-samut-prakan-province-thailand_335224-1024.jpg",
imageAlt: "Landscaping design blueprints",
},
title: "Expert Landscaping Design", description: "Creative and functional designs tailored to your vision.", imageSrc: "http://img.b2bpic.net/free-photo/pavilion-enlightened-ancient-city-samut-prakan-province-thailand_335224-1024.jpg", imageAlt: "Landscaping design blueprints"},
{
title: "Professional Lawn Care",
description: "Mowing, fertilization, and seasonal treatments for a vibrant lawn.",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-smiling-lady-with-redhead-curly-hair-standing-apron-holding-big-garden-scissors-while-working-outdoors_574295-947.jpg",
imageAlt: "Lawn mowing service",
},
title: "Professional Lawn Care", description: "Mowing, fertilization, and seasonal treatments for a vibrant lawn.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-smiling-lady-with-redhead-curly-hair-standing-apron-holding-big-garden-scissors-while-working-outdoors_574295-947.jpg", imageAlt: "Lawn mowing service"},
{
title: "Advanced Irrigation Systems",
description: "Efficient and smart watering solutions for optimal plant health.",
imageSrc: "http://img.b2bpic.net/free-photo/gardening_23-2148020413.jpg",
imageAlt: "Smart irrigation system",
},
title: "Advanced Irrigation Systems", description: "Efficient and smart watering solutions for optimal plant health.", imageSrc: "http://img.b2bpic.net/free-photo/gardening_23-2148020413.jpg", imageAlt: "Smart irrigation system"},
{
title: "Stunning Patio Installation",
description: "Custom patios built for durability and outdoor enjoyment.",
imageSrc: "http://img.b2bpic.net/free-photo/cityscape-office-buildings_1127-2951.jpg",
imageAlt: "Patio pavers installation",
},
title: "Stunning Patio Installation", description: "Custom patios built for durability and outdoor enjoyment.", imageSrc: "http://img.b2bpic.net/free-photo/cityscape-office-buildings_1127-2951.jpg", imageAlt: "Patio pavers installation"},
{
title: "Effective Drainage Solutions",
description: "Protect your property from water damage with tailored drainage.",
imageSrc: "http://img.b2bpic.net/free-photo/new-recently-built-highway-brcko-district-bosnia-herzegovina_181624-3272.jpg",
imageAlt: "Drainage solution trench",
},
title: "Effective Drainage Solutions", description: "Protect your property from water damage with tailored drainage.", imageSrc: "http://img.b2bpic.net/free-photo/new-recently-built-highway-brcko-district-bosnia-herzegovina_181624-3272.jpg", imageAlt: "Drainage solution trench"},
{
title: "Beautiful Flower Bed Design",
description: "Enhance your garden with vibrant, expertly designed flower beds.",
imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-gardening-objects_23-2148060612.jpg",
imageAlt: "Flower bed design",
},
title: "Beautiful Flower Bed Design", description: "Enhance your garden with vibrant, expertly designed flower beds.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-gardening-objects_23-2148060612.jpg", imageAlt: "Flower bed design"},
{
title: "Quality Sod Installation",
description: "Achieve an instant, lush lawn with our professional sodding services.",
imageSrc: "http://img.b2bpic.net/free-photo/fork-harrows-grass_1339-7746.jpg",
imageAlt: "Sod installation workers",
},
title: "Quality Sod Installation", description: "Achieve an instant, lush lawn with our professional sodding services.", imageSrc: "http://img.b2bpic.net/free-photo/fork-harrows-grass_1339-7746.jpg", imageAlt: "Sod installation workers"},
{
title: "Complete Outdoor Living Spaces",
description: "From kitchens to fire pits, we create your dream outdoor oasis.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-making-barbecue_23-2148965321.jpg",
imageAlt: "Outdoor kitchen grill patio",
},
title: "Complete Outdoor Living Spaces", description: "From kitchens to fire pits, we create your dream outdoor oasis.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-making-barbecue_23-2148965321.jpg", imageAlt: "Outdoor kitchen grill patio"},
]}
title="Comprehensive Landscaping Solutions"
description="From lush lawns to exquisite outdoor living spaces, our skilled team delivers exceptional quality in every project."
@@ -267,14 +171,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"Local Homeowners",
"Commercial Properties",
"Real Estate Developers",
"Community Parks",
"HOA Management",
"Property Managers",
"Local Businesses",
]}
"Local Homeowners", "Commercial Properties", "Real Estate Developers", "Community Parks", "HOA Management", "Property Managers", "Local Businesses"]}
title="Serving Homes & Businesses Across the Region"
description="We're proud to be the preferred landscaping partner for numerous clients, building beautiful outdoor spaces with reliability and excellence."
tag="Trusted in Our Community"
@@ -292,53 +189,17 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sarah J.",
role: "Homeowner",
testimonial: "Douglas Lawn & Landscaping transformed our backyard into a true oasis. Their team was professional, communicative, and the quality of their work is outstanding!",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-lady-black-jacket-posing-isolated-background-happy-cheerful-woman-dark-suit-laughing-looking-into-camera_197531-18513.jpg",
imageAlt: "Sarah J.",
},
id: "1", name: "Sarah J.", role: "Homeowner", testimonial: "Douglas Lawn & Landscaping transformed our backyard into a true oasis. Their team was professional, communicative, and the quality of their work is outstanding!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-lady-black-jacket-posing-isolated-background-happy-cheerful-woman-dark-suit-laughing-looking-into-camera_197531-18513.jpg", imageAlt: "Sarah J."},
{
id: "2",
name: "Michael D.",
role: "Business Owner",
testimonial: "Our commercial property has never looked better. The AI system for scheduling and updates is a game-changer. Highly recommend!",
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-traveling-using-sustainable-mobility_23-2149292681.jpg",
imageAlt: "Michael D.",
},
id: "2", name: "Michael D.", role: "Business Owner", testimonial: "Our commercial property has never looked better. The AI system for scheduling and updates is a game-changer. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-traveling-using-sustainable-mobility_23-2149292681.jpg", imageAlt: "Michael D."},
{
id: "3",
name: "Emily R.",
role: "Property Manager",
testimonial: "From irrigation repair to seasonal cleanups, Douglas Lawn & Landscaping always delivers. Their efficiency and attention to detail are unmatched.",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-woman-garage-sale_23-2150540717.jpg",
imageAlt: "Emily R.",
},
id: "3", name: "Emily R.", role: "Property Manager", testimonial: "From irrigation repair to seasonal cleanups, Douglas Lawn & Landscaping always delivers. Their efficiency and attention to detail are unmatched.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-woman-garage-sale_23-2150540717.jpg", imageAlt: "Emily R."},
{
id: "4",
name: "David K.",
role: "Client",
testimonial: "We absolutely love our new patio and outdoor kitchen. The team made the entire process seamless, and the results exceeded our expectations.",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-businesswoman-suit-drinking-takeaway-coffee-street-waiting-someone-near-office-b_1258-117433.jpg",
imageAlt: "David K.",
},
id: "4", name: "David K.", role: "Client", testimonial: "We absolutely love our new patio and outdoor kitchen. The team made the entire process seamless, and the results exceeded our expectations.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-businesswoman-suit-drinking-takeaway-coffee-street-waiting-someone-near-office-b_1258-117433.jpg", imageAlt: "David K."},
{
id: "5",
name: "Laura S.",
role: "Homeowner",
testimonial: "The sod installation was quick and flawless. Our lawn looks fantastic, and the automated communication kept us informed every step of the way.",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-middle-age-couple-having-date-outdoors_23-2149016125.jpg",
imageAlt: "Laura S.",
},
id: "5", name: "Laura S.", role: "Homeowner", testimonial: "The sod installation was quick and flawless. Our lawn looks fantastic, and the automated communication kept us informed every step of the way.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-middle-age-couple-having-date-outdoors_23-2149016125.jpg", imageAlt: "Laura S."},
{
id: "6",
name: "Robert B.",
role: "Client",
testimonial: "Fantastic drainage solutions! They solved our long-standing water issue efficiently and professionally. Truly experts in their field.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-with-pleasure-marshmallows-stick_259150-58527.jpg",
imageAlt: "Robert B.",
},
id: "6", name: "Robert B.", role: "Client", testimonial: "Fantastic drainage solutions! They solved our long-standing water issue efficiently and professionally. Truly experts in their field.", imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-with-pleasure-marshmallows-stick_259150-58527.jpg", imageAlt: "Robert B."},
]}
title="Exceptional Service, Beautiful Results"
description="Hear directly from our satisfied customers about their experience with Douglas Lawn & Landscaping."
@@ -352,8 +213,7 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Get Started"
title="Ready for Your Dream Landscape?"
description="Contact us today for a free consultation or to request a quote. Our team is ready to transform your outdoor space."
@@ -372,24 +232,16 @@ export default function LandingPage() {
socialLinks={[
{
icon: Facebook,
href: "https://www.facebook.com/DouglasLawnLandscaping",
ariaLabel: "Facebook",
},
href: "https://www.facebook.com/DouglasLawnLandscaping", ariaLabel: "Facebook"},
{
icon: Instagram,
href: "https://www.instagram.com/DouglasLawnLandscaping",
ariaLabel: "Instagram",
},
href: "https://www.instagram.com/DouglasLawnLandscaping", ariaLabel: "Instagram"},
{
icon: Linkedin,
href: "https://www.linkedin.com/company/DouglasLawnLandscaping",
ariaLabel: "LinkedIn",
},
href: "https://www.linkedin.com/company/DouglasLawnLandscaping", ariaLabel: "LinkedIn"},
{
icon: "X",
href: "https://twitter.com/DouglasLawn",
ariaLabel: "X (formerly Twitter)",
},
icon: X,
href: "https://twitter.com/DouglasLawn", ariaLabel: "X (formerly Twitter)"},
]}
/>
</div>

View File

@@ -6,7 +6,7 @@ import FooterCard from '@/components/sections/footer/FooterCard';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import TextAbout from '@/components/sections/about/TextAbout';
import { Facebook, Instagram, Linkedin } from "lucide-react";
import { Facebook, Instagram, Linkedin, X } from "lucide-react";
export default function LandingPage() {
return (
@@ -27,25 +27,15 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Services",
id: "/services",
},
name: "Services", id: "/services"},
{
name: "Portfolio",
id: "/portfolio",
},
name: "Portfolio", id: "/portfolio"},
{
name: "About Us",
id: "/about",
},
name: "About Us", id: "/about"},
{
name: "Contact",
id: "/contact",
},
name: "Contact", id: "/contact"},
]}
logoSrc="http://img.b2bpic.net/free-vector/landscaping-logo-template-design_742173-14940.jpg"
logoAlt="Douglas Lawn & Landscaping Logo"
@@ -53,9 +43,7 @@ export default function LandingPage() {
bottomLeftText="Your Outdoor Partner"
bottomRightText="info@douglaslawn.com"
button={{
text: "Get a Free Quote",
href: "/contact",
}}
text: "Get a Free Quote", href: "/contact"}}
/>
</div>
@@ -67,65 +55,23 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "proj-1",
brand: "Backyard Remodel",
name: "Luxury Patio & Garden",
price: "View Details",
rating: 5,
reviewCount: "25",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-holding-digital-tablet-hand-gardening-greenhouse_23-2147948181.jpg",
imageAlt: "Before and after luxury patio",
},
id: "proj-1", brand: "Backyard Remodel", name: "Luxury Patio & Garden", price: "View Details", rating: 5,
reviewCount: "25", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-holding-digital-tablet-hand-gardening-greenhouse_23-2147948181.jpg", imageAlt: "Before and after luxury patio"},
{
id: "proj-2",
brand: "Curb Appeal",
name: "Modern Front Yard",
price: "View Details",
rating: 5,
reviewCount: "18",
imageSrc: "http://img.b2bpic.net/free-photo/suburban-housing_53876-14307.jpg",
imageAlt: "Modern front yard landscaping",
},
id: "proj-2", brand: "Curb Appeal", name: "Modern Front Yard", price: "View Details", rating: 5,
reviewCount: "18", imageSrc: "http://img.b2bpic.net/free-photo/suburban-housing_53876-14307.jpg", imageAlt: "Modern front yard landscaping"},
{
id: "proj-3",
brand: "Outdoor Oasis",
name: "Poolside Landscaping",
price: "View Details",
rating: 5,
reviewCount: "30",
imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool_74190-6507.jpg",
imageAlt: "Poolside landscape design",
},
id: "proj-3", brand: "Outdoor Oasis", name: "Poolside Landscaping", price: "View Details", rating: 5,
reviewCount: "30", imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool_74190-6507.jpg", imageAlt: "Poolside landscape design"},
{
id: "proj-4",
brand: "Commercial Project",
name: "Business Park Greens",
price: "View Details",
rating: 5,
reviewCount: "12",
imageSrc: "http://img.b2bpic.net/free-photo/creative-aerial-view-cityscape_23-2148975293.jpg",
imageAlt: "Commercial landscape design",
},
id: "proj-4", brand: "Commercial Project", name: "Business Park Greens", price: "View Details", rating: 5,
reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/creative-aerial-view-cityscape_23-2148975293.jpg", imageAlt: "Commercial landscape design"},
{
id: "proj-5",
brand: "Sustainable Living",
name: "Drought-Tolerant Garden",
price: "View Details",
rating: 5,
reviewCount: "15",
imageSrc: "http://img.b2bpic.net/free-photo/vertical-poster-with-sozu-fountain-japanese-rock-garden-idea-postcard-banner_166373-7286.jpg",
imageAlt: "Sustainable garden design",
},
id: "proj-5", brand: "Sustainable Living", name: "Drought-Tolerant Garden", price: "View Details", rating: 5,
reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/vertical-poster-with-sozu-fountain-japanese-rock-garden-idea-postcard-banner_166373-7286.jpg", imageAlt: "Sustainable garden design"},
{
id: "proj-6",
brand: "Entertainment Hub",
name: "Custom Outdoor Kitchen",
price: "View Details",
rating: 5,
reviewCount: "22",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-people-partying-together_23-2149739852.jpg",
imageAlt: "Custom outdoor kitchen",
},
id: "proj-6", brand: "Entertainment Hub", name: "Custom Outdoor Kitchen", price: "View Details", rating: 5,
reviewCount: "22", imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-people-partying-together_23-2149739852.jpg", imageAlt: "Custom outdoor kitchen"},
]}
title="Inspiring Outdoor Transformations"
description="Browse our gallery of stunning before-and-after projects, showcasing our commitment to quality and design excellence."
@@ -143,12 +89,9 @@ export default function LandingPage() {
title="Let's Create Your Masterpiece"
buttons={[
{
text: "Request a Free Quote",
href: "/contact",
},
text: "Request a Free Quote", href: "/contact"},
]}
buttonAnimation="none"
description="Ready to transform your own outdoor space? Contact us today to discuss your vision and get a personalized quote."
/>
</div>
@@ -159,24 +102,16 @@ export default function LandingPage() {
socialLinks={[
{
icon: Facebook,
href: "https://www.facebook.com/DouglasLawnLandscaping",
ariaLabel: "Facebook",
},
href: "https://www.facebook.com/DouglasLawnLandscaping", ariaLabel: "Facebook"},
{
icon: Instagram,
href: "https://www.instagram.com/DouglasLawnLandscaping",
ariaLabel: "Instagram",
},
href: "https://www.instagram.com/DouglasLawnLandscaping", ariaLabel: "Instagram"},
{
icon: Linkedin,
href: "https://www.linkedin.com/company/DouglasLawnLandscaping",
ariaLabel: "LinkedIn",
},
href: "https://www.linkedin.com/company/DouglasLawnLandscaping", ariaLabel: "LinkedIn"},
{
icon: "X",
href: "https://twitter.com/DouglasLawn",
ariaLabel: "X (formerly Twitter)",
},
icon: X,
href: "https://twitter.com/DouglasLawn", ariaLabel: "X (formerly Twitter)"},
]}
/>
</div>

View File

@@ -6,7 +6,7 @@ import FeatureCardEight from '@/components/sections/feature/FeatureCardEight';
import FooterCard from '@/components/sections/footer/FooterCard';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
import { Facebook, Instagram, Leaf, Linkedin, Sparkles, TreePine } from "lucide-react";
import { Facebook, Instagram, Leaf, Linkedin, Sparkles, TreePine, X } from "lucide-react";
export default function LandingPage() {
return (
@@ -27,25 +27,15 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Services",
id: "/services",
},
name: "Services", id: "/services"},
{
name: "Portfolio",
id: "/portfolio",
},
name: "Portfolio", id: "/portfolio"},
{
name: "About Us",
id: "/about",
},
name: "About Us", id: "/about"},
{
name: "Contact",
id: "/contact",
},
name: "Contact", id: "/contact"},
]}
logoSrc="http://img.b2bpic.net/free-vector/landscaping-logo-template-design_742173-14940.jpg"
logoAlt="Douglas Lawn & Landscaping Logo"
@@ -53,9 +43,7 @@ export default function LandingPage() {
bottomLeftText="Your Outdoor Partner"
bottomRightText="info@douglaslawn.com"
button={{
text: "Get a Free Quote",
href: "/contact",
}}
text: "Get a Free Quote", href: "/contact"}}
/>
</div>
@@ -65,53 +53,21 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Lead Generation Agent",
description: "Captures and qualifies website visitors, collects project details, and schedules consultations automatically.",
imageSrc: "http://img.b2bpic.net/free-photo/business-economics-financial-transaction-investment-graphic-computer_53876-132148.jpg",
imageAlt: "AI lead generation funnel",
},
title: "Lead Generation Agent", description: "Captures and qualifies website visitors, collects project details, and schedules consultations automatically.", imageSrc: "http://img.b2bpic.net/free-photo/business-economics-financial-transaction-investment-graphic-computer_53876-132148.jpg", imageAlt: "AI lead generation funnel"},
{
title: "Customer Service Agent",
description: "Answers questions 24/7, explains services, handles appointment requests, and provides project updates.",
imageSrc: "http://img.b2bpic.net/free-vector/customer-service-designs-collection_1209-48.jpg",
imageAlt: "AI customer service chatbot",
},
title: "Customer Service Agent", description: "Answers questions 24/7, explains services, handles appointment requests, and provides project updates.", imageSrc: "http://img.b2bpic.net/free-vector/customer-service-designs-collection_1209-48.jpg", imageAlt: "AI customer service chatbot"},
{
title: "Estimating Agent",
description: "Collects project requirements, generates preliminary landscaping estimates, and produces professional proposals.",
imageSrc: "http://img.b2bpic.net/free-photo/experts-using-ai-computing-simulation_482257-80913.jpg",
imageAlt: "AI estimating software",
},
title: "Estimating Agent", description: "Collects project requirements, generates preliminary landscaping estimates, and produces professional proposals.", imageSrc: "http://img.b2bpic.net/free-photo/experts-using-ai-computing-simulation_482257-80913.jpg", imageAlt: "AI estimating software"},
{
title: "Sales Agent",
description: "Follows up with leads, sends reminders and offers, nurtures prospects, and tracks conversion rates.",
imageSrc: "http://img.b2bpic.net/free-vector/20-business-line-filled-color-icon-pack-like-graph-growth-employee-card-analysis-insurance_1142-24152.jpg",
imageAlt: "AI sales automation",
},
title: "Sales Agent", description: "Follows up with leads, sends reminders and offers, nurtures prospects, and tracks conversion rates.", imageSrc: "http://img.b2bpic.net/free-vector/20-business-line-filled-color-icon-pack-like-graph-growth-employee-card-analysis-insurance_1142-24152.jpg", imageAlt: "AI sales automation"},
{
title: "Project Management Agent",
description: "Tracks project progress, sends customer updates, manages schedules, and alerts staff about deadlines.",
imageSrc: "http://img.b2bpic.net/free-photo/robot-with-screen_1048-4564.jpg",
imageAlt: "AI project management dashboard",
},
title: "Project Management Agent", description: "Tracks project progress, sends customer updates, manages schedules, and alerts staff about deadlines.", imageSrc: "http://img.b2bpic.net/free-photo/robot-with-screen_1048-4564.jpg", imageAlt: "AI project management dashboard"},
{
title: "Marketing Agent",
description: "Creates social media content, generates blog posts, builds email campaigns, and improves local SEO.",
imageSrc: "http://img.b2bpic.net/free-photo/illustration-birthday-party-event-celebration-with-cake-laptop_53876-124053.jpg",
imageAlt: "AI marketing content generation",
},
title: "Marketing Agent", description: "Creates social media content, generates blog posts, builds email campaigns, and improves local SEO.", imageSrc: "http://img.b2bpic.net/free-photo/illustration-birthday-party-event-celebration-with-cake-laptop_53876-124053.jpg", imageAlt: "AI marketing content generation"},
{
title: "Review & Reputation Agent",
description: "Requests customer reviews, monitors online reputation, and responds professionally to feedback.",
imageSrc: "http://img.b2bpic.net/free-photo/helpdesk-support-information-support-concept_53876-121537.jpg",
imageAlt: "AI review management",
},
title: "Review & Reputation Agent", description: "Requests customer reviews, monitors online reputation, and responds professionally to feedback.", imageSrc: "http://img.b2bpic.net/free-photo/helpdesk-support-information-support-concept_53876-121537.jpg", imageAlt: "AI review management"},
{
title: "Operations Agent",
description: "Tracks equipment, materials, and crews, manages work orders, and improves scheduling efficiency.",
imageSrc: "http://img.b2bpic.net/free-photo/packaging-engineer-looking-tablet-with-greenscreen-depot_482257-82403.jpg",
imageAlt: "AI operations management",
},
title: "Operations Agent", description: "Tracks equipment, materials, and crews, manages work orders, and improves scheduling efficiency.", imageSrc: "http://img.b2bpic.net/free-photo/packaging-engineer-looking-tablet-with-greenscreen-depot_482257-82403.jpg", imageAlt: "AI operations management"},
]}
title="Your Digital Landscaping Team"
description="Our integrated AI agents automate every aspect of your landscaping journey, from lead generation to project completion."
@@ -128,63 +84,31 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
id: "basic",
badge: "Essential",
badgeIcon: Leaf,
price: "Starting at $99/month",
subtitle: "Perfect for maintaining a beautiful lawn",
buttons: [
id: "basic", badge: "Essential", badgeIcon: Leaf,
price: "Starting at $99/month", subtitle: "Perfect for maintaining a beautiful lawn", buttons: [
{
text: "Choose Basic Plan",
href: "/contact",
},
text: "Choose Basic Plan", href: "/contact"},
],
features: [
"Weekly Mowing",
"Seasonal Fertilization",
"Basic Weed Control",
"AI Customer Service Access",
],
"Weekly Mowing", "Seasonal Fertilization", "Basic Weed Control", "AI Customer Service Access"],
},
{
id: "premium",
badge: "Most Popular",
badgeIcon: Sparkles,
price: "Starting at $249/month",
subtitle: "Comprehensive care for a stunning landscape",
buttons: [
id: "premium", badge: "Most Popular", badgeIcon: Sparkles,
price: "Starting at $249/month", subtitle: "Comprehensive care for a stunning landscape", buttons: [
{
text: "Choose Premium Plan",
href: "/contact",
},
text: "Choose Premium Plan", href: "/contact"},
],
features: [
"All Basic Features",
"Advanced Shrub & Hedge Trimming",
"Irrigation System Monitoring",
"AI Estimating & Project Updates",
"Dedicated Account Manager",
],
"All Basic Features", "Advanced Shrub & Hedge Trimming", "Irrigation System Monitoring", "AI Estimating & Project Updates", "Dedicated Account Manager"],
},
{
id: "elite",
badge: "Ultimate Care",
badgeIcon: TreePine,
price: "Custom Quote",
subtitle: "Full-service management for complex outdoor projects",
buttons: [
id: "elite", badge: "Ultimate Care", badgeIcon: TreePine,
price: "Custom Quote", subtitle: "Full-service management for complex outdoor projects", buttons: [
{
text: "Request Elite Quote",
href: "/contact",
},
text: "Request Elite Quote", href: "/contact"},
],
features: [
"All Premium Features",
"Custom Landscape Design",
"Patio & Outdoor Living Maintenance",
"Priority Scheduling & Support",
"AI-Powered Operations Optimization",
],
"All Premium Features", "Custom Landscape Design", "Patio & Outdoor Living Maintenance", "Priority Scheduling & Support", "AI-Powered Operations Optimization"],
},
]}
title="Tailored Plans for Every Outdoor Need"
@@ -202,24 +126,16 @@ export default function LandingPage() {
socialLinks={[
{
icon: Facebook,
href: "https://www.facebook.com/DouglasLawnLandscaping",
ariaLabel: "Facebook",
},
href: "https://www.facebook.com/DouglasLawnLandscaping", ariaLabel: "Facebook"},
{
icon: Instagram,
href: "https://www.instagram.com/DouglasLawnLandscaping",
ariaLabel: "Instagram",
},
href: "https://www.instagram.com/DouglasLawnLandscaping", ariaLabel: "Instagram"},
{
icon: Linkedin,
href: "https://www.linkedin.com/company/DouglasLawnLandscaping",
ariaLabel: "LinkedIn",
},
href: "https://www.linkedin.com/company/DouglasLawnLandscaping", ariaLabel: "LinkedIn"},
{
icon: "X",
href: "https://twitter.com/DouglasLawn",
ariaLabel: "X (formerly Twitter)",
},
icon: X,
href: "https://twitter.com/DouglasLawn", ariaLabel: "X (formerly Twitter)"},
]}
/>
</div>