From bd5af70e1891daab6926b0ade26e8315c00bc6b8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 05:59:47 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 025dc98..f5c9909 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1424,4 +1424,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} -- 2.49.1 From 89f85b3e74a03c9bfe8e81e14db02c07c90c4c27 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 05:59:48 +0000 Subject: [PATCH 2/2] 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 181785f..1ff206c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -78,7 +78,7 @@ export default function ArcliqLanding() { } ]} buttons={[ - { text: "Upload Your Dataset", href: "#features" }, + { text: "Start Free Trial", href: "#features" }, { text: "View Demo", href: "#workflow" } ]} buttonAnimation="blur-reveal" @@ -295,4 +295,4 @@ export default function ArcliqLanding() { ); -} \ No newline at end of file +} -- 2.49.1