Merge version_1 into main #2
@@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
|
||||
import ContactSplit from "@/components/sections/contact/ContactSplit";
|
||||
import FooterCard from "@/components/sections/footer/FooterCard";
|
||||
import { Facebook, Instagram, MapPin } from "lucide-react";
|
||||
import { Facebook, Instagram, MapPin, Leaf } from "lucide-react";
|
||||
import Link from "next/link";
|
||||
|
||||
export default function ContactPage() {
|
||||
@@ -28,7 +28,7 @@ export default function ContactPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="mediumLargeSizeMediumTitles"
|
||||
background="noise"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-depth"
|
||||
primaryButtonStyle="flat"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -38,9 +38,7 @@ export default function ContactPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Get a Free Quote",
|
||||
href: "contact",
|
||||
}}
|
||||
text: "Get a Free Quote", href: "contact"}}
|
||||
brandName="Green Rhino"
|
||||
/>
|
||||
</div>
|
||||
@@ -50,11 +48,10 @@ export default function ContactPage() {
|
||||
tag="Get Started"
|
||||
title="Request Your Free Landscaping Quote"
|
||||
description="Contact Green Rhino Lawn & LandCare today for a free consultation. Tell us about your project, and we'll provide a transparent quote with no obligation."
|
||||
tagIcon="Leaf"
|
||||
tagIcon={Leaf}
|
||||
tagAnimation="slide-up"
|
||||
background={{
|
||||
variant: "noise",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-gardner-greenhouse_1303-14065.jpg"
|
||||
imageAlt="Green Rhino landscaping team ready to help with your project"
|
||||
@@ -73,19 +70,13 @@ export default function ContactPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "https://facebook.com/greenrhino",
|
||||
ariaLabel: "Green Rhino on Facebook",
|
||||
},
|
||||
href: "https://facebook.com/greenrhino", ariaLabel: "Green Rhino on Facebook"},
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "https://instagram.com/greenrhino",
|
||||
ariaLabel: "Green Rhino on Instagram",
|
||||
},
|
||||
href: "https://instagram.com/greenrhino", ariaLabel: "Green Rhino on Instagram"},
|
||||
{
|
||||
icon: MapPin,
|
||||
href: "https://google.com/maps/search/Green+Rhino+Landscaping+Clearwater+FL",
|
||||
ariaLabel: "Green Rhino on Google Maps",
|
||||
},
|
||||
href: "https://google.com/maps/search/Green+Rhino+Landscaping+Clearwater+FL", ariaLabel: "Green Rhino on Google Maps"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
212
src/app/page.tsx
212
src/app/page.tsx
@@ -32,7 +32,7 @@ export default function HomePage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="mediumLargeSizeMediumTitles"
|
||||
background="noise"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-depth"
|
||||
primaryButtonStyle="flat"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -42,9 +42,7 @@ export default function HomePage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Get a Free Quote",
|
||||
href: "contact",
|
||||
}}
|
||||
text: "Get a Free Quote", href: "contact"}}
|
||||
brandName="Green Rhino"
|
||||
/>
|
||||
</div>
|
||||
@@ -56,17 +54,14 @@ export default function HomePage() {
|
||||
tag="Premium Local Landscaping"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "noise" }}
|
||||
background={{ variant: "plain" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/trees-walkway_1182-939.jpg"
|
||||
imageAlt="Professionally landscaped residential yard with mature trees and manicured lawn"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Free Quote",
|
||||
href: "contact",
|
||||
},
|
||||
text: "Get a Free Quote", href: "contact"},
|
||||
{
|
||||
text: "Call (727) 501-5972",
|
||||
onClick: () => {
|
||||
text: "Call (727) 501-5972", onClick: () => {
|
||||
window.location.href = "tel:(727) 501-5972";
|
||||
},
|
||||
},
|
||||
@@ -88,13 +83,7 @@ export default function HomePage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"⭐ 5.0 Star Google Rating",
|
||||
"✓ 39+ Verified Reviews",
|
||||
"✓ Local Expert Since 2015",
|
||||
"✓ Reliable & Professional",
|
||||
"✓ Free Consultations",
|
||||
"✓ Satisfaction Guaranteed",
|
||||
]}
|
||||
"⭐ 5.0 Star Google Rating", "✓ 39+ Verified Reviews", "✓ Local Expert Since 2015", "✓ Reliable & Professional", "✓ Free Consultations", "✓ Satisfaction Guaranteed"]}
|
||||
speed={40}
|
||||
showCard={true}
|
||||
/>
|
||||
@@ -110,87 +99,39 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "tree-removal",
|
||||
title: "Tree Removal",
|
||||
description: "Safe, professional tree removal with equipment and expertise for any size job.",
|
||||
tag: "Tree Service",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/carpenter-working-sawmill-wood-manufacture_1303-22880.jpg?_wi=1",
|
||||
imageAlt: "tree removal service professional arborist",
|
||||
buttons: [
|
||||
id: "tree-removal", title: "Tree Removal", description: "Safe, professional tree removal with equipment and expertise for any size job.", tag: "Tree Service", imageSrc: "http://img.b2bpic.net/free-photo/carpenter-working-sawmill-wood-manufacture_1303-22880.jpg", imageAlt: "tree removal service professional arborist", buttons: [
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "/services",
|
||||
},
|
||||
text: "Learn More", href: "/services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "sod-installation",
|
||||
title: "Sod Installation",
|
||||
description: "Transform your lawn with premium sod installation and proper ground preparation.",
|
||||
tag: "Lawn Care",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/eco-volunteer-picking-up-litter-lawn_74855-2152.jpg?_wi=1",
|
||||
imageAlt: "sod installation green lawn grass",
|
||||
buttons: [
|
||||
id: "sod-installation", title: "Sod Installation", description: "Transform your lawn with premium sod installation and proper ground preparation.", tag: "Lawn Care", imageSrc: "http://img.b2bpic.net/free-photo/eco-volunteer-picking-up-litter-lawn_74855-2152.jpg", imageAlt: "sod installation green lawn grass", buttons: [
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "/services",
|
||||
},
|
||||
text: "Learn More", href: "/services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "landscape-renovation",
|
||||
title: "Landscape Renovation",
|
||||
description: "Complete yard redesigns that blend aesthetics, function, and long-term value.",
|
||||
tag: "Design & Build",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-digging-soil_23-2147714878.jpg?_wi=1",
|
||||
imageAlt: "landscape renovation garden redesign",
|
||||
buttons: [
|
||||
id: "landscape-renovation", title: "Landscape Renovation", description: "Complete yard redesigns that blend aesthetics, function, and long-term value.", tag: "Design & Build", imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-digging-soil_23-2147714878.jpg", imageAlt: "landscape renovation garden redesign", buttons: [
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "/services",
|
||||
},
|
||||
text: "Learn More", href: "/services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "palm-trimming",
|
||||
title: "Palm Tree Trimming",
|
||||
description: "Expert trimming and maintenance for palm trees and tropical landscaping.",
|
||||
tag: "Maintenance",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-enjoying-indoor-farming_23-2149607102.jpg",
|
||||
imageAlt: "palm tree trimming tropical maintenance",
|
||||
buttons: [
|
||||
id: "palm-trimming", title: "Palm Tree Trimming", description: "Expert trimming and maintenance for palm trees and tropical landscaping.", tag: "Maintenance", imageSrc: "http://img.b2bpic.net/free-photo/man-enjoying-indoor-farming_23-2149607102.jpg", imageAlt: "palm tree trimming tropical maintenance", buttons: [
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "/services",
|
||||
},
|
||||
text: "Learn More", href: "/services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "hedge-trimming",
|
||||
title: "Hedge Trimming",
|
||||
description: "Professional hedge and shrub trimming for clean, manicured landscape appearance.",
|
||||
tag: "Maintenance",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-girl-holding-tree-branch_23-2148617142.jpg",
|
||||
imageAlt: "hedge trimming professional landscaper",
|
||||
buttons: [
|
||||
id: "hedge-trimming", title: "Hedge Trimming", description: "Professional hedge and shrub trimming for clean, manicured landscape appearance.", tag: "Maintenance", imageSrc: "http://img.b2bpic.net/free-photo/side-view-girl-holding-tree-branch_23-2148617142.jpg", imageAlt: "hedge trimming professional landscaper", buttons: [
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "/services",
|
||||
},
|
||||
text: "Learn More", href: "/services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "mulching",
|
||||
title: "Mulching & Bed Prep",
|
||||
description: "Mulch installation and garden bed preparation to protect and beautify plantings.",
|
||||
tag: "Landscape",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hand-with-glove-holding-pebbles_23-2149412560.jpg",
|
||||
imageAlt: "mulch installation landscaping service",
|
||||
buttons: [
|
||||
id: "mulching", title: "Mulching & Bed Prep", description: "Mulch installation and garden bed preparation to protect and beautify plantings.", tag: "Landscape", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hand-with-glove-holding-pebbles_23-2149412560.jpg", imageAlt: "mulch installation landscaping service", buttons: [
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "/services",
|
||||
},
|
||||
text: "Learn More", href: "/services"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -208,33 +149,13 @@ export default function HomePage() {
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Complete Lawn Replacement",
|
||||
price: "View Project",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-stone-path-walk-run-garden_74190-8974.jpg?_wi=1",
|
||||
imageAlt: "before after lawn transformation comparison",
|
||||
},
|
||||
id: "1", name: "Complete Lawn Replacement", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-stone-path-walk-run-garden_74190-8974.jpg", imageAlt: "before after lawn transformation comparison"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Yard Cleanup & Landscaping",
|
||||
price: "View Project",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/open-house-template-design_23-2150957251.jpg?_wi=1",
|
||||
imageAlt: "garden before after professional landscaping",
|
||||
},
|
||||
id: "2", name: "Yard Cleanup & Landscaping", price: "View Project", imageSrc: "http://img.b2bpic.net/free-psd/open-house-template-design_23-2150957251.jpg", imageAlt: "garden before after professional landscaping"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Tree Removal & Renovation",
|
||||
price: "View Project",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/vertical-poster-template-indoor-plant-growing_23-2149301615.jpg?_wi=1",
|
||||
imageAlt: "tree removal before after landscape",
|
||||
},
|
||||
id: "3", name: "Tree Removal & Renovation", price: "View Project", imageSrc: "http://img.b2bpic.net/free-psd/vertical-poster-template-indoor-plant-growing_23-2149301615.jpg", imageAlt: "tree removal before after landscape"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Landscape Redesign",
|
||||
price: "View Project",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/agriculture-healthy-food_23-2151969783.jpg?_wi=1",
|
||||
imageAlt: "landscape renovation before after photos",
|
||||
},
|
||||
id: "4", name: "Landscape Redesign", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/agriculture-healthy-food_23-2151969783.jpg", imageAlt: "landscape renovation before after photos"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -248,59 +169,17 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Exceeded All Expectations",
|
||||
quote: "Green Rhino transformed our entire backyard. The attention to detail, professionalism, and incredible work ethic is unmatched. They communicated every step and delivered exactly what was promised. Highly recommended!",
|
||||
name: "Michael Johnson",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-black-sweater-standing-posing_114579-58759.jpg?_wi=1",
|
||||
imageAlt: "professional headshot business portrait",
|
||||
},
|
||||
id: "1", title: "Exceeded All Expectations", quote: "Green Rhino transformed our entire backyard. The attention to detail, professionalism, and incredible work ethic is unmatched. They communicated every step and delivered exactly what was promised. Highly recommended!", name: "Michael Johnson", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-black-sweater-standing-posing_114579-58759.jpg", imageAlt: "professional headshot business portrait"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Best Landscapers in Clearwater",
|
||||
quote: "If you are looking for knowledgeable professionals with incredible work ethic and excellent communication, Green Rhino should be your choice. Our yard has never looked better, and the team was respectful and clean throughout the project.",
|
||||
name: "Sarah Mitchell",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=1",
|
||||
imageAlt: "professional portrait business photo",
|
||||
},
|
||||
id: "2", title: "Best Landscapers in Clearwater", quote: "If you are looking for knowledgeable professionals with incredible work ethic and excellent communication, Green Rhino should be your choice. Our yard has never looked better, and the team was respectful and clean throughout the project.", name: "Sarah Mitchell", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "professional portrait business photo"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Reliable, Professional, Trustworthy",
|
||||
quote: "From the initial consultation to project completion, Green Rhino was professional, punctual, and delivered outstanding results. They answered all our questions and treated our property with respect. Worth every penny!",
|
||||
name: "David Rodriguez",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businessman_1098-21013.jpg?_wi=1",
|
||||
imageAlt: "professional headshot business portrait",
|
||||
},
|
||||
id: "3", title: "Reliable, Professional, Trustworthy", quote: "From the initial consultation to project completion, Green Rhino was professional, punctual, and delivered outstanding results. They answered all our questions and treated our property with respect. Worth every penny!", name: "David Rodriguez", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businessman_1098-21013.jpg", imageAlt: "professional headshot business portrait"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Transparent Pricing, Amazing Quality",
|
||||
quote: "No hidden costs, no surprises—just honest, transparent pricing and exceptional quality work. Green Rhino's team is knowledgeable and passionate about landscaping. They made the whole process easy.",
|
||||
name: "Jennifer Lee",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-waitress-looking-camera_23-2147830510.jpg?_wi=1",
|
||||
imageAlt: "professional portrait studio headshot",
|
||||
},
|
||||
id: "4", title: "Transparent Pricing, Amazing Quality", quote: "No hidden costs, no surprises—just honest, transparent pricing and exceptional quality work. Green Rhino's team is knowledgeable and passionate about landscaping. They made the whole process easy.", name: "Jennifer Lee", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/confident-waitress-looking-camera_23-2147830510.jpg", imageAlt: "professional portrait studio headshot"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Exactly What We Needed",
|
||||
quote: "We called Green Rhino for emergency tree removal after a storm. They responded quickly, did the work safely and professionally, and cleaned up everything. Best service experience we've had!",
|
||||
name: "Robert Thompson",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=1",
|
||||
imageAlt: "professional headshot business photo",
|
||||
},
|
||||
id: "5", title: "Exactly What We Needed", quote: "We called Green Rhino for emergency tree removal after a storm. They responded quickly, did the work safely and professionally, and cleaned up everything. Best service experience we've had!", name: "Robert Thompson", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "professional headshot business photo"},
|
||||
{
|
||||
id: "6",
|
||||
title: "Our Favorite Landscapers",
|
||||
quote: "Year after year, Green Rhino delivers consistent, high-quality landscaping maintenance. They're reliable, reasonably priced, and always respectful of our home and property. Can't ask for better!",
|
||||
name: "Patricia Davis",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-engineer-solar-panels-plant-reading-documentation_482257-120499.jpg?_wi=1",
|
||||
imageAlt: "professional portrait headshot photo",
|
||||
},
|
||||
id: "6", title: "Our Favorite Landscapers", quote: "Year after year, Green Rhino delivers consistent, high-quality landscaping maintenance. They're reliable, reasonably priced, and always respectful of our home and property. Can't ask for better!", name: "Patricia Davis", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-engineer-solar-panels-plant-reading-documentation_482257-120499.jpg", imageAlt: "professional portrait headshot photo"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -313,34 +192,25 @@ export default function HomePage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
imagePosition="right"
|
||||
mediaAnimation="slide-up"
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "5-Star Local Reputation",
|
||||
description: "39+ verified 5-star Google reviews from homeowners who trust us.",
|
||||
icon: Star,
|
||||
title: "5-Star Local Reputation", description: "39+ verified 5-star Google reviews from homeowners who trust us.", icon: Star,
|
||||
},
|
||||
{
|
||||
title: "Professional Landscaping Experts",
|
||||
description: "Trained, certified professionals who know Florida landscaping inside and out.",
|
||||
icon: CheckCircle,
|
||||
title: "Professional Landscaping Experts", description: "Trained, certified professionals who know Florida landscaping inside and out.", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
title: "Reliable & On Time",
|
||||
description: "We show up when we say we will and deliver results that exceed expectations.",
|
||||
icon: Clock,
|
||||
title: "Reliable & On Time", description: "We show up when we say we will and deliver results that exceed expectations.", icon: Clock,
|
||||
},
|
||||
{
|
||||
title: "Competitive Transparent Pricing",
|
||||
description: "Fair quotes with no hidden fees. You know exactly what you're paying for.",
|
||||
icon: DollarSign,
|
||||
title: "Competitive Transparent Pricing", description: "Fair quotes with no hidden fees. You know exactly what you're paying for.", icon: DollarSign,
|
||||
},
|
||||
{
|
||||
title: "Attention to Detail",
|
||||
description: "Every lawn, garden, and landscape reflects our commitment to excellence.",
|
||||
icon: Zap,
|
||||
title: "Attention to Detail", description: "Every lawn, garden, and landscape reflects our commitment to excellence.", icon: Zap,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/crop-woman-digging-soil_23-2147714878.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/crop-woman-digging-soil_23-2147714878.jpg"
|
||||
imageAlt="Green Rhino landscaping team working on professional yard project"
|
||||
/>
|
||||
</div>
|
||||
@@ -352,19 +222,13 @@ export default function HomePage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "https://facebook.com/greenrhino",
|
||||
ariaLabel: "Green Rhino on Facebook",
|
||||
},
|
||||
href: "https://facebook.com/greenrhino", ariaLabel: "Green Rhino on Facebook"},
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "https://instagram.com/greenrhino",
|
||||
ariaLabel: "Green Rhino on Instagram",
|
||||
},
|
||||
href: "https://instagram.com/greenrhino", ariaLabel: "Green Rhino on Instagram"},
|
||||
{
|
||||
icon: MapPin,
|
||||
href: "https://google.com/maps/search/Green+Rhino+Landscaping+Clearwater+FL",
|
||||
ariaLabel: "Green Rhino on Google Maps",
|
||||
},
|
||||
href: "https://google.com/maps/search/Green+Rhino+Landscaping+Clearwater+FL", ariaLabel: "Green Rhino on Google Maps"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -24,7 +24,7 @@ export default function ServicesPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="mediumLargeSizeMediumTitles"
|
||||
background="noise"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-depth"
|
||||
primaryButtonStyle="flat"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -34,9 +34,7 @@ export default function ServicesPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Get a Free Quote",
|
||||
href: "contact",
|
||||
}}
|
||||
text: "Get a Free Quote", href: "contact"}}
|
||||
brandName="Green Rhino"
|
||||
/>
|
||||
</div>
|
||||
@@ -51,29 +49,11 @@ export default function ServicesPage() {
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "tree-removal",
|
||||
title: "Tree Removal & Arboriculture",
|
||||
description: "Safe, efficient tree removal using professional-grade equipment and industry-leading safety standards. We handle everything from small branch removal to large tree takedowns with expert precision.",
|
||||
tag: "Tree Service",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/carpenter-working-sawmill-wood-manufacture_1303-22880.jpg?_wi=2",
|
||||
imageAlt: "tree removal service professional arborist",
|
||||
},
|
||||
id: "tree-removal", title: "Tree Removal & Arboriculture", description: "Safe, efficient tree removal using professional-grade equipment and industry-leading safety standards. We handle everything from small branch removal to large tree takedowns with expert precision.", tag: "Tree Service", imageSrc: "http://img.b2bpic.net/free-photo/carpenter-working-sawmill-wood-manufacture_1303-22880.jpg", imageAlt: "tree removal service professional arborist"},
|
||||
{
|
||||
id: "sod-installation",
|
||||
title: "Sod Installation & Lawn Care",
|
||||
description: "Premium sod installation with proper soil preparation, grading, and watering systems. We ensure your new lawn establishes quickly and thrives for years to come.",
|
||||
tag: "Lawn Care",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/eco-volunteer-picking-up-litter-lawn_74855-2152.jpg?_wi=2",
|
||||
imageAlt: "sod installation green lawn grass",
|
||||
},
|
||||
id: "sod-installation", title: "Sod Installation & Lawn Care", description: "Premium sod installation with proper soil preparation, grading, and watering systems. We ensure your new lawn establishes quickly and thrives for years to come.", tag: "Lawn Care", imageSrc: "http://img.b2bpic.net/free-photo/eco-volunteer-picking-up-litter-lawn_74855-2152.jpg", imageAlt: "sod installation green lawn grass"},
|
||||
{
|
||||
id: "landscape-renovation",
|
||||
title: "Full Landscape Renovation",
|
||||
description: "Complete yard redesigns that incorporate your vision with professional landscape design principles. We create beautiful, functional outdoor spaces that enhance your home's curb appeal and property value.",
|
||||
tag: "Design & Build",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-digging-soil_23-2147714878.jpg?_wi=3",
|
||||
imageAlt: "landscape renovation garden redesign",
|
||||
},
|
||||
id: "landscape-renovation", title: "Full Landscape Renovation", description: "Complete yard redesigns that incorporate your vision with professional landscape design principles. We create beautiful, functional outdoor spaces that enhance your home's curb appeal and property value.", tag: "Design & Build", imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-digging-soil_23-2147714878.jpg", imageAlt: "landscape renovation garden redesign"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -86,24 +66,19 @@ export default function ServicesPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
imagePosition="left"
|
||||
mediaAnimation="slide-up"
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Expert Professional Team",
|
||||
description: "Experienced, certified landscapers with years of expertise in residential and commercial landscaping.",
|
||||
icon: CheckCircle,
|
||||
title: "Expert Professional Team", description: "Experienced, certified landscapers with years of expertise in residential and commercial landscaping.", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
title: "Timely, Reliable Service",
|
||||
description: "We arrive on schedule, complete projects on time, and maintain clear communication throughout every phase.",
|
||||
icon: Clock,
|
||||
title: "Timely, Reliable Service", description: "We arrive on schedule, complete projects on time, and maintain clear communication throughout every phase.", icon: Clock,
|
||||
},
|
||||
{
|
||||
title: "Fair, Transparent Pricing",
|
||||
description: "Competitive quotes with no surprises. You'll know exactly what to expect before we begin work.",
|
||||
icon: DollarSign,
|
||||
title: "Fair, Transparent Pricing", description: "Competitive quotes with no surprises. You'll know exactly what to expect before we begin work.", icon: DollarSign,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/crop-woman-digging-soil_23-2147714878.jpg?_wi=4"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/crop-woman-digging-soil_23-2147714878.jpg"
|
||||
imageAlt="Green Rhino landscaping professionals working on a project"
|
||||
/>
|
||||
</div>
|
||||
@@ -115,19 +90,13 @@ export default function ServicesPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "https://facebook.com/greenrhino",
|
||||
ariaLabel: "Green Rhino on Facebook",
|
||||
},
|
||||
href: "https://facebook.com/greenrhino", ariaLabel: "Green Rhino on Facebook"},
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "https://instagram.com/greenrhino",
|
||||
ariaLabel: "Green Rhino on Instagram",
|
||||
},
|
||||
href: "https://instagram.com/greenrhino", ariaLabel: "Green Rhino on Instagram"},
|
||||
{
|
||||
icon: MapPin,
|
||||
href: "https://google.com/maps/search/Green+Rhino+Landscaping+Clearwater+FL",
|
||||
ariaLabel: "Green Rhino on Google Maps",
|
||||
},
|
||||
href: "https://google.com/maps/search/Green+Rhino+Landscaping+Clearwater+FL", ariaLabel: "Green Rhino on Google Maps"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user