diff --git a/src/app/page.tsx b/src/app/page.tsx
index 7799598..ce1dfa0 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,68 +32,43 @@ export default function LandingPage() {
@@ -106,23 +81,14 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
- id: "m1",
- icon: Award,
- title: "Veteran-Owned",
- value: "100%",
- },
+ id: "m1", icon: Award,
+ title: "Veteran-Owned", value: "100%"},
{
- id: "m2",
- icon: Clock,
- title: "Same-Day Response",
- value: "Fast",
- },
+ id: "m2", icon: Clock,
+ title: "Same-Day Response", value: "Fast"},
{
- id: "m3",
- icon: MapPin,
- title: "Serving DFW",
- value: "Local",
- },
+ id: "m3", icon: MapPin,
+ title: "Serving DFW", value: "Local"},
]}
title="Why Clients Choose Casey"
description="Precision and reliability you can trust."
@@ -134,18 +100,11 @@ export default function LandingPage() {
useInvertedBackground={true}
heading={[
{
- type: "text",
- content: "The Veteran's Precision, ",
- },
+ type: "text", content: "The Veteran's Precision, "},
{
- type: "text",
- content: "The Artist's Eye.",
- },
+ type: "text", content: "The Artist's Eye."},
{
- type: "image",
- src: "http://img.b2bpic.net/free-photo/young-woman-with-beautiful-blond-hair-gentle-smile-dressed-green-robe-with-belt-is-working-greenhouse_197531-12298.jpg",
- alt: "Casey portrait",
- },
+ type: "image", src: "http://img.b2bpic.net/free-photo/young-woman-with-beautiful-blond-hair-gentle-smile-dressed-green-robe-with-belt-is-working-greenhouse_197531-12298.jpg", alt: "Casey portrait"},
]}
/>
@@ -158,26 +117,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Lawn Maintenance",
- description: "Weekly precision mowing, edging, and seasonal care.",
- imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard_1303-22795.jpg",
- titleImageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-male-gardener-pushing-modern-lawn-mower-while-walking-grass-view-handyman_7502-10570.jpg",
- buttonText: "Inquire",
- },
+ title: "Lawn Maintenance", description: "Weekly precision mowing, edging, and seasonal care.", imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard_1303-22795.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-male-gardener-pushing-modern-lawn-mower-while-walking-grass-view-handyman_7502-10570.jpg", buttonText: "Inquire"},
{
- title: "Landscape Design",
- description: "Custom hardscaping and horticultural planning.",
- imageSrc: "http://img.b2bpic.net/free-photo/view-backyard-garden-digital-art-style_23-2151488200.jpg",
- titleImageSrc: "http://img.b2bpic.net/free-photo/beautiful-sexy-girl-wearing-pink-bathrobe-lingerie-standing-flower-garden_8353-8398.jpg",
- buttonText: "Inquire",
- },
+ title: "Landscape Design", description: "Custom hardscaping and horticultural planning.", imageSrc: "http://img.b2bpic.net/free-photo/view-backyard-garden-digital-art-style_23-2151488200.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/beautiful-sexy-girl-wearing-pink-bathrobe-lingerie-standing-flower-garden_8353-8398.jpg", buttonText: "Inquire"},
{
- title: "Arbor Care",
- description: "Expert tree trimming and health management.",
- imageSrc: "http://img.b2bpic.net/free-photo/graveyard-background-concept_23-2149585151.jpg",
- titleImageSrc: "http://img.b2bpic.net/free-photo/close-up-gardener-taking-care-plants_23-2148905240.jpg",
- buttonText: "Inquire",
- },
+ title: "Arbor Care", description: "Expert tree trimming and health management.", imageSrc: "http://img.b2bpic.net/free-photo/graveyard-background-concept_23-2149585151.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/close-up-gardener-taking-care-plants_23-2148905240.jpg", buttonText: "Inquire"},
]}
title="Premium Landscaping Services"
description="Comprehensive lawn care solutions for elite property aesthetics."
@@ -187,63 +131,28 @@ export default function LandingPage() {
@@ -327,25 +208,17 @@ export default function LandingPage() {
{
items: [
{
- label: "About",
- href: "#about",
- },
+ label: "About", href: "#about"},
{
- label: "Services",
- href: "#services",
- },
+ label: "Services", href: "#services"},
],
},
{
items: [
{
- label: "Reviews",
- href: "#reviews",
- },
+ label: "Reviews", href: "#reviews"},
{
- label: "Privacy Policy",
- href: "#",
- },
+ label: "Privacy Policy", href: "#"},
],
},
]}