Skip to content

Commit

Permalink
Add location
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaynegi45 committed Sep 1, 2024
1 parent aa7580b commit b5742a6
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions src/components/ui/FestivalCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,21 @@ export default function FestivalCard() {
The Nanda Devi Mahotsav is a grand celebration dedicated to Goddess Nanda Devi, the revered deity of the Kumaon region. This vibrant festival, which takes place annually in Nainital, is deeply ingrained in the cultural fabric of Uttarakhand. It is believed to have started centuries ago to honor Nanda Devi, who is considered the protector of the region. The festival is marked by colorful processions, traditional dance performances, and rituals that attract devotees and tourists alike. The highlight of the event is the ‘Nanda Jaat Yatra,’ where a grand procession of devotees carries a palanquin of the goddess through the scenic landscapes of Uttarakhand, symbolizing her journey to her maternal home. </p>
<div className={styles["link-container"]}>
<div className={styles["link-container1"]}><Link href={"#"}>READ MORE</Link></div>
<div className={styles["link-container2"]}><Link href={"https://www.google.com/maps/place/Devidhura,+Uttarakhand+263128/@29.3431585,79.4357138,15.41z/data=!4m6!3m5!1s0x39a09f6b22f4a44d:0x7f02252e2ae6a3ed!8m2!3d29.3473853!4d79.4460938!16s%2Fg%2F12hyszj84?entry=ttu"} target="_blank" rel="noopener noreferrer" >VIEW LOCATION</Link></div>

<div className={styles["link-container2"]}><Link
href={"https://www.google.com/maps/place/Maa+Nanda+Devi+Temple,+Almora/@29.5998843,79.6584971,17z/data=!3m1!4b1!4m6!3m5!1s0x39a0b76914898c8b:0x887deeed7e5d3c82!8m2!3d29.5998843!4d79.661072!16s%2Fg%2F11fmrk8bnv?hl=en&entry=ttu&g_ep=EgoyMDI0MDgyOC4wIKXMDSoASAFQAw%3D%3D"}
target="_blank" rel="noopener noreferrer">VIEW LOCATION</Link></div>


{/*<div className={styles["link-container2"]}><Link*/}
{/* href={"https://www.google.com/maps/place/Devidhura,+Uttarakhand+263128/@29.3431585,79.4357138,15.41z/data=!4m6!3m5!1s0x39a09f6b22f4a44d:0x7f02252e2ae6a3ed!8m2!3d29.3473853!4d79.4460938!16s%2Fg%2F12hyszj84?entry=ttu"}*/}
{/* target="_blank" rel="noopener noreferrer">VIEW LOCATION</Link></div>*/}

</div>
</div>

<div className={styles["image-container"]}>
<Image src={Nanda_Sunanda} alt={""} width={300} height={200} placeholder={"blur"}/>
<Image src={Nanda_Sunanda} alt={""} width={300} height={200} placeholder={"blur"}/>
</div>
</div>
</section>
Expand Down

0 comments on commit b5742a6

Please sign in to comment.