프로젝트 컴포넌트 추가 및 스타일 수정
This commit is contained in:
parent
ac6d823ae0
commit
980d7a62f5
5 changed files with 88 additions and 5 deletions
|
|
@ -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" />
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue