Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8c8f5862cb | |||
| 4fc4c70324 |
@@ -32,17 +32,17 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", id: "#home"},
|
||||
name: "Home", id: "home"},
|
||||
{
|
||||
name: "About", id: "#about"},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Work", id: "#work"},
|
||||
name: "Work", id: "work"},
|
||||
{
|
||||
name: "Clients", id: "#clients"},
|
||||
name: "Clients", id: "clients"},
|
||||
{
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact", id: "#contact"},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="My Portfolio"
|
||||
/>
|
||||
@@ -268,4 +268,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user