Merge version_2 into main #7

Merged
bender merged 2 commits from version_2 into main 2026-03-05 08:13:42 +00:00
2 changed files with 4 additions and 4 deletions

View File

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

View File

@@ -74,8 +74,8 @@ export default function HomePage() {
]}
carouselPosition="right"
buttons={[
{ text: "View Project Portfolio", href: "portfolio" },
{ text: "Schedule Consultation", href: "contact" },
{ text: "See What We've Built", href: "portfolio" },
{ text: "View Experience", href: "contact" },
]}
buttonAnimation="slide-up"
/>
@@ -244,4 +244,4 @@ export default function HomePage() {
</footer>
</ThemeProvider>
);
}
}