Skip to content

Commit

Permalink
fix: Added Uttarayani Mela details
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaynegi45 committed Dec 10, 2024
1 parent b17e8f5 commit 7b84358
Show file tree
Hide file tree
Showing 3 changed files with 207 additions and 203 deletions.
Binary file added public/UttarayaniMela.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 20 additions & 16 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,15 @@ import Image from "next/image";
import styles from "./page.module.css";
import Link from "next/link";
import HeroMap from "/public/heroMapImage.webp"
import Srinagar from "/public/Srinagar.webp"
import GoriGanga from "/public/goriGanga.webp"
import SectionCard from "@/components/ui/SectionCard";
import GheeSankranti from "/public/Ghee_Sankranti.jpeg";
import Nanda_Sunanda from "/public/Nanda-Sunanda.webp";
import Notify_Banner from "/public/notify-early-banner.jpg"
import PahadiWomen from "/public/bhotiaWoman.webp"
import Faq from "@/components/Faq";
import Proverbs from "@/components/ui/Proverbs";
import {getUpcomingFestival} from "@/utils/festivals";
import MakarSankranti from "/public/MakarSankranti.jpg";
import Map from "@/components/ui/map";
import MapModal from "@/components/ui/MapModal";
// import MakarSankranti from "/public/makarsankranti.jpeg"

import UttarayaniMela from "/public/UttarayaniMela.jpg"

export default function Home() {
const festival = getUpcomingFestival();
Expand Down Expand Up @@ -47,13 +41,14 @@ export default function Home() {
<p>EXPERIENCE THE SOUL OF UTTARAKHAND</p>
<Link className={styles.headerbuttonLink} href={"/explore"}>Start Your Journey</Link>
</div>

</header>

{/*<Screen/>*/}

{/* Uttarakhand Proverbs */}
<Proverbs/>



{/*<section className={styles["home-story-container"]}>*/}
{/* */}
{/* <div className={styles["why-built-it-container"]}>*/}
Expand Down Expand Up @@ -132,15 +127,26 @@ export default function Home() {
{/* UPCOMING FAIR */}
<SectionCard
cardTitle={"UPCOMING FAIR"}
title={"Nanda Devi Mahotsav"}
subTitle={"8 SEPTEMBER - 19 SEPTEMBER · NAINITAL"}
description={"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."}
image={Nanda_Sunanda}
title={"Uttarayani Mela"}
subTitle={"JANUARY · UTTARAKHAND"}
description={"The Uttarayani Fair, celebrated on Makara Sankranti in January, is a vibrant cultural festival in Uttarakhand, with the grandest celebrations in Bageshwar. Held at the confluence of the Sarayu, Gomti, and Sunder Bhagirathi rivers, the fair draws thousands of devotees and tourists. Devotees take a holy dip, seeking blessings for a prosperous year, while the air resonates with folk songs like Jhoras, Chancharis, and Bairas. The mela showcases colorful traditional attire, captivating folk performances, and a culinary paradise of sweet and savory delicacies. Celebrations also thrive in Almora, Nainital, and Haridwar."}
image={UttarayaniMela}
readMoreLink={""}
location={"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"}
location={""}
/>


{/*<SectionCard*/}
{/* cardTitle={"UPCOMING FAIR"}*/}
{/* title={"Uttarayani Mela"}*/}
{/* subTitle={"8 SEPTEMBER - 19 SEPTEMBER · NAINITAL"}*/}
{/* description={"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."}*/}
{/* image={Nanda_Sunanda}*/}
{/* readMoreLink={""}*/}
{/* location={"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"}*/}
{/*/>*/}


<section className={styles.notifyBannerContainer}>
<div className={styles.colorBlend}></div>
<div className={styles.notifyBannerImageContainer}>
Expand All @@ -167,8 +173,6 @@ export default function Home() {
{/* FAQ */}


{/*<Map/>*/}

</>
);
}
Loading

0 comments on commit 7b84358

Please sign in to comment.