From b65287aaffb195104e26889341b0a0d01480a703 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 29 Apr 2026 01:27:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cffdeb9..8d42f52 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -129,10 +129,10 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} metrics={[ - { id: "m1", value: "1", title: "Get a Quote", items: ["Fast response.", "No hidden costs.", "Clear explanation."] }, - { id: "m2", value: "2", title: "Schedule", items: ["Easy booking.", "Clear ETA.", "Reminder system."] }, - { id: "m3", value: "3", title: "Expert Arrival", items: ["On-time arrival.", "Professional tools.", "Pet friendly."] }, - { id: "m4", value: "4", title: "Peace of Mind", items: ["Before/after proof.", "Exact price.", "Warranty included."] } + { id: "m1", value: "Request", title: "Get a Quote", items: ["Fast response.", "No hidden costs.", "Clear explanation."] }, + { id: "m2", value: "Coordinate", title: "Schedule", items: ["Easy booking.", "Clear ETA.", "Reminder system."] }, + { id: "m3", value: "Expert Visit", title: "Expert Arrival", items: ["On-time arrival.", "Professional tools.", "Pet friendly."] }, + { id: "m4", value: "Enjoy Comfort", title: "Peace of Mind", items: ["Before/after proof.", "Exact price.", "Warranty included."] } ]} title="Simple Comfort in 4 Steps" description="Reliable, transparent service from start to finish." @@ -186,4 +186,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1