Update src/app/page.tsx
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user