Skip to content

Commit

Permalink
Merge branch 'chore' of https://github.com/TEDx-SJEC/website into reg…
Browse files Browse the repository at this point in the history
…istration
  • Loading branch information
Vyshnav001 committed Nov 14, 2024
2 parents b74779e + 06ee3a6 commit f3053a7
Show file tree
Hide file tree
Showing 9 changed files with 59 additions and 375 deletions.
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.
Loading

0 comments on commit f3053a7

Please sign in to comment.