diff --git a/src/app/page.tsx b/src/app/page.tsx
index 0f94367..c95de87 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -11,7 +11,7 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
-import { Award, MapPin, ShieldCheck, Smile } from "lucide-react";
+import { Award, MapPin, ShieldCheck, Smile, ArrowRight } from "lucide-react";
export default function LandingPage() {
return (
@@ -31,144 +31,54 @@ export default function LandingPage() {
@@ -192,36 +102,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
- {
- title: "Lawn Mowing",
- description: "Professional weekly mowing, edging, and trimming.",
- imageSrc: "http://img.b2bpic.net/free-photo/gardener-garden-with-hut-cuts-tree-with-hedgehogs-against-sky_169016-10694.jpg",
- buttonIcon: "ArrowRight",
- },
- {
- title: "Mulching & Beds",
- description: "Keep garden beds healthy and weed-free.",
- imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-man-s-hand-digging-soil-with-hoe_23-2148165180.jpg",
- buttonIcon: "ArrowRight",
- },
- {
- title: "Seasonal Cleanup",
- description: "Fall leaf removal and spring garden prep.",
- imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-maintenance-worker-taking-care-court-autumn-low-angle-view-male-worker_7502-10255.jpg",
- buttonIcon: "ArrowRight",
- },
- {
- title: "Hardscaping",
- description: "Professional stone paths and patio design.",
- imageSrc: "http://img.b2bpic.net/free-photo/cement-walkway-garden_1252-1023.jpg",
- buttonIcon: "ArrowRight",
- },
- {
- title: "Hedge Trimming",
- description: "Precision pruning for perfect curb appeal.",
- imageSrc: "http://img.b2bpic.net/free-photo/positive-male-landscaper-cutting-top-overgrown-thujas-with-motorized-hedge-trimmer-park-side_7502-10163.jpg",
- buttonIcon: "ArrowRight",
- },
+ { title: "Lawn Mowing", description: "Professional weekly mowing, edging, and trimming.", imageSrc: "http://img.b2bpic.net/free-photo/gardener-garden-with-hut-cuts-tree-with-hedgehogs-against-sky_169016-10694.jpg", buttonIcon: ArrowRight },
+ { title: "Mulching & Beds", description: "Keep garden beds healthy and weed-free.", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-man-s-hand-digging-soil-with-hoe_23-2148165180.jpg", buttonIcon: ArrowRight },
+ { title: "Seasonal Cleanup", description: "Fall leaf removal and spring garden prep.", imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-maintenance-worker-taking-care-court-autumn-low-angle-view-male-worker_7502-10255.jpg", buttonIcon: ArrowRight },
+ { title: "Hardscaping", description: "Professional stone paths and patio design.", imageSrc: "http://img.b2bpic.net/free-photo/cement-walkway-garden_1252-1023.jpg", buttonIcon: ArrowRight },
+ { title: "Hedge Trimming", description: "Precision pruning for perfect curb appeal.", imageSrc: "http://img.b2bpic.net/free-photo/positive-male-landscaper-cutting-top-overgrown-thujas-with-motorized-hedge-trimmer-park-side_7502-10163.jpg", buttonIcon: ArrowRight }
]}
title="Our Professional Services"
description="We offer a wide range of services to keep your lawn looking pristine all year round."
@@ -234,24 +119,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
metrics={[
- {
- id: "m1",
- icon: Award,
- title: "Years Experience",
- value: "12+",
- },
- {
- id: "m2",
- icon: Smile,
- title: "Happy Clients",
- value: "500+",
- },
- {
- id: "m3",
- icon: MapPin,
- title: "Local Areas Served",
- value: "15",
- },
+ { id: "m1", icon: Award, title: "Years Experience", value: "12+" },
+ { id: "m2", icon: Smile, title: "Happy Clients", value: "500+" },
+ { id: "m3", icon: MapPin, title: "Local Areas Served", value: "15" }
]}
title="Trusted Excellence"
description="Our numbers speak for themselves."
@@ -264,60 +134,16 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
- {
- id: "t1",
- name: "Sarah Miller",
- role: "Homeowner",
- company: "Local Community",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/man-speaking-phone-while-walking-with-woman_23-2147779718.jpg",
- },
- {
- id: "t2",
- name: "John Thompson",
- role: "Homeowner",
- company: "Local Community",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/young-adult-traveling-using-sustainable-mobility_23-2149292681.jpg",
- },
- {
- id: "t3",
- name: "Emily Davis",
- role: "Homeowner",
- company: "Local Community",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/young-farmer-taking-care-his-business_329181-15997.jpg",
- },
- {
- id: "t4",
- name: "Michael Roberts",
- role: "Homeowner",
- company: "Local Community",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-resting-grass_23-2147562311.jpg",
- },
- {
- id: "t5",
- name: "Jessica Wright",
- role: "Homeowner",
- company: "Local Community",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/adult-couple-summer-garden-handsome-senior-white-shirt-woman-hat-family-watering_1157-41307.jpg",
- },
+ { id: "t1", name: "Sarah Miller", role: "Homeowner", company: "Local Community", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-speaking-phone-while-walking-with-woman_23-2147779718.jpg" },
+ { id: "t2", name: "John Thompson", role: "Homeowner", company: "Local Community", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-adult-traveling-using-sustainable-mobility_23-2149292681.jpg" },
+ { id: "t3", name: "Emily Davis", role: "Homeowner", company: "Local Community", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-farmer-taking-care-his-business_329181-15997.jpg" },
+ { id: "t4", name: "Michael Roberts", role: "Homeowner", company: "Local Community", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-resting-grass_23-2147562311.jpg" },
+ { id: "t5", name: "Jessica Wright", role: "Homeowner", company: "Local Community", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/adult-couple-summer-garden-handsome-senior-white-shirt-woman-hat-family-watering_1157-41307.jpg" }
]}
kpiItems={[
- {
- value: "4.9/5",
- label: "Google Rating",
- },
- {
- value: "98%",
- label: "Retention Rate",
- },
- {
- value: "100%",
- label: "Satisfaction",
- },
+ { value: "4.9/5", label: "Google Rating" },
+ { value: "98%", label: "Retention Rate" },
+ { value: "100%", label: "Satisfaction" }
]}
title="What Our Neighbors Say"
description="Don't just take our word for it — hear from our satisfied customers."
@@ -329,21 +155,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
faqs={[
- {
- id: "f1",
- title: "Are you licensed and insured?",
- content: "Yes, we are fully licensed and insured for all our services.",
- },
- {
- id: "f2",
- title: "What areas do you serve?",
- content: "We serve the entire metro area and surrounding suburban neighborhoods.",
- },
- {
- id: "f3",
- title: "How can I get a quote?",
- content: "Simply fill out our contact form or call us for a free estimate.",
- },
+ { id: "f1", title: "Are you licensed and insured?", content: "Yes, we are fully licensed and insured for all our services." },
+ { id: "f2", title: "What areas do you serve?", content: "We serve the entire metro area and surrounding suburban neighborhoods." },
+ { id: "f3", title: "How can I get a quote?", content: "Simply fill out our contact form or call us for a free estimate." }
]}
title="Frequently Asked Questions"
description="Everything you need to know about our services."
@@ -354,9 +168,7 @@ export default function LandingPage() {