diff --git a/src/app/page.tsx b/src/app/page.tsx
index 41aee76..3a98a3e 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -28,28 +28,13 @@ export default function LandingPage() {
@@ -57,38 +42,14 @@ export default function LandingPage() {
@@ -99,21 +60,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
features={[
- {
- title: "White Glove Service",
- description: "Personalized care for your most valued belongings.",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-delivery-man-holding-boxes_23-2148455135.jpg?_wi=1",
- },
- {
- title: "Heavy & Specialty Items",
- description: "Expert handling for TVs, fragile items, and oversized pieces.",
- imageSrc: "http://img.b2bpic.net/free-photo/screen-that-come-life_52683-107523.jpg?_wi=1",
- },
- {
- title: "Fast Turnaround",
- description: "Reliable same-day and scheduled services to match your pace.",
- imageSrc: "http://img.b2bpic.net/free-photo/low-angle-delivery-men-concept_23-2148684718.jpg?_wi=1",
- },
+ { title: "White Glove Service", description: "Personalized care for your most valued belongings.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-delivery-man-holding-boxes_23-2148455135.jpg" },
+ { title: "Heavy & Specialty Items", description: "Expert handling for TVs, fragile items, and oversized pieces.", imageSrc: "http://img.b2bpic.net/free-photo/screen-that-come-life_52683-107523.jpg" },
+ { title: "Fast Turnaround", description: "Reliable same-day and scheduled services to match your pace.", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-delivery-men-concept_23-2148684718.jpg" },
]}
title="What We Specialize In"
description="Excellence in every detail, from white glove handling to precision logistics."
@@ -126,33 +75,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
metrics={[
- {
- id: "m1",
- value: "100%",
- title: "No Lazy Workers",
- items: [
- "Vetted professionals",
- "Highly trained team",
- ],
- },
- {
- id: "m2",
- value: "0",
- title: "Damaged Items",
- items: [
- "Careful handling",
- "Insurance backed",
- ],
- },
- {
- id: "m3",
- value: "100%",
- title: "Results Guaranteed",
- items: [
- "No excuses",
- "Elite delivery",
- ],
- },
+ { id: "m1", value: "100%", title: "No Lazy Workers", items: ["Vetted professionals", "Highly trained team"] },
+ { id: "m2", value: "0", title: "Damaged Items", items: ["Careful handling", "Insurance backed"] },
+ { id: "m3", value: "100%", title: "Results Guaranteed", items: ["No excuses", "Elite delivery"] },
]}
title="Not Your Average Company"
description="When you choose us, you are choosing unmatched professional integrity."
@@ -163,48 +88,14 @@ export default function LandingPage() {
@@ -239,14 +121,8 @@ export default function LandingPage() {