Skip to content

Commit 876c37e

Browse files
committed
eventide all done checked with build too
1 parent 75f10ba commit 876c37e

File tree

1 file changed

+3
-2
lines changed
  • src/app/eventide/components/Hero

1 file changed

+3
-2
lines changed

src/app/eventide/components/Hero/Hero.jsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import Image from 'next/image';
44
import { motion } from "framer-motion";
55
import { BackgroundBeams } from "../background-beams";
66

7+
78
const Hero = () => {
89
const container = {
910
hidden: { opacity: 0 },
@@ -18,15 +19,15 @@ const Hero = () => {
1819
show: { opacity: 1, y: 0, transition: { type: 'spring' } },
1920
};
2021

22+
const etext="Eventide the 3-day cultural extravaganza of Anokha, has brought joy to thousands over the past decade through explosive performances from talented artists..."
2123
return (
2224
<div className="pt-28">
2325
<BackgroundBeams />
2426
<motion.div initial='hidden' whileInView='show' viewport={{ once: true }} variants={container} className="flex flex-col items-center justify-between">
2527
<motion.h1 variants={item} className="text-center text-9xl pb-2 leading-snug max-lg:text-7xl max-md:text-5xl text-white">Feel the Rhythm of</motion.h1>
2628
<motion.p variants={item} className="text-center text-9xl pb-14 max-lg:text-7xl max-md:text-5xl text-white">Your Heart&apos;s Music</motion.p>
2729
<motion.p variants={item} className="text-xl text-center w-10/12 mx-auto tracking-wider text-neutral-400 max-lg:text-base max-md:text-sm">
28-
Eventide the 3-day cultural extravaganza of Anokha, has brought joy to thousands over the past decade through explosive performances from talented artists...
29-
</motion.p>
30+
{etext} </motion.p>
3031
</motion.div>
3132
<div className="mt-28 text-white">
3233
<div className="p-2 relative scale-50 sm:scale-75">

0 commit comments

Comments
 (0)