Skip to content

Commit e5e180e

Browse files
Merge pull request #10 from coderush-2025/dev-kavindya
Timeline component
2 parents 941ff90 + 409bc5d commit e5e180e

File tree

4 files changed

+435
-0
lines changed

4 files changed

+435
-0
lines changed

package-lock.json

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"next": "15.5.4",
2020
"react": "19.1.0",
2121
"react-dom": "19.1.0",
22+
"react-icons": "^5.5.0",
2223
"tailwind-merge": "^3.3.1",
2324
"three": "^0.180.0",
2425
"uuid": "^13.0.0"

src/app/page.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@ import Contact from "../components/Contact";
33
import Memories from "@/components/Memories";
44
import HowItWorks from "../components/HowItWorks";
55
import Prizes from '@/components/PrizesInteractive';
6+
import Timeline from "@/components/Timeline";
67

78

89
export default function Home() {
910
return (
1011
<>
1112
<Hero />
13+
<Timeline />
1214
<HowItWorks />
1315
<Prizes />
1416
<Memories />

0 commit comments

Comments
 (0)