Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bf5ff09b21 | |||
| a9ac8bb4ef | |||
| 8c8f5862cb | |||
| 4fc4c70324 |
@@ -32,17 +32,17 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleApple
|
<NavbarStyleApple
|
||||||
navItems={[
|
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"
|
brandName="My Portfolio"
|
||||||
/>
|
/>
|
||||||
@@ -248,6 +248,8 @@ export default function LandingPage() {
|
|||||||
label: "Testimonials", href: "#testimonials"},
|
label: "Testimonials", href: "#testimonials"},
|
||||||
{
|
{
|
||||||
label: "Contact", href: "#contact"},
|
label: "Contact", href: "#contact"},
|
||||||
|
{
|
||||||
|
label: "Email: ibkhen99@gmail.com", href: "mailto:ibkhen99@gmail.com"}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user