diff --git a/src/app/page.tsx b/src/app/page.tsx
index 0818727..631d9ab 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -12,7 +12,7 @@ import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
-import { Award, Heart, MapPin } from "lucide-react";
+import { Award, Heart, MapPin, ArrowRight, Check } from "lucide-react";
export default function LandingPage() {
return (
@@ -32,22 +32,10 @@ export default function LandingPage() {
@@ -56,51 +44,20 @@ export default function LandingPage() {
@@ -109,31 +66,11 @@ export default function LandingPage() {
@@ -172,34 +97,10 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
- {
- title: "Lawn Maintenance",
- description: "Keep your lawn perfectly manicured.",
- buttonIcon: "ArrowRight",
- imageSrc: "http://img.b2bpic.net/free-photo/happy-bearded-gardener-standing-carrying-modern-hand-hedge-trimmer-park-low-angle-view_7502-10140.jpg",
- imageAlt: "lawn maintenance service professional",
- },
- {
- title: "Landscape Design",
- description: "Custom designs for tropical landscapes.",
- buttonIcon: "ArrowRight",
- imageSrc: "http://img.b2bpic.net/free-photo/san-diego-dawn-early-morning-with-palm-tree-silhouette_649448-2514.jpg?_wi=2",
- imageAlt: "lawn maintenance service professional",
- },
- {
- title: "Tree & Palm Care",
- description: "Expert care for palms and local flora.",
- buttonIcon: "ArrowRight",
- imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=2",
- imageAlt: "lawn maintenance service professional",
- },
- {
- title: "Irrigation Systems",
- description: "Efficient hydration for your garden.",
- buttonIcon: "ArrowRight",
- imageSrc: "http://img.b2bpic.net/free-photo/pretty-business-woman-standing-with-coffee-cup_23-2148095743.jpg?_wi=2",
- imageAlt: "lawn maintenance service professional",
- },
+ { title: "Lawn Maintenance", description: "Keep your lawn perfectly manicured.", buttonIcon: ArrowRight, imageSrc: "http://img.b2bpic.net/free-photo/happy-bearded-gardener-standing-carrying-modern-hand-hedge-trimmer-park-low-angle-view_7502-10140.jpg", imageAlt: "lawn maintenance service professional" },
+ { title: "Landscape Design", description: "Custom designs for tropical landscapes.", buttonIcon: ArrowRight, imageSrc: "http://img.b2bpic.net/free-photo/san-diego-dawn-early-morning-with-palm-tree-silhouette_649448-2514.jpg", imageAlt: "lawn maintenance service professional" },
+ { title: "Tree & Palm Care", description: "Expert care for palms and local flora.", buttonIcon: ArrowRight, imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "lawn maintenance service professional" },
+ { title: "Irrigation Systems", description: "Efficient hydration for your garden.", buttonIcon: ArrowRight, imageSrc: "http://img.b2bpic.net/free-photo/pretty-business-woman-standing-with-coffee-cup_23-2148095743.jpg", imageAlt: "lawn maintenance service professional" },
]}
title="Professional Landscaping Services"
description="Comprehensive maintenance and design for your property."
@@ -213,42 +114,12 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
products={[
- {
- id: "p1",
- name: "Garden Renovation",
- price: "Expertly Finished",
- imageSrc: "http://img.b2bpic.net/free-photo/abstract-trees-ground-book-close-up_23-2148608924.jpg",
- },
- {
- id: "p2",
- name: "Lawn Trimming",
- price: "Polished Look",
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-holding-flower-pot_23-2148271020.jpg",
- },
- {
- id: "p3",
- name: "Garden Bed Design",
- price: "Resort Aesthetic",
- imageSrc: "http://img.b2bpic.net/free-photo/town-square-shenzhen_1359-1110.jpg",
- },
- {
- id: "p4",
- name: "Edge Grooming",
- price: "Perfect Lines",
- imageSrc: "http://img.b2bpic.net/free-photo/old-houses_53876-33815.jpg",
- },
- {
- id: "p5",
- name: "Palm Maintenance",
- price: "Tropical Care",
- imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-portrait-person-with-exotic-pineapple-fruit_23-2151522058.jpg",
- },
- {
- id: "p6",
- name: "Full Cleanups",
- price: "Like New",
- imageSrc: "http://img.b2bpic.net/free-photo/city-view_1417-1895.jpg",
- },
+ { id: "p1", name: "Garden Renovation", price: "Expertly Finished", imageSrc: "http://img.b2bpic.net/free-photo/abstract-trees-ground-book-close-up_23-2148608924.jpg" },
+ { id: "p2", name: "Lawn Trimming", price: "Polished Look", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-holding-flower-pot_23-2148271020.jpg" },
+ { id: "p3", name: "Garden Bed Design", price: "Resort Aesthetic", imageSrc: "http://img.b2bpic.net/free-photo/town-square-shenzhen_1359-1110.jpg" },
+ { id: "p4", name: "Edge Grooming", price: "Perfect Lines", imageSrc: "http://img.b2bpic.net/free-photo/old-houses_53876-33815.jpg" },
+ { id: "p5", name: "Palm Maintenance", price: "Tropical Care", imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-portrait-person-with-exotic-pineapple-fruit_23-2151522058.jpg" },
+ { id: "p6", name: "Full Cleanups", price: "Like New", imageSrc: "http://img.b2bpic.net/free-photo/city-view_1417-1895.jpg" },
]}
title="See the Difference"
description="Before and after transformations for high-end properties."
@@ -260,34 +131,10 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
- {
- title: "Consistent Care",
- description: "We show up on time, every time.",
- buttonIcon: "Check",
- imageSrc: "http://img.b2bpic.net/free-photo/multi-colored-flowers-bloom-terracotta-pot-generated-by-ai_188544-30398.jpg",
- imageAlt: "landscape garden design tropical",
- },
- {
- title: "Detail Oriented",
- description: "We don't skip the small things.",
- buttonIcon: "Check",
- imageSrc: "http://img.b2bpic.net/free-photo/san-diego-dawn-early-morning-with-palm-tree-silhouette_649448-2514.jpg?_wi=3",
- imageAlt: "landscape garden design tropical",
- },
- {
- title: "Clean Results",
- description: "Polished look that stays clean.",
- buttonIcon: "Check",
- imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=3",
- imageAlt: "landscape garden design tropical",
- },
- {
- title: "Local Trusted",
- description: "Long-term relationships with homeowners.",
- buttonIcon: "Check",
- imageSrc: "http://img.b2bpic.net/free-photo/pretty-business-woman-standing-with-coffee-cup_23-2148095743.jpg?_wi=3",
- imageAlt: "landscape garden design tropical",
- },
+ { title: "Consistent Care", description: "We show up on time, every time.", buttonIcon: Check, imageSrc: "http://img.b2bpic.net/free-photo/multi-colored-flowers-bloom-terracotta-pot-generated-by-ai_188544-30398.jpg", imageAlt: "landscape garden design tropical" },
+ { title: "Detail Oriented", description: "We don't skip the small things.", buttonIcon: Check, imageSrc: "http://img.b2bpic.net/free-photo/san-diego-dawn-early-morning-with-palm-tree-silhouette_649448-2514.jpg", imageAlt: "landscape garden design tropical" },
+ { title: "Clean Results", description: "Polished look that stays clean.", buttonIcon: Check, imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "landscape garden design tropical" },
+ { title: "Local Trusted", description: "Long-term relationships with homeowners.", buttonIcon: Check, imageSrc: "http://img.b2bpic.net/free-photo/pretty-business-woman-standing-with-coffee-cup_23-2148095743.jpg", imageAlt: "landscape garden design tropical" },
]}
title="Not Just Another Landscaping Crew"
description="We treat your property like a high-end space."
@@ -299,21 +146,9 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Proudly Serving Our Local Community"
metrics={[
- {
- label: "Local",
- value: "Community",
- icon: MapPin,
- },
- {
- label: "Quality",
- value: "Service",
- icon: Award,
- },
- {
- label: "Reliable",
- value: "Relationships",
- icon: Heart,
- },
+ { label: "Local", value: "Community", icon: MapPin },
+ { label: "Quality", value: "Service", icon: Award },
+ { label: "Reliable", value: "Relationships", icon: Heart },
]}
metricsAnimation="slide-up"
/>
@@ -323,21 +158,9 @@ export default function LandingPage() {