3 Commits

Author SHA1 Message Date
76eb1aa0bd Update src/app/page.tsx 2026-03-05 04:10:43 +00:00
7a6e445910 Update src/app/layout.tsx 2026-03-05 04:10:43 +00:00
9ac0765160 Merge version_2 into main
Merge version_2 into main
2026-03-05 04:09:02 +00:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -49,7 +49,7 @@ export default function LandingPage() {
tagIcon={Sparkles} tagIcon={Sparkles}
tagAnimation="slide-up" tagAnimation="slide-up"
buttons={[ buttons={[
{ text: "Explore Luminox", href: "features" }, { text: "Get Started Now", href: "features" },
{ text: "Watch Demo", href: "#" } { text: "Watch Demo", href: "#" }
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
@@ -263,4 +263,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }