Skip to content

Commit 6517b83

Browse files
committed
feat: rewrote content and changed logo
1 parent 2642c18 commit 6517b83

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# COC Landing Page
22

3-
A modern landing page for CoC VJTI (Community of Coders) built with Next.js, TypeScript, and Tailwind CSS.
3+
A modern landing page for COC (Community of Coders) built with Next.js, TypeScript, and Tailwind CSS.
44

55
## 🚀 Quick Start
66

components/ExploreSection.tsx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,37 +42,37 @@ export function ExploreSection() {
4242

4343
const items = [
4444
{
45-
title: "Devlopment Team",
45+
title: "Dev Club",
4646
description: "Master the art of programming with our expert community. Join us in building the future of software.",
47-
header: "Dev Team",
47+
header: "DEV",
4848
className: "md:col-span-2 md:row-span-1",
4949
icon: <IconCode className="h-5 w-5 text-green-400" />,
5050
},
5151
{
52-
title: "AI-ML & Research",
52+
title: "AI Group",
5353
description: "Explore the frontiers of artificial intelligence and machine learning.",
54-
header: "brAIn",
54+
header: "BRAIN",
5555
className: "md:col-span-1 md:row-span-1",
5656
icon: <IconBrain className="h-5 w-5 text-green-400" />,
5757
},
5858
{
5959
title: "Competitive Programming Team",
6060
description: "Build and program the future of robotics. From concept to creation.",
61-
header: "The CP Club",
61+
header: "CP",
6262
className: "md:col-span-1 md:row-span-1",
6363
icon: <IconRobot className="h-5 w-5 text-green-400" />,
6464
},
6565
{
66-
title: "Blockchain Dev Team",
66+
title: "Blockchain Dev Society",
6767
description: "Create immersive gaming experiences that push boundaries.",
68-
header: "EthVJTI",
68+
header: "ETH",
6969
className: "md:col-span-1 md:row-span-1",
7070
icon: <IconDeviceGamepad2 className="h-5 w-5 text-green-400" />,
7171
},
7272
{
7373
title: "Open Source Hub",
7474
description: "Contribute to the global open source community. Make an impact.",
75-
header: "Project-X",
75+
header: "X",
7676
className: "md:col-span-1 md:row-span-1",
7777
icon: <IconBuildingCommunity className="h-5 w-5 text-green-400" />,
7878
},

components/Navbar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const Navbar = () => {
3333
<div className="container mx-auto px-4">
3434
<div className="flex items-center justify-between h-16">
3535
<div className="flex items-center space-x-2">
36-
<Image src="/coc_dark_ukajqb.png" alt="COC VJTI Logo" width={32} height={32} />
36+
<Image src="/coc_vjti.jpeg" alt="COC VJTI Logo" width={32} height={32} />
3737
<Link href="/" className="text-xl font-montserrat font-bold bg-gradient-to-r from-green-400 to-emerald-600 bg-clip-text text-transparent">
3838
CoC
3939
</Link>

public/coc_dark_ukajqb.png

-103 KB
Binary file not shown.

0 commit comments

Comments
 (0)