3 Commits

Author SHA1 Message Date
2488566aa1 Update src/app/page.tsx 2026-03-09 19:47:31 +00:00
ec194564f8 Update src/app/layout.tsx 2026-03-09 19:47:31 +00:00
107158975d Merge version_2 into main
Merge version_2 into main
2026-03-09 12:21:28 +00:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -46,7 +46,7 @@ export default function BEMaximaLanding() {
tagIcon={Zap} tagIcon={Zap}
tagAnimation="blur-reveal" tagAnimation="blur-reveal"
buttons={[ buttons={[
{ text: "Schedule Consultation", href: "#contact" }, { text: "Get Free Assessment", href: "#contact" },
{ text: "Explore Services", href: "#services" } { text: "Explore Services", href: "#services" }
]} ]}
buttonAnimation="blur-reveal" buttonAnimation="blur-reveal"
@@ -291,4 +291,4 @@ export default function BEMaximaLanding() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }