Merge version_3 into main #3

Merged
bender merged 2 commits from version_3 into main 2026-03-05 04:10:48 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1418,4 +1418,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

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