Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
ntdkhiem committed Dec 28, 2024
1 parent f1ad518 commit 70a8288
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { motion } from "framer-motion";
import Header from "@/components/Header";
import Hero from "@/components/Hero";
import Hackathons from "@/components/Hackathons";
import Experiences from "@/components/Experiences";
export default function Home() {
return (
<div className="h-screen overflow-x-hidden overflow-y-scroll z-0">
Expand Down Expand Up @@ -33,6 +34,7 @@ export default function Home() {
EXPERIENCES
</motion.h1>
</div>
<Experiences />
<Hackathons />
<div className="h-screen flex flex-col justify-center items-center text-white">
<motion.p
Expand Down
2 changes: 1 addition & 1 deletion public/ig.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 70a8288

Please sign in to comment.