3 Commits

Author SHA1 Message Date
06dc892702 Update src/app/page.tsx 2026-03-08 16:01:49 +00:00
7232840c46 Update src/app/layout.tsx 2026-03-08 16:01:49 +00:00
3f326934fb Merge version_2 into main
Merge version_2 into main
2026-03-08 15:58:08 +00:00
2 changed files with 34 additions and 67 deletions

View File

@@ -1,11 +1,11 @@
import type { Metadata } from "next"; import type { Metadata } from "next";
import { Inter } from "next/font/google"; import { Inter } from "next/font/google";
import "./globals.css"; import "@/styles/globals.css";
const inter = Inter({ subsets: ["latin"] }); const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = { export const metadata: Metadata = {
title: "Osceola Finest - Professional Lawn Care & Landscaping", description: "Professional lawn care and landscaping services in Osceola County. Reliable lawn maintenance, landscape design, and yard cleanup."}; title: "Osceola Finest - Professional Lawn Care & Landscaping", description: "Professional lawn care and landscaping services in Osceola County, Florida. Transform your yard with expert maintenance, design, and restoration."};
export default function RootLayout({ export default function RootLayout({
children, children,

View File

@@ -83,35 +83,26 @@ export default function HomePage() {
tagAnimation="slide-up" tagAnimation="slide-up"
buttons={[ buttons={[
{ {
text: "Call Now", href: "tel:(407)577-4094" text: "Call Now", href: "tel:(407)577-4094"},
},
{ {
text: "Get Free Quote", href: "#contact" text: "Get Free Quote", href: "#contact"},
},
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
background={{ background={{
variant: "animated-grid" variant: "animated-grid"}}
}}
carouselItems={[ carouselItems={[
{ {
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/worker-is-cutting-grass-with-hose_7502-9835.jpg", imageAlt: "Beautiful lawn care transformation" id: "1", imageSrc: "http://img.b2bpic.net/free-photo/worker-is-cutting-grass-with-hose_7502-9835.jpg", imageAlt: "Beautiful lawn care transformation"},
},
{ {
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/metal-fence-garden-with-trees-wall_181624-38170.jpg?_wi=1", imageAlt: "Yard transformation project" id: "2", imageSrc: "http://img.b2bpic.net/free-photo/metal-fence-garden-with-trees-wall_181624-38170.jpg?_wi=1", imageAlt: "Yard transformation project"},
},
{ {
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/man-women-collaborating_23-2147727634.jpg?_wi=1", imageAlt: "Professional landscape design" id: "3", imageSrc: "http://img.b2bpic.net/free-photo/man-women-collaborating_23-2147727634.jpg?_wi=1", imageAlt: "Professional landscape design"},
},
{ {
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/grass-sprout-with-ground-small-shovel-work-garden_127675-2669.jpg?_wi=1", imageAlt: "Lawn restoration project" id: "4", imageSrc: "http://img.b2bpic.net/free-photo/grass-sprout-with-ground-small-shovel-work-garden_127675-2669.jpg?_wi=1", imageAlt: "Lawn restoration project"},
},
{ {
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-maintenance-worker-taking-care-court-autumn-low-angle-view-male-worker_7502-10255.jpg?_wi=1", imageAlt: "Professional lawn maintenance" id: "5", imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-maintenance-worker-taking-care-court-autumn-low-angle-view-male-worker_7502-10255.jpg?_wi=1", imageAlt: "Professional lawn maintenance"},
},
{ {
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/view-robot-tending-maintaining-gardens_23-2151803968.jpg?_wi=1", imageAlt: "Landscape project completion" id: "6", imageSrc: "http://img.b2bpic.net/free-photo/view-robot-tending-maintaining-gardens_23-2151803968.jpg?_wi=1", imageAlt: "Landscape project completion"},
},
]} ]}
autoPlay={true} autoPlay={true}
autoPlayInterval={4000} autoPlayInterval={4000}
@@ -131,18 +122,15 @@ export default function HomePage() {
metrics={[ metrics={[
{ {
id: "1", value: "5.0★", title: "Google Rating", items: [ id: "1", value: "5.0★", title: "Google Rating", items: [
"17+ verified reviews", "Trusted by local homeowners", "Consistent excellence" "17+ verified reviews", "Trusted by local homeowners", "Consistent excellence"],
],
}, },
{ {
id: "2", value: "100%", title: "Locally Owned", items: [ id: "2", value: "100%", title: "Locally Owned", items: [
"Serving Osceola County since day one", "Local expertise and care", "Community focused service" "Serving Osceola County since day one", "Local expertise and care", "Community focused service"],
],
}, },
{ {
id: "3", value: "24/7", title: "Responsive Service", items: [ id: "3", value: "24/7", title: "Responsive Service", items: [
"Fast quote estimates", "Reliable communication", "Professional scheduling" "Fast quote estimates", "Reliable communication", "Professional scheduling"],
],
}, },
]} ]}
/> />
@@ -161,36 +149,26 @@ export default function HomePage() {
features={[ features={[
{ {
icon: Scissors, icon: Scissors,
title: "Lawn Maintenance", description: "Regular cutting, edging, and lawn care to keep your yard healthy and beautiful all season long." title: "Lawn Maintenance", description: "Regular cutting, edging, and lawn care to keep your yard healthy and beautiful all season long."},
},
{ {
icon: Zap, icon: Zap,
title: "Trimming & Edging", description: "Professional trimming and precise edging to create clean, manicured landscaping around your property." title: "Trimming & Edging", description: "Professional trimming and precise edging to create clean, manicured landscaping around your property."},
},
{ {
icon: Sprout, icon: Sprout,
title: "Planting & Removal", description: "Expert plant installation, tree planting, and removal services to refresh your landscape design." title: "Planting & Removal", description: "Expert plant installation, tree planting, and removal services to refresh your landscape design."},
},
{ {
icon: PenTool, icon: PenTool,
title: "Landscape Design", description: "Custom landscape design and consultation to create the outdoor space of your dreams." title: "Landscape Design", description: "Custom landscape design and consultation to create the outdoor space of your dreams."},
},
{ {
icon: Flame, icon: Flame,
title: "Mulch & Bed Work", description: "Fresh mulch installation and garden bed preparation for healthy plant growth and clean appearance." title: "Mulch & Bed Work", description: "Fresh mulch installation and garden bed preparation for healthy plant growth and clean appearance."},
},
{ {
icon: Shield, icon: Shield,
title: "Yard Cleanup", description: "Thorough cleanup and debris removal to keep your property looking pristine and well-maintained." title: "Yard Cleanup", description: "Thorough cleanup and debris removal to keep your property looking pristine and well-maintained."},
},
]} ]}
buttons={[ buttons={[
{ {
text: "Explore All Services", href: "/services" text: "View All Services", href: "/services"},
},
{
text: "Get Free Quote", href: "#contact"
},
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
/> />
@@ -209,22 +187,17 @@ export default function HomePage() {
gridVariant="uniform-all-items-equal" gridVariant="uniform-all-items-equal"
products={[ products={[
{ {
id: "1", name: "Lawn Transformation", price: "Complete Yard Makeover", imageSrc: "http://img.b2bpic.net/free-photo/metal-fence-garden-with-trees-wall_181624-38170.jpg?_wi=2", imageAlt: "Beautiful lawn transformation from overgrown to pristine" id: "1", name: "Lawn Transformation", price: "Complete Yard Makeover", imageSrc: "http://img.b2bpic.net/free-photo/metal-fence-garden-with-trees-wall_181624-38170.jpg?_wi=2", imageAlt: "Beautiful lawn transformation from overgrown to pristine"},
},
{ {
id: "2", name: "Garden Installation", price: "New Plant Installation", imageSrc: "http://img.b2bpic.net/free-photo/grass-sprout-with-ground-small-shovel-work-garden_127675-2669.jpg?_wi=2", imageAlt: "Professional garden bed installation with new plantings" id: "2", name: "Garden Installation", price: "New Plant Installation", imageSrc: "http://img.b2bpic.net/free-photo/grass-sprout-with-ground-small-shovel-work-garden_127675-2669.jpg?_wi=2", imageAlt: "Professional garden bed installation with new plantings"},
},
{ {
id: "3", name: "Landscape Design", price: "Custom Design Project", imageSrc: "http://img.b2bpic.net/free-photo/view-robot-tending-maintaining-gardens_23-2151803968.jpg?_wi=2", imageAlt: "Professional landscape design with hardscaping features" id: "3", name: "Landscape Design", price: "Custom Design Project", imageSrc: "http://img.b2bpic.net/free-photo/view-robot-tending-maintaining-gardens_23-2151803968.jpg?_wi=2", imageAlt: "Professional landscape design with hardscaping features"},
},
{ {
id: "4", name: "Yard Restoration", price: "Full Yard Recovery", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-seedlings-crate-with-tools-pot-wooden-plant_23-2148165183.jpg", imageAlt: "Complete yard restoration and recovery project" id: "4", name: "Yard Restoration", price: "Full Yard Recovery", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-seedlings-crate-with-tools-pot-wooden-plant_23-2148165183.jpg", imageAlt: "Complete yard restoration and recovery project"},
},
]} ]}
buttons={[ buttons={[
{ {
text: "View Full Gallery", href: "/gallery" text: "View Full Gallery", href: "/gallery"},
},
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
/> />
@@ -239,24 +212,20 @@ export default function HomePage() {
tagAnimation="slide-up" tagAnimation="slide-up"
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
cardTagClassName="inline-flex items-center gap-1.5 text-sm font-semibold px-3 py-1.5 bg-gradient-to-r from-accent to-accent/70 text-white rounded-full"
testimonials={[ testimonials={[
{ {
id: "1", name: "Michael Rodriguez, Local Homeowner", date: "Date: January 2025", title: "Extremely professional and reliable!", quote: "Extremely professional, accommodating, reliable, with decent prices. They transformed our yard in just a few weeks. We couldn't be happier with the quality of their work and attention to detail.", tag: "5.0 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/two-beautiful-mothers_1157-7846.jpg", avatarAlt: "Michael Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-maintenance-worker-taking-care-court-autumn-low-angle-view-male-worker_7502-10255.jpg?_wi=2", imageAlt: "Professional lawn care service" id: "1", name: "Michael Rodriguez, Local Homeowner", date: "Date: January 2025", title: "Extremely professional and reliable!", quote: "Extremely professional, accommodating, reliable, with decent prices. They transformed our yard in just a few weeks. We couldn't be happier with the quality of their work and attention to detail.", tag: "5.0 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/two-beautiful-mothers_1157-7846.jpg", avatarAlt: "Michael Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-maintenance-worker-taking-care-court-autumn-low-angle-view-male-worker_7502-10255.jpg?_wi=2", imageAlt: "Professional lawn care service"},
},
{ {
id: "2", name: "Sarah Johnson, Osceola County Resident", date: "Date: December 2024", title: "Our lawn has never looked so good!", quote: "Our lawn has never looked so good. The team was professional, on time, and went above and beyond our expectations. We've already scheduled them for regular maintenance.", tag: "5.0 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/female-farmer-composting-grass_1398-2034.jpg", avatarAlt: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/metal-fence-garden-with-trees-wall_181624-38170.jpg?_wi=3", imageAlt: "Lawn transformation project" id: "2", name: "Sarah Johnson, Osceola County Resident", date: "Date: December 2024", title: "Our lawn has never looked so good!", quote: "Our lawn has never looked so good. The team was professional, on time, and went above and beyond our expectations. We've already scheduled them for regular maintenance.", tag: "5.0 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/female-farmer-composting-grass_1398-2034.jpg", avatarAlt: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/metal-fence-garden-with-trees-wall_181624-38170.jpg?_wi=3", imageAlt: "Lawn transformation project"},
},
{ {
id: "3", name: "David Chen, Property Owner", date: "Date: November 2024", title: "Meticulously cleaned up everything!", quote: "Meticulously cleaned up everything and went above and beyond. The landscape design they recommended elevated our entire property. Highly recommend their services to anyone.", tag: "5.0 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-happy-florist-her-nursery-standing-holding-potted-combination-succulents-her-hands-as-she-tends-gardenplants-greenhouse_158595-6976.jpg", avatarAlt: "David Chen", imageSrc: "http://img.b2bpic.net/free-photo/man-women-collaborating_23-2147727634.jpg?_wi=2", imageAlt: "Professional landscape design" id: "3", name: "David Chen, Property Owner", date: "Date: November 2024", title: "Meticulously cleaned up everything!", quote: "Meticulously cleaned up everything and went above and beyond. The landscape design they recommended elevated our entire property. Highly recommend their services to anyone.", tag: "5.0 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-happy-florist-her-nursery-standing-holding-potted-combination-succulents-her-hands-as-she-tends-gardenplants-greenhouse_158595-6976.jpg", avatarAlt: "David Chen", imageSrc: "http://img.b2bpic.net/free-photo/man-women-collaborating_23-2147727634.jpg?_wi=2", imageAlt: "Professional landscape design"},
},
{ {
id: "4", name: "Emily Martinez, St. Cloud", date: "Date: October 2024", title: "Professional and affordable!", quote: "Great service at a fair price. They listened to what we wanted and delivered exactly that. The team was courteous and efficient. We've become regular customers.", tag: "5.0 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/woman-traveling-around-world_23-2148195139.jpg", avatarAlt: "Emily Martinez", imageSrc: "http://img.b2bpic.net/free-photo/grass-sprout-with-ground-small-shovel-work-garden_127675-2669.jpg?_wi=3", imageAlt: "Landscape restoration project" id: "4", name: "Emily Martinez, St. Cloud", date: "Date: October 2024", title: "Professional and affordable!", quote: "Great service at a fair price. They listened to what we wanted and delivered exactly that. The team was courteous and efficient. We've become regular customers.", tag: "5.0 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/woman-traveling-around-world_23-2148195139.jpg", avatarAlt: "Emily Martinez", imageSrc: "http://img.b2bpic.net/free-photo/grass-sprout-with-ground-small-shovel-work-garden_127675-2669.jpg?_wi=3", imageAlt: "Landscape restoration project"},
},
]} ]}
buttons={[ buttons={[
{ {
text: "Read More Reviews", href: "https://www.google.com/search?q=Osceola+Finest+Lawn+Care" text: "Read More Reviews", href: "https://www.google.com/search?q=Osceola+Finest+Lawn+Care"},
},
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
/> />
@@ -288,14 +257,12 @@ export default function HomePage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
names={[ names={[
"Kissimmee", "St. Cloud", "Poinciana", "Celebration", "Winter Haven", "Davenport", "Osceola County", "Central Florida" "Kissimmee", "St. Cloud", "Poinciana", "Celebration", "Winter Haven", "Davenport", "Osceola County", "Central Florida"]}
]}
speed={40} speed={40}
showCard={true} showCard={true}
buttons={[ buttons={[
{ {
text: "Check Service Area", href: "#contact" text: "Check Service Area", href: "#contact"},
},
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
/> />