Compare commits
5 Commits
version_23
...
version_24
| Author | SHA1 | Date | |
|---|---|---|---|
| 0c48def8c8 | |||
| a60a803117 | |||
| ec0557a173 | |||
| fb5ec66820 | |||
| 9cf85c5ac5 |
@@ -161,4 +161,4 @@ export default function AboutPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -33,7 +33,7 @@ export default function ContactPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Services", id: "#services" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
@@ -159,7 +159,7 @@ export default function ContactPage() {
|
||||
columns={[
|
||||
{
|
||||
title: "Product", items: [
|
||||
{ label: "Services", href: "#services" },
|
||||
{ label: "Services", href: "/services" },
|
||||
{ label: "Work", href: "#portfolio" }
|
||||
]
|
||||
},
|
||||
@@ -177,8 +177,8 @@ export default function ContactPage() {
|
||||
},
|
||||
{
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy", href: "#" },
|
||||
{ label: "Terms", href: "#" }
|
||||
{ label: "Privacy", href: "#privacy" },
|
||||
{ label: "Terms", href: "#terms" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
@@ -187,4 +187,4 @@ export default function ContactPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -206,4 +206,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -198,4 +198,4 @@ export default function ServicesPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user