diff --git a/src/app/layout.tsx b/src/app/layout.tsx index e24a5c3..0359874 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1418,4 +1418,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 13bae3b..620135c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,7 +49,7 @@ export default function LandingPage() { tagIcon={Sparkles} tagAnimation="slide-up" buttons={[ - { text: "Explore Luminox", href: "features" }, + { text: "Get Started Now", href: "features" }, { text: "Watch Demo", href: "#" } ]} buttonAnimation="slide-up" @@ -263,4 +263,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file