diff --git a/src/app/page.tsx b/src/app/page.tsx
index 64df7e7..eb9507b 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,22 +32,14 @@ export default function LandingPage() {
@@ -55,101 +47,34 @@ export default function LandingPage() {
@@ -159,21 +84,9 @@ export default function LandingPage() {
useInvertedBackground={true}
title="Quality You Can Trust"
metrics={[
- {
- icon: CheckCircle,
- label: "Projects Completed",
- value: "500+",
- },
- {
- icon: Award,
- label: "Years Experience",
- value: "10+",
- },
- {
- icon: Smile,
- label: "Happy Clients",
- value: "300+",
- },
+ { icon: CheckCircle, label: "Projects Completed", value: "500+" },
+ { icon: Award, label: "Years Experience", value: "10+" },
+ { icon: Smile, label: "Happy Clients", value: "300+" }
]}
metricsAnimation="slide-up"
/>
@@ -185,30 +98,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- title: "Garden Design",
- description: "Customized landscape plans for your unique yard.",
- bentoComponent: "reveal-icon",
- icon: Palette,
- imageSrc: "http://img.b2bpic.net/free-photo/caucasian-male-gardener-shaping-overgrown-boxwood-bush-by-hedge-trimmer-garden-front-view_7502-10139.jpg",
- imageAlt: "Caucasian male gardener shaping overgrown boxwood bush by hedge trimmer in garden front view of",
- },
- {
- title: "Lawn Care",
- description: "Weekly mowing, fertilizing, and aeration services.",
- bentoComponent: "reveal-icon",
- icon: Leaf,
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-serious-bearded-man-blue-y-shirt-gloves-concentrated-working-garden-planting-sprouts-flowerpot-gardener-spending-day-his-countryside-house_176420-19926.jpg?_wi=2",
- imageAlt: "Caucasian male gardener shaping overgrown boxwood bush by hedge trimmer in garden front view of",
- },
- {
- title: "Hardscaping",
- description: "Stone pathways, patios, and retaining walls.",
- bentoComponent: "reveal-icon",
- icon: Building,
- imageSrc: "http://img.b2bpic.net/free-photo/woman-arranging-flowers-greenhouse_53876-15347.jpg?_wi=1",
- imageAlt: "Caucasian male gardener shaping overgrown boxwood bush by hedge trimmer in garden front view of",
- },
+ { title: "Garden Design", description: "Customized landscape plans for your unique yard.", bentoComponent: "reveal-icon", icon: Palette },
+ { title: "Lawn Care", description: "Weekly mowing, fertilizing, and aeration services.", bentoComponent: "reveal-icon", icon: Leaf },
+ { title: "Hardscaping", description: "Stone pathways, patios, and retaining walls.", bentoComponent: "reveal-icon", icon: Building }
]}
title="Comprehensive Garden Solutions"
description="We offer a full range of landscaping services to meet all your outdoor needs."
@@ -219,44 +111,12 @@ export default function LandingPage() {
@@ -405,31 +190,17 @@ export default function LandingPage() {
logoText="RBRN Landscaping"
columns={[
{
- title: "Services",
- items: [
- {
- label: "Lawn Care",
- href: "#features",
- },
- {
- label: "Hardscaping",
- href: "#features",
- },
- ],
+ title: "Services", items: [
+ { label: "Lawn Care", href: "#features" },
+ { label: "Hardscaping", href: "#features" }
+ ]
},
{
- title: "Company",
- items: [
- {
- label: "About",
- href: "#about",
- },
- {
- label: "Contact",
- href: "#contact",
- },
- ],
- },
+ title: "Company", items: [
+ { label: "About", href: "#about" },
+ { label: "Contact", href: "#contact" }
+ ]
+ }
]}
copyrightText="© 2024 RBRN Landscaping LLC. All rights reserved."
/>