Skip to content

Commit f033afe

Browse files
committed
Remove About section and update Navbar links
1 parent dca12cc commit f033afe

3 files changed

Lines changed: 0 additions & 23 deletions

File tree

app/page.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import Hero from "@/components/Hero";
2-
import About from "@/components/About";
32
import Projects from "@/components/Projects";
43
import Contact from "@/components/Contact";
54
import Footer from "@/components/Footer";
@@ -8,7 +7,6 @@ export default function Home() {
87
return (
98
<main>
109
<Hero />
11-
<About />
1210
<Projects />
1311
<Contact />
1412
<Footer />

components/About.tsx

Lines changed: 0 additions & 20 deletions
This file was deleted.

components/Navbar.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
import { useState } from "react";
44

55
const links = [
6-
{ label: "About", href: "#about" },
76
{ label: "Projects", href: "#projects" },
87
{ label: "Contact", href: "#contact" },
98
];

0 commit comments

Comments
 (0)