2 Commits

Author SHA1 Message Date
b65287aaff Update src/app/page.tsx 2026-04-29 01:27:54 +00:00
a22c7eabe7 Merge version_1 into main
Merge version_1 into main
2026-04-29 01:26:33 +00:00

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}