diff --git a/src/app/page.tsx b/src/app/page.tsx
index 0cf14ea..3436b56 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
@@ -54,47 +46,26 @@ export default function LandingPage() {
@@ -107,20 +78,11 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
- id: "1",
- value: "5.0",
- description: "Google Rating",
- },
+ id: "1", value: "5.0", description: "Google Rating"},
{
- id: "2",
- value: "#1",
- description: "Tampa Landscaper",
- },
+ id: "2", value: "#1", description: "Tampa Landscaper"},
{
- id: "3",
- value: "100%",
- description: "Satisfaction",
- },
+ id: "3", value: "100%", description: "Satisfaction"},
]}
title="Quality That Speaks for Itself"
description="Top-rated service in Tampa with an unwavering commitment to professional standards."
@@ -134,19 +96,11 @@ export default function LandingPage() {
useInvertedBackground={false}
negativeCard={{
items: [
- "Unreliable Scheduling",
- "Hidden Costs",
- "Poor Communication",
- "Subpar Turf Maintenance",
- ],
+ "Unreliable Scheduling", "Hidden Costs", "Poor Communication", "Subpar Turf Maintenance"],
}}
positiveCard={{
items: [
- "Professional & Punctual",
- "Competitive Pricing",
- "Attention to Detail",
- "Industry Leading Turf Expertise",
- ],
+ "Professional & Punctual", "Competitive Pricing", "Attention to Detail", "Industry Leading Turf Expertise"],
}}
title="Why Choose Us?"
description="Excellence in landscaping is our promise."
@@ -161,41 +115,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "p1",
- name: "Lawn Mowing & Maintenance",
- price: "From $50",
- imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-black-apron_1157-41429.jpg",
- },
+ id: "p1", name: "Lawn Mowing & Maintenance", price: "From $50", imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-black-apron_1157-41429.jpg"},
{
- id: "p2",
- name: "Landscape Design",
- price: "Custom Quote",
- imageSrc: "http://img.b2bpic.net/free-photo/women-working-greenhouse-with-flowerpots_1157-30871.jpg",
- },
+ id: "p2", name: "Landscape Design", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/women-working-greenhouse-with-flowerpots_1157-30871.jpg"},
{
- id: "p3",
- name: "Sod Installation",
- price: "Custom Quote",
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-stone-path-walk-run-garden_74190-8976.jpg",
- },
+ id: "p3", name: "Sod Installation", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-stone-path-walk-run-garden_74190-8976.jpg"},
{
- id: "p4",
- name: "Lawn Pest Control",
- price: "Starting at $75",
- imageSrc: "http://img.b2bpic.net/free-photo/man-spraying-plants-garden_23-2148396745.jpg",
- },
+ id: "p4", name: "Lawn Pest Control", price: "Starting at $75", imageSrc: "http://img.b2bpic.net/free-photo/man-spraying-plants-garden_23-2148396745.jpg"},
{
- id: "p5",
- name: "Grass Seeding",
- price: "From $120",
- imageSrc: "http://img.b2bpic.net/free-photo/grass-sprout-with-ground-small-shovel-work-garden_127675-2669.jpg",
- },
+ id: "p5", name: "Grass Seeding", price: "From $120", imageSrc: "http://img.b2bpic.net/free-photo/grass-sprout-with-ground-small-shovel-work-garden_127675-2669.jpg"},
{
- id: "p6",
- name: "General Yard Cleanup",
- price: "Custom Quote",
- imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-hand-trowel-green-grass_181624-26501.jpg",
- },
+ id: "p6", name: "General Yard Cleanup", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-hand-trowel-green-grass_181624-26501.jpg"},
]}
title="Our Expert Services"
description="From sod installation to pest control, we provide full-service care for your property."
@@ -204,44 +134,20 @@ export default function LandingPage() {