Skip to content

Commit

Permalink
added location in eventide page
Browse files Browse the repository at this point in the history
Co-authored-by: Tharun Kumarr A <tharunkumarra@gmail.com>
  • Loading branch information
Abhinav-ark and TharunKumarrA committed Oct 17, 2024
1 parent c8488fc commit 83de614
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/app/eventide/components/Hero/Section.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"use client";
import { motion } from "framer-motion";
import Image from "next/image";
import { FaMapMarkerAlt } from 'react-icons/fa';

const Section = () => {
const container = {
Expand Down Expand Up @@ -73,6 +74,10 @@ const Section = () => {
>
17th October @ 6:30 PM
</div>
<div className="inline-flex items-center space-x-2 bg-gradient-to-r from-pink-800 to-blue-500 px-4 py-2 rounded-lg mt-4">
<FaMapMarkerAlt />
<span>Main Ground</span>
</div>
</motion.div>
<motion.div variants={image} className="md:mt-[40px]">
<Image
Expand Down Expand Up @@ -108,6 +113,10 @@ const Section = () => {
>
18th October @ 6:30 PM
</div>
<div className="inline-flex items-center space-x-2 bg-gradient-to-r from-purple-800 to-blue-500 px-4 py-2 rounded-lg mt-4">
<FaMapMarkerAlt />
<span>Main Ground</span>
</div>
</motion.div>
<motion.div variants={image} className="md:mt-[40px] scale-75">
<div className="h-[500px] overflow-hidden">
Expand Down Expand Up @@ -153,6 +162,10 @@ const Section = () => {
>
19th October @ 6:30 PM
</div>
<div className="inline-flex items-center space-x-2 bg-gradient-to-r from-green-500 to-yellow-500 px-4 py-2 rounded-lg mt-4">
<FaMapMarkerAlt />
<span>Main Ground</span>
</div>
</motion.div>
<motion.div variants={image} className="md:mt-[40px]">
<Image
Expand Down

0 comments on commit 83de614

Please sign in to comment.