Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4f5c6e341b | |||
| a58be3f45c | |||
| 7e1735ed81 | |||
| a2da7f9dc5 | |||
| a6d8a19e5f | |||
| ab10d4f7a6 | |||
| 48efc9f6eb | |||
| bbefcb0155 |
@@ -1418,4 +1418,4 @@ export default function RootLayout({
|
|||||||
</ServiceWrapper>
|
</ServiceWrapper>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -54,7 +54,7 @@ export default function HomePage() {
|
|||||||
imagePosition="right"
|
imagePosition="right"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Explore Our Work", href: "/portfolio" },
|
{ text: "View Our Portfolio", href: "/portfolio" },
|
||||||
{ text: "Let's Connect", href: "/contact" },
|
{ text: "Let's Connect", href: "/contact" },
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
@@ -237,4 +237,4 @@ export default function HomePage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user