From 18c11a1c61ceebedef75f78ed3a50035fb25274f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 10:20:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 278 +++++++---------------------------------------- 1 file changed, 38 insertions(+), 240 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 03189fe..6ef35ee 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,26 +30,11 @@ export default function LandingPage() { @@ -152,27 +82,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} features={[ - { - title: "Residential Moving", - description: "Door-to-door care for your home belongings.", - imageSrc: "http://img.b2bpic.net/free-vector/real-estate-labels_1284-5367.jpg?_wi=2", - titleIconSrc: "Truck", - buttonText: "Learn More", - }, - { - title: "Secure Storage", - description: "Safe, climate-controlled, and monitored facilities.", - imageSrc: "http://img.b2bpic.net/free-photo/logistic-center-with-storage-units-close-up_23-2148943353.jpg?_wi=2", - titleIconSrc: "Shield", - buttonText: "View Options", - }, - { - title: "Corporate Relocation", - description: "Professional moving for offices and business assets.", - imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-man-standing-office-using-smartphone-with-personal-belongings-box_1098-17118.jpg?_wi=2", - titleIconSrc: "Briefcase", - buttonText: "Commercial Details", - }, + { title: "Residential Moving", description: "Door-to-door care for your home belongings.", imageSrc: "http://img.b2bpic.net/free-vector/real-estate-labels_1284-5367.jpg", titleIconSrc: "Truck", buttonText: "Learn More" }, + { title: "Secure Storage", description: "Safe, climate-controlled, and monitored facilities.", imageSrc: "http://img.b2bpic.net/free-photo/logistic-center-with-storage-units-close-up_23-2148943353.jpg", titleIconSrc: "Shield", buttonText: "View Options" }, + { title: "Corporate Relocation", description: "Professional moving for offices and business assets.", imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-man-standing-office-using-smartphone-with-personal-belongings-box_1098-17118.jpg", titleIconSrc: "Briefcase", buttonText: "Commercial Details" } ]} title="Our Specialized Services" description="Comprehensive solutions tailored to meet every moving and storage requirement with unmatched precision." @@ -185,36 +97,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} metrics={[ - { - id: "m1", - value: "10K+", - title: "Successful Moves", - items: [ - "Residential", - "Commercial", - "Long-distance", - ], - }, - { - id: "m2", - value: "99.8%", - title: "Customer Satisfaction", - items: [ - "Safety", - "Speed", - "Punctuality", - ], - }, - { - id: "m3", - value: "500+", - title: "Secure Units", - items: [ - "Climate controlled", - "Monitored", - "Flexible", - ], - }, + { id: "m1", value: "10K+", title: "Successful Moves", items: ["Residential", "Commercial", "Long-distance"] }, + { id: "m2", value: "99.8%", title: "Customer Satisfaction", items: ["Safety", "Speed", "Punctuality"] }, + { id: "m3", value: "500+", title: "Secure Units", items: ["Climate controlled", "Monitored", "Flexible"] } ]} title="Why MoveBright?" description="Proven performance, verified customer satisfaction, and an expert logistics backbone." @@ -223,44 +108,15 @@ export default function LandingPage() {
-- 2.49.1