Merge version_1 into main #2
@@ -6,7 +6,7 @@ import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarS
|
||||
import FeatureCardNine from "@/components/sections/feature/FeatureCardNine";
|
||||
import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCard";
|
||||
import FooterCard from "@/components/sections/footer/FooterCard";
|
||||
import { CheckCircle, Facebook, Instagram, Phone } from "lucide-react";
|
||||
import { CheckCircle, Facebook, Instagram, Phone, Sparkles } from "lucide-react";
|
||||
|
||||
export default function ServicesPage() {
|
||||
const navItems = [
|
||||
@@ -55,11 +55,11 @@ export default function ServicesPage() {
|
||||
title: "Landscape Design",
|
||||
description: "Custom design solutions tailored to your vision and property. Our experienced designers create beautiful outdoor spaces that enhance your home's aesthetic appeal and increase property value.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pavilion-enlightened-ancient-city-samut-prakan-province-thailand_335224-1024.jpg?_wi=3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pavilion-enlightened-ancient-city-samut-prakan-province-thailand_335224-1024.jpg",
|
||||
imageAlt: "Landscape design consultation",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pavilion-enlightened-ancient-city-samut-prakan-province-thailand_335224-1024.jpg?_wi=4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pavilion-enlightened-ancient-city-samut-prakan-province-thailand_335224-1024.jpg",
|
||||
imageAlt: "Professional landscape design",
|
||||
},
|
||||
},
|
||||
@@ -68,11 +68,11 @@ export default function ServicesPage() {
|
||||
title: "Lawn Installation",
|
||||
description: "Premium lawn installation using quality sod and grass varieties. We prepare your soil properly and install new lawns that establish quickly, creating lush green spaces that last.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-lush-green-grass-field_23-2151982447.jpg?_wi=3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-lush-green-grass-field_23-2151982447.jpg",
|
||||
imageAlt: "Lawn installation service",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-lush-green-grass-field_23-2151982447.jpg?_wi=4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-lush-green-grass-field_23-2151982447.jpg",
|
||||
imageAlt: "Professional lawn installation",
|
||||
},
|
||||
},
|
||||
@@ -81,11 +81,11 @@ export default function ServicesPage() {
|
||||
title: "Hardscaping",
|
||||
description: "Durable hardscape features including patios, walkways, retaining walls, and outdoor structures. Our expert craftsmanship creates functional and beautiful outdoor living spaces using premium materials.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-retaining-stone-wall-covered-with-moss_181624-10005.jpg?_wi=3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-retaining-stone-wall-covered-with-moss_181624-10005.jpg",
|
||||
imageAlt: "Hardscape patio installation",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-retaining-stone-wall-covered-with-moss_181624-10005.jpg?_wi=4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-retaining-stone-wall-covered-with-moss_181624-10005.jpg",
|
||||
imageAlt: "Professional hardscape design",
|
||||
},
|
||||
},
|
||||
@@ -94,11 +94,11 @@ export default function ServicesPage() {
|
||||
title: "Seasonal Maintenance",
|
||||
description: "Keep your landscape pristine year-round with our comprehensive maintenance services. We handle mowing, trimming, mulching, seasonal care, and more to maintain your property's beauty.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brunet-handyman-protective-shield-standing-with-cordless-chain-saw-while-working-backyard_7502-10173.jpg?_wi=3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brunet-handyman-protective-shield-standing-with-cordless-chain-saw-while-working-backyard_7502-10173.jpg",
|
||||
imageAlt: "Professional landscape maintenance",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brunet-handyman-protective-shield-standing-with-cordless-chain-saw-while-working-backyard_7502-10173.jpg?_wi=4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brunet-handyman-protective-shield-standing-with-cordless-chain-saw-while-working-backyard_7502-10173.jpg",
|
||||
imageAlt: "Lawn maintenance service",
|
||||
},
|
||||
},
|
||||
@@ -107,11 +107,11 @@ export default function ServicesPage() {
|
||||
title: "Property Enhancements",
|
||||
description: "Elevate your outdoor space with special features and enhancements. From outdoor lighting and water features to custom garden elements, we add unique touches that make your property stand out.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-love-garden_23-2147986408.jpg?_wi=3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-love-garden_23-2147986408.jpg",
|
||||
imageAlt: "Outdoor landscape enhancement",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-love-garden_23-2147986408.jpg?_wi=4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-love-garden_23-2147986408.jpg",
|
||||
imageAlt: "Landscape feature installation",
|
||||
},
|
||||
},
|
||||
@@ -139,7 +139,7 @@ export default function ServicesPage() {
|
||||
description="We believe in delivering excellence on every project. Our team combines professional expertise with genuine care for your property, ensuring outstanding results that exceed expectations."
|
||||
subdescription="With 15+ years of experience serving Chagrin Falls and the surrounding areas, we've built our reputation on quality craftsmanship, reliable service, and customer satisfaction. When you choose Custom Cut Landscape, you're choosing a partner committed to transforming your outdoor space."
|
||||
icon={CheckCircle}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-flowers-growing-garden_181624-24120.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-flowers-growing-garden_181624-24120.jpg"
|
||||
imageAlt="Custom Cut Landscape services"
|
||||
mediaAnimation="blur-reveal"
|
||||
useInvertedBackground={false}
|
||||
@@ -150,14 +150,14 @@ export default function ServicesPage() {
|
||||
<div id="services-cta" data-section="services-cta">
|
||||
<TestimonialAboutCard
|
||||
tag="Ready to Transform Your Landscape?"
|
||||
tagIcon={require("lucide-react").Sparkles}
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
title="Get Started With a Free Estimate"
|
||||
description="Contact Custom Cut Landscape LLC today to discuss your landscaping project. We offer free consultations and quotes for all services."
|
||||
subdescription="Call us at (440) 247-7566 or fill out our online form. Our team will contact you within 24 hours to schedule your consultation."
|
||||
icon={CheckCircle}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/path-passing-through-grass_1252-1048.jpg?_wi=2"
|
||||
imageAlt: "Get started with landscaping services"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/path-passing-through-grass_1252-1048.jpg"
|
||||
imageAlt="Get started with landscaping services"
|
||||
mediaAnimation="blur-reveal"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user