From b31a6021631e0dec5c6617807bd47066e5f1b3f8 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 23:30:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ffad66d..7a0c7bd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,7 +60,7 @@ export default function LandingPage() { enableKpiAnimation={true} buttons={[ { - text: "Get Started", href: "#features"}, + text: "Start Monitoring Your Vehicle", href: "#features"}, ]} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8yw2kn&_wi=1" mediaAnimation="slide-up" @@ -218,4 +218,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1