diff --git a/src/app/page.tsx b/src/app/page.tsx
index 8c61ce6..fc7b0ba 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,106 +29,35 @@ export default function LandingPage() {
@@ -137,22 +66,10 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
- negativeCard={{
- items: [
- "Certified Arborist Team",
- "Fully Insured & Bonded",
- "Spotless Property Cleanup",
- ],
- }}
- positiveCard={{
- items: [
- "Tree Removal & Trimming",
- "Storm Damage Cleanup",
- "Crane-Assisted Precision Removal",
- ],
- }}
- title="Professional Tree Services"
- description="We specialize in safe, efficient, and professional tree care for every property type."
+ negativeCard={{ items: ["Certified Arborist Team", "Fully Insured", "Spotless Cleanup"] }}
+ positiveCard={{ items: ["Tree Removal & Trimming", "Emergency Storm Cleanup", "Crane-Assisted Removal"] }}
+ title="Comprehensive Tree Services"
+ description="We handle everything from routine pruning to dangerous storm damage mitigation with safety-first precision."
tag="Our Expertise"
tagIcon={Leaf}
/>
@@ -160,17 +77,12 @@ export default function LandingPage() {
@@ -181,85 +93,32 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
- {
- id: "1",
- name: "Sarah Miller",
- role: "Homeowner",
- company: "Louisville",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/stylistic-photo-old-vintage-grunged-yellow-empty-ski-lift-chair-isolated-left-bahinf-pine-tree-branches-winter-forest-focus-seat_346278-467.jpg?_wi=2",
- imageAlt: "professional tree service crew",
- },
- {
- id: "2",
- name: "John Davis",
- role: "Homeowner",
- company: "Louisville",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/man-with-chainsaw-cuts-tree_169016-1835.jpg",
- imageAlt: "tree removal job site",
- },
- {
- id: "3",
- name: "Emily Chen",
- role: "Homeowner",
- company: "Alcoa",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/travel-items-log_23-2147628878.jpg?_wi=2",
- imageAlt: "storm damage cleanup",
- },
- {
- id: "4",
- name: "Michael Reed",
- role: "Business Owner",
- company: "Louisville",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/red-torii-shrine-temple-japan_1150-10852.jpg",
- imageAlt: "crane tree removal work",
- },
- {
- id: "5",
- name: "Laura White",
- role: "Homeowner",
- company: "Maryville",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/man-goes-down-rope-entertainment-park_1304-5026.jpg?_wi=1",
- imageAlt: "tree service truck parked",
- },
+ { id: "1", name: "Sarah M.", role: "Louisville Resident", company: "", rating: 5 },
+ { id: "2", name: "John D.", role: "Louisville Resident", company: "", rating: 5 },
+ { id: "3", name: "Emily C.", role: "Alcoa Resident", company: "", rating: 5 },
]}
kpiItems={[
- {
- value: "400+",
- label: "5-Star Reviews",
- },
- {
- value: "100%",
- label: "Customer Satisfaction",
- },
- {
- value: "0",
- label: "Property Damage",
- },
+ { value: "500+", label: "Jobs Completed" },
+ { value: "100%", label: "Safety Rating" },
+ { value: "5 Star", label: "Customer Average" },
]}
- title="Trusted by Your Neighbors"
- description="We treat every property with extreme care and focus on zero-damage results."
- tag="What Clients Say"
+ title="Trusted Results, Every Time"
+ description="Hear from our neighbors in Louisville about why they trust us with their biggest projects."
+ tag="Proven Experience"
tagIcon={Star}
/>
@@ -268,42 +127,9 @@ export default function LandingPage() {