Merge version_1 into main #2
172
src/app/page.tsx
172
src/app/page.tsx
@@ -7,10 +7,12 @@ import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCa
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import { CheckCircle, Lightbulb, MessageCircle, Sparkles, Home, MessageSquare } from "lucide-react";
|
||||
import { CheckCircle, Lightbulb, MessageCircle, Sparkles, Home, MessageSquare, FileText, Hammer } from 'lucide-react';
|
||||
|
||||
export default function HomePage() {
|
||||
return (
|
||||
@@ -52,7 +54,7 @@ export default function HomePage() {
|
||||
{ imageSrc: "https://img.b2bpic.net/free-photo/rustic-patio-furniture-house-deck-with-vegetation_23-2150698288.jpg", imageAlt: "Luxury patio with dusk lighting" },
|
||||
{ imageSrc: "https://img.b2bpic.net/free-photo/tree-with-lamp-lighting_1339-7214.jpg", imageAlt: "Detail shot of premium brickwork" },
|
||||
{ imageSrc: "https://img.b2bpic.net/free-photo/active-conversation-evening-time-friends-have-dinner-gorgeous-outdoor-place_146671-14434.jpg", imageAlt: "Retaining wall landscape design" }
|
||||
]}
|
||||
]
|
||||
autoplayDelay={5000}
|
||||
showDimOverlay={true}
|
||||
/>
|
||||
@@ -80,45 +82,24 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "01",
|
||||
title: "Patios & Hardscapes",
|
||||
description: "Premium paver and brickwork with clean lines and long-term durability that feels like an extension of your home.",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/tree-with-lamp-lighting_1339-7214.jpg",
|
||||
imageAlt: "Premium patio brickwork detail"
|
||||
id: "01", title: "Patios & Hardscapes", description: "Premium paver and brickwork with clean lines and long-term durability that feels like an extension of your home.", imageSrc: "https://img.b2bpic.net/free-photo/tree-with-lamp-lighting_1339-7214.jpg", imageAlt: "Premium patio brickwork detail"
|
||||
},
|
||||
{
|
||||
id: "02",
|
||||
title: "Retaining Walls",
|
||||
description: "Structural, beautiful, and engineered to make your yard usable again while adding visual interest.",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/active-conversation-evening-time-friends-have-dinner-gorgeous-outdoor-place_146671-14434.jpg",
|
||||
imageAlt: "Retaining wall landscape"
|
||||
id: "02", title: "Retaining Walls", description: "Structural, beautiful, and engineered to make your yard usable again while adding visual interest.", imageSrc: "https://img.b2bpic.net/free-photo/active-conversation-evening-time-friends-have-dinner-gorgeous-outdoor-place_146671-14434.jpg", imageAlt: "Retaining wall landscape"
|
||||
},
|
||||
{
|
||||
id: "03",
|
||||
title: "Sod Installation",
|
||||
description: "Fast, high-impact upgrades with a golf-course finish that transforms your yard in a single day.",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/two-waiters-far-away-ready-service-prepared-desk-waiting-food-visitors-evening-time_146671-14405.jpg",
|
||||
imageAlt: "Sod installation transformation"
|
||||
id: "03", title: "Sod Installation", description: "Fast, high-impact upgrades with a golf-course finish that transforms your yard in a single day.", imageSrc: "https://img.b2bpic.net/free-photo/two-waiters-far-away-ready-service-prepared-desk-waiting-food-visitors-evening-time_146671-14405.jpg", imageAlt: "Sod installation transformation"
|
||||
},
|
||||
{
|
||||
id: "04",
|
||||
title: "Mulch & Plant Bed Refresh",
|
||||
description: "Crisp edges, rich color, and a polished look—done meticulously with attention to every detail.",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/brown-wooden-bench-near-green-plants_250224-381.jpg",
|
||||
imageAlt: "Mulch bed refresh design"
|
||||
id: "04", title: "Mulch & Plant Bed Refresh", description: "Crisp edges, rich color, and a polished look—done meticulously with attention to every detail.", imageSrc: "https://img.b2bpic.net/free-photo/brown-wooden-bench-near-green-plants_250224-381.jpg", imageAlt: "Mulch bed refresh design"
|
||||
},
|
||||
{
|
||||
id: "05",
|
||||
title: "Full Backyard Revamps",
|
||||
description: "From concept to completion: demo, design, build, and final cleanup. A complete outdoor transformation.",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/night-barbecue-garden_23-2147643505.jpg",
|
||||
imageAlt: "Complete backyard transformation"
|
||||
id: "05", title: "Full Backyard Revamps", description: "From concept to completion: demo, design, build, and final cleanup. A complete outdoor transformation.", imageSrc: "https://img.b2bpic.net/free-photo/night-barbecue-garden_23-2147643505.jpg", imageAlt: "Complete backyard transformation"
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
buttons={[{ text: "Request a Quote", href: "/contact" }]}
|
||||
buttonAnimation="reveal-blur"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -133,34 +114,73 @@ export default function HomePage() {
|
||||
imageAlt="Rick and crew working onsite"
|
||||
imagePosition="right"
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Owner-Led Projects",
|
||||
description: "Rick stays involved and is often onsite working with the crew.",
|
||||
icon: CheckCircle
|
||||
},
|
||||
{
|
||||
title: "Designer-Friendly Collaboration",
|
||||
description: "We can build from your vision or help create one that feels authentic.",
|
||||
icon: Lightbulb
|
||||
},
|
||||
{
|
||||
title: "Communication-First Approach",
|
||||
description: "Clear updates, expectations, and timelines from day one.",
|
||||
icon: MessageCircle
|
||||
},
|
||||
{
|
||||
title: "Detail-Obsessed Finishes",
|
||||
description: "Neat brickwork, clean transitions, sharp edging on every project.",
|
||||
icon: Sparkles
|
||||
},
|
||||
{
|
||||
title: "Respect for Your Home",
|
||||
description: "Punctual crew, friendly team, thorough cleanup after every job.",
|
||||
icon: Home
|
||||
}
|
||||
{ title: "Owner-Led Projects", description: "Rick stays involved and is often onsite working with the crew.", icon: CheckCircle },
|
||||
{ title: "Designer-Friendly Collaboration", description: "We can build from your vision or help create one that feels authentic.", icon: Lightbulb },
|
||||
{ title: "Communication-First Approach", description: "Clear updates, expectations, and timelines from day one.", icon: MessageCircle },
|
||||
{ title: "Detail-Obsessed Finishes", description: "Neat brickwork, clean transitions, sharp edging on every project.", icon: Sparkles },
|
||||
{ title: "Respect for Your Home", description: "Punctual crew, friendly team, thorough cleanup after every job.", icon: Home }
|
||||
]}
|
||||
buttons={[{ text: "Get a Free Consultation", href: "/contact" }]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="projects" data-section="projects">
|
||||
<ProductCardOne
|
||||
title="Recent Transformations"
|
||||
description="See the projects that showcase our attention to detail and commitment to quality."
|
||||
tag="Gallery"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "proj-1", name: "Retaining Wall + Large Patio + Sod Finish", price: "Custom Quote", imageSrc: "https://img.b2bpic.net/free-photo/rustic-patio-furniture-house-deck-with-vegetation_23-2150698294.jpg", imageAlt: "Patio and sod project"
|
||||
},
|
||||
{
|
||||
id: "proj-2", name: "Mulch Refresh + Bed Rehab", price: "Custom Quote", imageSrc: "https://img.b2bpic.net/free-photo/rustic-patio-furniture-house-deck-with-vegetation_23-2150698300.jpg", imageAlt: "Retaining wall project"
|
||||
},
|
||||
{
|
||||
id: "proj-3", name: "Backyard Cleanup + Poison Ivy Removal + New Mulch", price: "Custom Quote", imageSrc: "https://img.b2bpic.net/free-photo/vintage-landscape-photo_23-2149728869.jpg", imageAlt: "Mulch refresh project"
|
||||
},
|
||||
{
|
||||
id: "proj-4", name: "Complete Backyard Transformation", price: "Custom Quote", imageSrc: "https://img.b2bpic.net/free-photo/outside-view-restaurant-cottage-night-time_140725-8844.jpg", imageAlt: "Full backyard revamp"
|
||||
},
|
||||
{
|
||||
id: "proj-5", name: "Patio + Retaining Wall + Landscaping", price: "Custom Quote", imageSrc: "https://img.b2bpic.net/free-photo/tree-with-lamp-lighting_1339-7213.jpg", imageAlt: "Patio and wall project"
|
||||
},
|
||||
{
|
||||
id: "proj-6", name: "Sod Installation + Plant Beds", price: "Custom Quote", imageSrc: "https://img.b2bpic.net/free-photo/rustic-deck-with-patio-furniture-vegetation_23-2150698462.jpg", imageAlt: "Sod and bed project"
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
buttons={[{ text: "View All Projects", href: "/projects" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="process" data-section="process">
|
||||
<MetricCardOne
|
||||
title="A Simple Process. A Stunning Result."
|
||||
description="From initial consultation through final walkthrough, we keep things clear, professional, and focused on your vision."
|
||||
tag="Process"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "step-1", value: "01", title: "Consultation & Vision", description: "We walk your property, listen to your goals, and define the look and scope together.", icon: MessageSquare
|
||||
},
|
||||
{
|
||||
id: "step-2", value: "02", title: "Design + Clear Quote", description: "Materials, timeline, and pricing—no surprises or guessing about the investment.", icon: FileText
|
||||
},
|
||||
{
|
||||
id: "step-3", value: "03", title: "Build & Communication", description: "We show up on time, keep you in the loop, and execute with precision and care.", icon: Hammer
|
||||
},
|
||||
{
|
||||
id: "step-4", value: "04", title: "Final Walkthrough + Cleanup", description: "We leave it crisp, clean, and ready for you to enjoy your new outdoor space.", icon: CheckCircle
|
||||
}
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
buttons={[{ text: "Request a Quote", href: "/contact" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -173,31 +193,20 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "review-1",
|
||||
name: "Samantha R.",
|
||||
role: "Homeowner",
|
||||
company: "Raleigh, NC",
|
||||
rating: 5,
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg",
|
||||
imageAlt: "Samantha R."
|
||||
id: "review-1", name: "Samantha R.", role: "Homeowner", company: "Raleigh, NC", rating: 5,
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "Samantha R."
|
||||
},
|
||||
{
|
||||
id: "review-2",
|
||||
name: "C. Armstrong",
|
||||
role: "Homeowner",
|
||||
company: "Durham, NC",
|
||||
rating: 5,
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg",
|
||||
imageAlt: "C. Armstrong"
|
||||
id: "review-2", name: "C. Armstrong", role: "Homeowner", company: "Durham, NC", rating: 5,
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "C. Armstrong"
|
||||
},
|
||||
{
|
||||
id: "review-3",
|
||||
name: "Michael T.",
|
||||
role: "Homeowner",
|
||||
company: "Chapel Hill, NC",
|
||||
rating: 5,
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg",
|
||||
imageAlt: "Michael T."
|
||||
id: "review-3", name: "Michael T.", role: "Homeowner", company: "Chapel Hill, NC", rating: 5,
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Michael T."
|
||||
},
|
||||
{
|
||||
id: "review-4", name: "Jennifer K.", role: "Homeowner", company: "Cary, NC", rating: 5,
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/handsome-business-man-wearing-suit-looking-camera-smiling-broadly-with-happy-face-standing-white-background_141793-54115.jpg", imageAlt: "Jennifer K."
|
||||
}
|
||||
]}
|
||||
kpiItems={[
|
||||
@@ -220,9 +229,7 @@ export default function HomePage() {
|
||||
{ name: "address", type: "text", placeholder: "Your Address / Neighborhood", required: false }
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Tell us about your project. What are we transforming? Patios, walls, sod, mulch refresh, or a full revamp?",
|
||||
rows: 6,
|
||||
name: "message", placeholder: "Tell us about your project. What are we transforming? Patios, walls, sod, mulch refresh, or a full revamp?", rows: 6,
|
||||
required: true
|
||||
}}
|
||||
imageSrc="https://img.b2bpic.net/free-photo/high-angle-man-working-eco-friendly-wind-power-project-with-paper-plans_23-2148847792.jpg"
|
||||
@@ -239,8 +246,7 @@ export default function HomePage() {
|
||||
logoText="Landco Landscaping"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Services", href: "/services" },
|
||||
{ label: "Projects", href: "/projects" },
|
||||
@@ -248,16 +254,14 @@ export default function HomePage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "Our Process", href: "/process" },
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
{ label: "Get a Quote", href: "/contact" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Service Areas",
|
||||
items: [
|
||||
title: "Service Areas", items: [
|
||||
{ label: "Raleigh, NC", href: "#" },
|
||||
{ label: "Durham, NC", href: "#" },
|
||||
{ label: "Chapel Hill, NC", href: "#" },
|
||||
|
||||
@@ -4,10 +4,11 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import Link from "next/link";
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import { MessageSquare, FileText, Hammer, CheckCircle } from "lucide-react";
|
||||
import { CheckCircle, Lightbulb, MessageCircle, Sparkles, Home, MessageSquare, FileText, Hammer } from 'lucide-react';
|
||||
|
||||
export default function ServicesPage() {
|
||||
return (
|
||||
@@ -37,99 +38,79 @@ export default function ServicesPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<div id="services-hero" data-section="services-hero">
|
||||
<FeatureCardThree
|
||||
title="Complete Landscaping Solutions for Your Outdoor Vision"
|
||||
description="From patios and retaining walls to sod installation and full backyard transformations, we bring your outdoor dreams to life with precision and care."
|
||||
title="Complete Outdoor Transformations"
|
||||
description="From hardscapes to sod installation, we handle every aspect of your outdoor space with precision, professionalism, and a commitment to quality."
|
||||
tag="Our Services"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "01",
|
||||
title: "Premium Patios & Hardscapes",
|
||||
description: "Custom paver installations, brick patios, and hardscape designs that extend your living space outdoors with lasting durability and elegant style.",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/tree-with-lamp-lighting_1339-7214.jpg",
|
||||
imageAlt: "Premium patio installation"
|
||||
id: "01", title: "Patios & Hardscapes", description: "Custom patio designs using premium pavers, natural stone, and brick. Clean lines, proper drainage, and built to last decades.", imageSrc: "https://img.b2bpic.net/free-photo/tree-with-lamp-lighting_1339-7214.jpg", imageAlt: "Premium patio hardscape installation"
|
||||
},
|
||||
{
|
||||
id: "02",
|
||||
title: "Retaining Walls & Structural Solutions",
|
||||
description: "Engineered retaining walls that solve drainage issues while adding visual interest and usable space to sloped properties.",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/active-conversation-evening-time-friends-have-dinner-gorgeous-outdoor-place_146671-14434.jpg",
|
||||
imageAlt: "Retaining wall construction"
|
||||
id: "02", title: "Retaining Walls", description: "Engineered stone and block retaining walls that solve drainage issues while adding visual appeal and usable yard space.", imageSrc: "https://img.b2bpic.net/free-photo/active-conversation-evening-time-friends-have-dinner-gorgeous-outdoor-place_146671-14434.jpg", imageAlt: "Retaining wall landscape construction"
|
||||
},
|
||||
{
|
||||
id: "03",
|
||||
title: "Professional Sod Installation",
|
||||
description: "High-quality sod installation with proper soil preparation for lush, green lawns that establish quickly and thrive long-term.",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/two-waiters-far-away-ready-service-prepared-desk-waiting-food-visitors-evening-time_146671-14405.jpg",
|
||||
imageAlt: "Professional sod installation"
|
||||
id: "03", title: "Sod Installation", description: "Professional sod installation with proper soil prep, grading, and establishment care for a lush, even lawn.", imageSrc: "https://img.b2bpic.net/free-photo/two-waiters-far-away-ready-service-prepared-desk-waiting-food-visitors-evening-time_146671-14405.jpg", imageAlt: "Professional sod installation service"
|
||||
},
|
||||
{
|
||||
id: "04",
|
||||
title: "Landscape Design & Planting",
|
||||
description: "Complete landscape design with plant selection, mulch installation, and garden bed creation tailored to your property's unique conditions.",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/brown-wooden-bench-near-green-plants_250224-381.jpg",
|
||||
imageAlt: "Landscape design and planting"
|
||||
id: "04", title: "Mulch & Plant Beds", description: "Bed design, plant selection, mulch installation, and edging that creates crisp, professional landscape borders.", imageSrc: "https://img.b2bpic.net/free-photo/brown-wooden-bench-near-green-plants_250224-381.jpg", imageAlt: "Mulch bed and planting design"
|
||||
},
|
||||
{
|
||||
id: "05",
|
||||
title: "Full Property Transformations",
|
||||
description: "Comprehensive outdoor renovations from concept to completion, including demolition, grading, installation, and final finishing touches.",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/night-barbecue-garden_23-2147643505.jpg",
|
||||
imageAlt: "Complete property transformation"
|
||||
id: "05", title: "Complete Yard Revamps", description: "Full-service outdoor transformations from concept through completion, including demo, grading, and final installation.", imageSrc: "https://img.b2bpic.net/free-photo/night-barbecue-garden_23-2147643505.jpg", imageAlt: "Complete backyard transformation project"
|
||||
},
|
||||
{
|
||||
id: "06",
|
||||
title: "Maintenance & Seasonal Services",
|
||||
description: "Ongoing maintenance programs, mulch refresh, seasonal cleanup, and landscape care to keep your outdoor spaces looking their best year-round.",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/vintage-landscape-photo_23-2149728869.jpg",
|
||||
imageAlt: "Landscape maintenance services"
|
||||
id: "06", title: "Maintenance & Cleanup", description: "Seasonal cleanups, mulch refresh, pruning, and ongoing maintenance to keep your outdoor space looking its best.", imageSrc: "https://img.b2bpic.net/free-photo/vintage-landscape-photo_23-2149728869.jpg", imageAlt: "Landscape maintenance and cleanup service"
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
buttons={[{ text: "Request Service Quote", href: "/contact" }]}
|
||||
buttonAnimation="reveal-blur"
|
||||
buttons={[{ text: "Get Your Free Quote", href: "/contact" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="process" data-section="process">
|
||||
<MetricCardOne
|
||||
title="Our Proven 4-Step Process"
|
||||
description="From consultation to completion, we ensure every project is executed with precision, clear communication, and attention to detail."
|
||||
tag="How We Work"
|
||||
<div id="why-choose-landco" data-section="why-choose-landco">
|
||||
<SplitAbout
|
||||
title="Why Homeowners Choose Landco"
|
||||
description="We've built our reputation on clean work, clear communication, and treating every project like it's our own backyard. Rick stays involved throughout the process to ensure quality and keep you informed."
|
||||
tag="Our Approach"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
imageSrc="https://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500812.jpg"
|
||||
imageAlt="Landco crew working on outdoor project"
|
||||
imagePosition="right"
|
||||
bulletPoints={[
|
||||
{ title: "Owner Involvement", description: "Rick is hands-on with every project, ensuring quality control and communication.", icon: CheckCircle },
|
||||
{ title: "Clear Communication", description: "Regular updates, transparent pricing, and no surprises throughout the process.", icon: MessageCircle },
|
||||
{ title: "Quality Materials", description: "We use premium materials and proper techniques for long-lasting results.", icon: Sparkles },
|
||||
{ title: "Professional Crew", description: "Respectful, punctual team that treats your property with care.", icon: Home },
|
||||
{ title: "Design Collaboration", description: "Work with your existing plans or help create a vision that fits your style.", icon: Lightbulb }
|
||||
]}
|
||||
buttons={[{ text: "Schedule Consultation", href: "/contact" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="service-process" data-section="service-process">
|
||||
<MetricCardOne
|
||||
title="Our Service Process"
|
||||
description="From initial consultation to final walkthrough, here's how we ensure your project exceeds expectations."
|
||||
tag="How We Work"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "step-1",
|
||||
value: "01",
|
||||
title: "Consultation",
|
||||
description: "We visit your property, discuss your vision, and provide detailed recommendations based on your needs and budget.",
|
||||
icon: MessageSquare
|
||||
id: "step-1", value: "01", title: "Site Consultation", description: "We visit your property to understand your vision, assess the space, and discuss possibilities.", icon: MessageSquare
|
||||
},
|
||||
{
|
||||
id: "step-2",
|
||||
value: "02",
|
||||
title: "Design & Quote",
|
||||
description: "Detailed project proposal with materials, timeline, and transparent pricing—no hidden costs or surprises.",
|
||||
icon: FileText
|
||||
id: "step-2", value: "02", title: "Design & Quote", description: "Detailed proposal with materials, timeline, and transparent pricing. No hidden costs or surprises.", icon: FileText
|
||||
},
|
||||
{
|
||||
id: "step-3",
|
||||
value: "03",
|
||||
title: "Construction",
|
||||
description: "Professional execution with owner oversight, daily progress updates, and meticulous attention to quality.",
|
||||
icon: Hammer
|
||||
id: "step-3", value: "03", title: "Professional Installation", description: "Skilled crew executes the plan with attention to detail and regular progress updates.", icon: Hammer
|
||||
},
|
||||
{
|
||||
id: "step-4",
|
||||
value: "04",
|
||||
title: "Completion",
|
||||
description: "Final walkthrough, thorough cleanup, and care instructions to ensure your satisfaction and project longevity.",
|
||||
icon: CheckCircle
|
||||
id: "step-4", value: "04", title: "Final Walkthrough", description: "Complete cleanup, final inspection, and care instructions for your new outdoor space.", icon: CheckCircle
|
||||
}
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
@@ -141,23 +122,22 @@ export default function ServicesPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
title="Ready to Transform Your Outdoor Space?"
|
||||
description="Get started with a free consultation. We'll discuss your project goals, timeline, and provide a detailed quote for your landscaping needs."
|
||||
description="Tell us about your vision and we'll provide a detailed consultation and quote tailored to your specific needs and budget."
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Full Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Email Address", required: true },
|
||||
{ name: "phone", type: "tel", placeholder: "Phone Number", required: true }
|
||||
{ name: "phone", type: "tel", placeholder: "Phone Number", required: true },
|
||||
{ name: "address", type: "text", placeholder: "Property Address", required: false }
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "What services are you interested in? Tell us about your project goals and timeline.",
|
||||
rows: 5,
|
||||
name: "message", placeholder: "Which services are you interested in? Describe your project goals and any specific requirements.", rows: 6,
|
||||
required: true
|
||||
}}
|
||||
imageSrc="https://img.b2bpic.net/free-photo/high-angle-man-working-eco-friendly-wind-power-project-with-paper-plans_23-2148847792.jpg"
|
||||
imageAlt="Landscape project consultation"
|
||||
imageAlt="Outdoor design consultation and planning"
|
||||
mediaPosition="right"
|
||||
useInvertedBackground={false}
|
||||
buttonText="Schedule Consultation"
|
||||
buttonText="Request Free Consultation"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -167,8 +147,7 @@ export default function ServicesPage() {
|
||||
logoText="Landco Landscaping"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Services", href: "/services" },
|
||||
{ label: "Projects", href: "/projects" },
|
||||
@@ -176,16 +155,14 @@ export default function ServicesPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "Our Process", href: "/process" },
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
{ label: "Get a Quote", href: "/contact" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Service Areas",
|
||||
items: [
|
||||
title: "Service Areas", items: [
|
||||
{ label: "Raleigh, NC", href: "#" },
|
||||
{ label: "Durham, NC", href: "#" },
|
||||
{ label: "Chapel Hill, NC", href: "#" },
|
||||
|
||||
Reference in New Issue
Block a user