diff --git a/public/UttarayaniMela.jpg b/public/UttarayaniMela.jpg new file mode 100644 index 0000000..1c217fa Binary files /dev/null and b/public/UttarayaniMela.jpg differ diff --git a/src/app/page.tsx b/src/app/page.tsx index 00e702a..2f2c387 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,10 +3,7 @@ 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" @@ -14,10 +11,7 @@ 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(); @@ -47,13 +41,14 @@ export default function Home() {

EXPERIENCE THE SOUL OF UTTARAKHAND

Start Your Journey - - {/**/} + {/* Uttarakhand Proverbs */} + + {/*
*/} {/* */} {/*
*/} @@ -132,15 +127,26 @@ export default function Home() { {/* UPCOMING FAIR */} + {/**/} + +
@@ -167,8 +173,6 @@ export default function Home() { {/* FAQ */} - {/**/} - ); } \ No newline at end of file diff --git a/src/components/ui/map.jsx b/src/components/ui/map.jsx index ddb9a4e..0fe90a4 100644 --- a/src/components/ui/map.jsx +++ b/src/components/ui/map.jsx @@ -1,187 +1,187 @@ -import React from 'react'; -import "./map.module.css"; - -const Map = () => { - return ( -
- -
-
-

Explore The Unexplored

-

A mystical land of mountains and mythologies, exquisite landscapes and exhilarating adventure, - and wellness and yoga, Uttarakhand has something to offer every traveller. Popularly known as - Devbhoomi, or the land of gods, the state is framed by the Himalayas and divided into two main - regions, Garhwal and Kumaon. While Uttarakhand has several well-known destinations like - Nainital, Mussoorie, Corbett National Park and Auli, and pilgrimage sites like Kedarnath, - Badrinath, Rishikesh and Haridwar, explore the 13 lesser-known destinations from the states 13 - districts.

-
-
- Garhwal Region - Kumaon Region -
-
- - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 52 Shakti Peeth - - Theme Park - - - Tehri Lake - - - -
-
- ); -}; - -export default Map; \ No newline at end of file +// import React from 'react'; +// import "./map.module.css"; +// +// const Map = () => { +// return ( +//
+// +//
+//
+//

Explore The Unexplored

+//

A mystical land of mountains and mythologies, exquisite landscapes and exhilarating adventure, +// and wellness and yoga, Uttarakhand has something to offer every traveller. Popularly known as +// Devbhoomi, or the land of gods, the state is framed by the Himalayas and divided into two main +// regions, Garhwal and Kumaon. While Uttarakhand has several well-known destinations like +// Nainital, Mussoorie, Corbett National Park and Auli, and pilgrimage sites like Kedarnath, +// Badrinath, Rishikesh and Haridwar, explore the 13 lesser-known destinations from the states 13 +// districts.

+//
+//
+// Garhwal Region +// Kumaon Region +//
+//
+// +// +//
+// +// +// +// +// +// +// +// +// +// +// +// +// +// +// +// +// +// +// +// +// +// +// +// +// +// +// +// +// +// +// +// +// +// +// +// +// +// +// +// +// +// +// +// +// +// +// +// +// +// +// +// +// +// +// +// +// +// +// +// +// +// +// +// +// +// +// +// 52 Shakti Peeth +// +// Theme Park +// +// +// Tehri Lake +// +// +// +//
+//
+// ); +// }; +// +// export default Map; \ No newline at end of file