Update src/app/page.tsx

This commit is contained in:
2026-03-03 15:42:21 +00:00
parent 5a5d96158d
commit 625f0c0047

View File

@@ -85,7 +85,7 @@ const HomePage = () => {
background={{ variant: "plain" }}
buttons={[
{ text: "Start Your Project", href: "#contact" },
{ text: "View Our Work", href: "#portfolio" },
{ text: "Explore Portfolio", href: "#portfolio" },
]}
buttonAnimation="slide-up"
layoutOrder="default"
@@ -292,4 +292,4 @@ const HomePage = () => {
);
};
export default HomePage;
export default HomePage;