Skip to content

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
appsaeed authored May 21, 2024
1 parent 38d6fe8 commit 97b91ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default function Views() {
<Navbar />
<HeroSection class={container} id="home" />
<SkilSection class={container} id="skils" />
<ProjectSection class={container} id="project" />
<ProjectSection class={container} id="projects" />
<BusinessSection class={container} id="business" />
<ContactSection class={container} id="contact" />
<TestimonialSection class={container} />
Expand Down

0 comments on commit 97b91ee

Please sign in to comment.