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 +} 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 +}