Skip to content

Commit c07c791

Browse files
committed
chore: disable heavy outdated content
1 parent 37d9db1 commit c07c791

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

src/app/page.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,19 +50,19 @@ export default async function HomePage() {
5050
</section>
5151

5252
{/* Experience */}
53-
<section id="experience" className="snap-center">
53+
{/* <section id="experience" className="snap-center">
5454
<WorkExperience experiences={experiences} />
55-
</section>
55+
</section> */}
5656

5757
{/* Skills */}
58-
<section id="skills" className="snap-start">
58+
{/* <section id="skills" className="snap-start">
5959
<Skills skills={skills} />
60-
</section>
60+
</section> */}
6161

6262
{/* Projects */}
63-
<section id="projects" className="snap-start">
63+
{/* <section id="projects" className="snap-start">
6464
<Projects projects={projects} />
65-
</section>
65+
</section> */}
6666

6767
{/* Contact Me */}
6868
{/* <section id="contact" className="snap-start">

src/components/Hero.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ export default function Hero({ pageInfo }: { pageInfo: PageInfo }) {
3636
<Link href="#about">
3737
<button className="heroButton">About</button>
3838
</Link>
39-
<Link href="#experience">
39+
{/* <Link href="#experience">
4040
<button className="heroButton">Experience</button>
4141
</Link>
4242
<Link href="#skills">
4343
<button className="heroButton">Skills</button>
4444
</Link>
4545
<Link href="#projects">
4646
<button className="heroButton">Projects</button>
47-
</Link>
47+
</Link> */}
4848
</div>
4949
</div>
5050
</div>

0 commit comments

Comments
 (0)