4 Commits

Author SHA1 Message Date
8f02d0550d Merge version_3 into main
Merge version_3 into main
2026-03-09 19:47:35 +00:00
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>
</html>
);
}
}

View File

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