Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f4308fb960 | |||
| 72c64a11c4 | |||
| 3558697236 |
@@ -1384,4 +1384,4 @@ export default function RootLayout({
|
|||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -54,6 +54,7 @@ export default function LandingPage() {
|
|||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Explore My Work", href: "#portfolio" },
|
{ text: "Explore My Work", href: "#portfolio" },
|
||||||
{ text: "Get in Touch", href: "#contact" },
|
{ text: "Get in Touch", href: "#contact" },
|
||||||
|
{ text: "View Services", href: "#services" },
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -232,4 +233,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user