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