Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore #67

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
68 changes: 0 additions & 68 deletions src/app/api/(verification)/send-mail/route.ts

This file was deleted.

66 changes: 0 additions & 66 deletions src/app/api/(verification)/verify-mail/route.ts

This file was deleted.

15 changes: 9 additions & 6 deletions src/components/common/About.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,17 @@ const AboutSection: React.FC = () => {
transition={{ duration: 1, ease: "easeOut" }}
>
<h2 className="text-4xl md:text-[89px] font-black text-red-600 mb-4 md:mb-6 leading-tight">
About TEDxSJEC
About TED<sup>x</sup>
<span className="pl-1 font-semibold">SJEC</span>
</h2>
<p className="text-base md:text-3xl leading-relaxed mb-4 md:mb-6 text-gray-300">
TEDxSJEC is an independently organized event bringing together
innovators, thinkers, and visionaries from around the world. Our goal
is to inspire change, provoke deep discussions, and foster creativity
through groundbreaking ideas. Our goal is to inspire change, provoke
deep discussions, and foster creativity through groundbreaking ideas.
TED<sup>x</sup>
<span className="pl-1">SJEC</span> is an independently organized event
bringing together innovators, thinkers, and visionaries from around
the world. Our goal is to inspire change, provoke deep discussions,
and foster creativity through groundbreaking ideas. Our goal is to
inspire change, provoke deep discussions, and foster creativity
through groundbreaking ideas.
</p>

{/* Decorative line */}
Expand Down
2 changes: 1 addition & 1 deletion src/components/common/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ const Footer = (props: Props) => {
height={150}
width={150}
alt="logo"
layout="fixed"
// layout="fixed"
priority={true}
className="hidden md:block"
/>
Expand Down
5 changes: 2 additions & 3 deletions src/components/navbar/nav-header.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
"use client";
"use client";;
import { tedxsjecAssetsPrefix } from "@/lib/utils";
import Image from "next/image";
import Link from "next/link";
import React, { useRef } from "react";
import RegisterButton from "./register-button";

interface NavHeaderProps {
handleClick: () => void;
Expand Down Expand Up @@ -34,7 +33,7 @@ const NavHeader: React.FC<NavHeaderProps> = ({ handleClick }) => {
height={200}
width={200}
alt="logo"
layout="fixed"
// layout="fixed"
priority={true}
/>
</Link>
Expand Down
198 changes: 0 additions & 198 deletions src/components/ui/cursor.js

This file was deleted.

File renamed without changes.
2 changes: 1 addition & 1 deletion src/components/widget/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ const Nav = () => {
height={200}
width={200}
alt="logo"
layout="fixed"
// layout="fixed"
priority={true}
/>
</Link>
Expand Down
Loading
Loading