Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #6.
This commit is contained in:
2026-03-03 07:02:47 +00:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -54,7 +54,7 @@ export default function HomePage() {
imagePosition="right"
mediaAnimation="slide-up"
buttons={[
{ text: "Explore Our Work", href: "/portfolio" },
{ text: "View Our Portfolio", href: "/portfolio" },
{ text: "Let's Connect", href: "/contact" },
]}
buttonAnimation="slide-up"
@@ -237,4 +237,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}