diff --git a/src/app/eventide/components/Hero/Section.jsx b/src/app/eventide/components/Hero/Section.jsx index e83e21e..fa6a123 100644 --- a/src/app/eventide/components/Hero/Section.jsx +++ b/src/app/eventide/components/Hero/Section.jsx @@ -1,75 +1,171 @@ -'use client'; +"use client"; import { motion } from "framer-motion"; -import Image from 'next/image'; +import Image from "next/image"; const Section = () => { - const container = { - hidden: { opacity: 0 }, - show: { - opacity: 1, - transition: { - staggerChildren: 0.3, - delayChildren: 1.5, - }, - }, - }; + const container = { + hidden: { opacity: 0 }, + show: { + opacity: 1, + transition: { + staggerChildren: 0.3, + delayChildren: 1.5, + }, + }, + }; - const item = { - hidden: { opacity: 0, y: 30 }, - show: { opacity: 1, y: 0, transition: { type: 'spring', duration: 0.4 } }, - }; + const item = { + hidden: { opacity: 0, y: 30 }, + show: { opacity: 1, y: 0, transition: { type: "spring", duration: 0.4 } }, + }; - const image = { - hidden: { opacity: 0, scale: 1.1, y: 30 }, - show: { opacity: 1, scale: 1, y: 0, transition: { type: 'spring', duration: 0.4 } }, - }; + const image = { + hidden: { opacity: 0, scale: 1.1, y: 30 }, + show: { + opacity: 1, + scale: 1, + y: 0, + transition: { type: "spring", duration: 0.4 }, + }, + }; - const etext2="Get ready for a night of pure musical magic at the Proshow, the showstopper of Anokha Techfest 2024! This year, we’re bringing the electrifying energy of the legendary keytar maestro Stephen Devassy, alongside the soul-stirring voice of Satyaprakash and their powerhouse group, The Solid Band. Known for blending Indian classical, jazz, and rock, their musical brilliance is truly one of a kind! With foot-tapping beats and melodies that touch your heart, this concert will leave you craving more." + const etext2 = + "Get ready for a night of pure musical magic at the Proshow, the showstopper of Anokha Techfest 2024! This year, we’re bringing the electrifying energy of the legendary keytar maestro Stephen Devassy, alongside the soul-stirring voice of Satyaprakash and their powerhouse group, The Solid Band. Known for blending Indian classical, jazz, and rock, their musical brilliance is truly one of a kind! With foot-tapping beats and melodies that touch your heart, this concert will leave you craving more."; - return ( -
- - - Performance image 3 - -
FUSION OF DYNAMICS...
- -

Raaga Night

-

Every year, the stage comes alive with Raagasudha’s enthralling music performances! From heartfelt classical renditions to exciting beats of contemporary tunes, each performance is a testament to the club’s versatility. The performers showcase their dedication and collaborative effort, creating an electrifying atmosphere that leaves the audience spellbound. Every note is a masterpiece, showcasing an impeccable blend of melody, pitch, rhythm, and harmony. Come witness this musical spectacle at Anokha 2024.

-
- - Performance image 4 - - -
- Performance image 3 -
-
-
RHYTHM. FUSION. FIRE....
- -

Pro Show

-

{etext2}

- -
- Performance image 4 -
-
+ return ( +
+ + + Performance image 3 + +
+ FUSION OF DYNAMICS... +
+ +

+ Raaga Night +

+

+ Every year, the stage comes alive with Raagasudha’s enthralling + music performances! From heartfelt classical renditions to exciting + beats of contemporary tunes, each performance is a testament to the + club’s versatility. The performers showcase their dedication and + collaborative effort, creating an electrifying atmosphere that + leaves the audience spellbound. Every note is a masterpiece, + showcasing an impeccable blend of melody, pitch, rhythm, and + harmony. Come witness this musical spectacle at Anokha 2024. +

+
+ 17th October @ 6:30 PM +
+
+ + Performance image 4 + + +
+ Performance image 3 +
+
+
+ RHYTHM. FUSION. FIRE.... +
+ +

+ Pro Show +

+

{etext2}

+
+ 18th October @ 6:30 PM +
+
+ +
+ Performance image 4 +
+
- - Performance image 1 - -
GRACEFUL EXPRESSIONS...
- -

Natya Night

-

Natyasudha’s dance performance is an explosion of energy captivating the audience from the very first beat. Each member pours their passion into every movement and infuses their performance with infectious enthusiasm. Their catchy steps not only display the technical expertise of the dancers but also invite the audience to become active participants in the experience. From the graceful elegance of traditional forms to the high-energy beats of hip-hop, every routine leaves an indelible mark on the audience.

-
- - Performance image 2 - - -
+ + Performance image 1 + +
+ GRACEFUL EXPRESSIONS...
- ); + +

+ Natya Night +

+

+ Natyasudha’s dance performance is an explosion of energy captivating + the audience from the very first beat. Each member pours their + passion into every movement and infuses their performance with + infectious enthusiasm. Their catchy steps not only display the + technical expertise of the dancers but also invite the audience to + become active participants in the experience. From the graceful + elegance of traditional forms to the high-energy beats of hip-hop, + every routine leaves an indelible mark on the audience. +

+
+ 19th October @ 6:30 PM +
+
+ + Performance image 2 + + +
+ ); }; export default Section; diff --git a/src/app/eventide/page.js b/src/app/eventide/page.js index 4e14e93..f7d1820 100644 --- a/src/app/eventide/page.js +++ b/src/app/eventide/page.js @@ -14,7 +14,7 @@ import Section from './components/Hero/Section' -export default function ForgetPassword() { +export default function Eventide() { const [webGLColors, setWebGLColors] = useState({ color1: [0, 0, 0], // Black color2: [0 / 255, 0 / 255, 0 / 255], // Gray