프로젝트 컴포넌트 추가 및 스타일 수정

This commit is contained in:
imnyang 2025-05-25 14:41:18 +09:00
commit 980d7a62f5
5 changed files with 88 additions and 5 deletions

View file

@ -3,6 +3,7 @@ import { useState, useEffect } from "react";
import Image from "@/profile.avif";
import Timeline from "@/components/TimeLine";
import Contact from "@/components/Contact";
import Projects from "@/components/Projects";
export function Page() {
const [age, setAge] = useState<number>(0);
@ -104,6 +105,11 @@ export function Page() {
<div className="border-t-1 border-muted rounded-full my-4" />
<Projects />
<div className="border-t-1 border-muted rounded-full mt-8" />
<Timeline />
<div className="border-t-1 border-muted rounded-full mt-8" />