feat: Experience clicks smooth-scroll to Explore Experience section
Build & Push Portfolio Image / build-push (push) Successful in 3m31s

This commit is contained in:
Story Crater Bot
2026-09-02 10:39:11 -07:00
parent 406f0db52d
commit 2defd4d074
2 changed files with 11 additions and 5 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ export function ExperienceTimeline() {
const timeline = t.experience.items
return (
<section className="max-w-4xl mx-auto px-6 py-20">
<section id="experience" className="max-w-4xl mx-auto px-6 py-20">
<motion.div
initial={{ opacity: 0 }}
whileInView={{ opacity: 1 }}