diff --git a/src/app/page.tsx b/src/app/page.tsx
index bbc1577..d7e25b2 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,22 +29,10 @@ export default function LandingPage() {
@@ -52,71 +40,28 @@ export default function LandingPage() {
@@ -128,79 +73,31 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Lawn Mowing",
- description: "Precise mowing to keep your grass healthy and looking great.",
- media: {
- imageSrc: "http://img.b2bpic.net/free-photo/high-angle-leaves-gardening-scissors_23-2149413494.jpg?_wi=1",
- imageAlt: "Mowing service",
- },
+ title: "Lawn Mowing", description: "Precise mowing to keep your grass healthy and looking great.", media: { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-leaves-gardening-scissors_23-2149413494.jpg", imageAlt: "Mowing service" },
items: [
- {
- icon: CheckCircle,
- text: "Consistent scheduling",
- },
- {
- icon: CheckCircle,
- text: "Edge trimming",
- },
- {
- icon: CheckCircle,
- text: "Debris cleanup",
- },
+ { icon: CheckCircle, text: "Consistent scheduling" },
+ { icon: CheckCircle, text: "Edge trimming" },
+ { icon: CheckCircle, text: "Debris cleanup" },
],
- reverse: false,
- imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard_1303-22796.jpg",
- imageAlt: "professional lawn care services",
+ reverse: false
},
{
- title: "Fertilization",
- description: "Nutrient-rich treatments for lush, green, weed-free lawns.",
- media: {
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-works-garden-near-house_1157-23419.jpg?_wi=1",
- imageAlt: "Fertilization",
- },
+ title: "Fertilization", description: "Nutrient-rich treatments for lush, green, weed-free lawns.", media: { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-works-garden-near-house_1157-23419.jpg", imageAlt: "Fertilization" },
items: [
- {
- icon: Shield,
- text: "Safe, organic materials",
- },
- {
- icon: Shield,
- text: "Weed control",
- },
- {
- icon: Shield,
- text: "Soil balancing",
- },
+ { icon: Shield, text: "Safe, organic materials" },
+ { icon: Shield, text: "Weed control" },
+ { icon: Shield, text: "Soil balancing" },
],
- reverse: true,
- imageSrc: "http://img.b2bpic.net/free-photo/high-angle-leaves-gardening-scissors_23-2149413494.jpg?_wi=2",
- imageAlt: "lawn mowing and trimming service",
+ reverse: true
},
{
- title: "Aeration",
- description: "Improve root growth and water absorption with expert aeration.",
- media: {
- imageSrc: "http://img.b2bpic.net/free-photo/growing-plants-equipment_23-2148928473.jpg",
- imageAlt: "Aeration service",
- },
+ title: "Aeration", description: "Improve root growth and water absorption with expert aeration.", media: { imageSrc: "http://img.b2bpic.net/free-photo/growing-plants-equipment_23-2148928473.jpg", imageAlt: "Aeration service" },
items: [
- {
- icon: Zap,
- text: "Core extraction",
- },
- {
- icon: Zap,
- text: "Better air flow",
- },
- {
- icon: Zap,
- text: "Deeper root systems",
- },
+ { icon: Zap, text: "Core extraction" },
+ { icon: Zap, text: "Better air flow" },
+ { icon: Zap, text: "Deeper root systems" },
],
- reverse: false,
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-works-garden-near-house_1157-23419.jpg?_wi=2",
- imageAlt: "lawn fertilization and weed control",
+ reverse: false
},
]}
title="Professional Services"
@@ -214,46 +111,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
testimonials={[
- {
- id: "1",
- name: "Sarah Miller",
- handle: "@sarah_m",
- testimonial: "Excellent service and always on time. My lawn has never looked better!",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/full-shot-friends-playing-petanque-outdoors_23-2149530378.jpg",
- },
- {
- id: "2",
- name: "John Doe",
- handle: "@john_doe",
- testimonial: "Flora Lawn changed my yard. Highly recommend their fertilization package.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-decorating-home_23-2150633269.jpg",
- },
- {
- id: "3",
- name: "Jane Smith",
- handle: "@jane_s",
- testimonial: "Professional, efficient, and friendly team. Very satisfied.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-gardener-smiling-watering-taking-care-plants_176420-3815.jpg",
- },
- {
- id: "4",
- name: "David Brown",
- handle: "@david_b",
- testimonial: "Reliable and affordable lawn maintenance. Simply the best.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-man-hat-gardening-with-granddaugher_1157-38489.jpg",
- },
- {
- id: "5",
- name: "Emily White",
- handle: "@emily_w",
- testimonial: "Great attention to detail. My hedges and lawn are perfect now.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/lawn-mower-man-working-backyard-with-sons_1157-37439.jpg",
- },
+ { id: "1", name: "Sarah Miller", handle: "@sarah_m", testimonial: "Excellent service and always on time. My lawn has never looked better!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/full-shot-friends-playing-petanque-outdoors_23-2149530378.jpg" },
+ { id: "2", name: "John Doe", handle: "@john_doe", testimonial: "Flora Lawn changed my yard. Highly recommend their fertilization package.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-decorating-home_23-2150633269.jpg" },
+ { id: "3", name: "Jane Smith", handle: "@jane_s", testimonial: "Professional, efficient, and friendly team. Very satisfied.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-gardener-smiling-watering-taking-care-plants_176420-3815.jpg" },
+ { id: "4", name: "David Brown", handle: "@david_b", testimonial: "Reliable and affordable lawn maintenance. Simply the best.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-man-hat-gardening-with-granddaugher_1157-38489.jpg" },
+ { id: "5", name: "Emily White", handle: "@emily_w", testimonial: "Great attention to detail. My hedges and lawn are perfect now.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/lawn-mower-man-working-backyard-with-sons_1157-37439.jpg" },
]}
showRating={true}
title="Happy Clients"
@@ -265,21 +127,9 @@ export default function LandingPage() {
@@ -325,32 +156,8 @@ export default function LandingPage() {