6 Commits

Author SHA1 Message Date
a10adc20cb Update src/app/page.tsx 2026-03-03 15:06:38 +00:00
e7365cf1b9 Update src/app/layout.tsx 2026-03-03 15:06:37 +00:00
66fac2d835 Merge version_1 into main
Merge version_1 into main
2026-03-03 14:47:57 +00:00
cc2fef5a2c Merge version_1 into main
Merge version_1 into main
2026-03-03 14:45:25 +00:00
f5e6a03e8d Merge version_1 into main
Merge version_1 into main
2026-03-03 14:44:35 +00:00
92d5bad769 Merge version_1 into main
Merge version_1 into main
2026-03-03 14:43:49 +00:00
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -48,7 +48,7 @@ export default function LandingPage() {
tagIcon={Sparkles} tagIcon={Sparkles}
tagAnimation="slide-up" tagAnimation="slide-up"
buttons={[ buttons={[
{ text: "Start Your Project", href: "contact" }, { text: "Get Free Strategy Session", href: "contact" },
{ text: "View Our Work", href: "portfolio" } { text: "View Our Work", href: "portfolio" }
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"