Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaynegi45 committed Nov 22, 2024
1 parent 1a7c4cd commit 9da86fe
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 45 deletions.
99 changes: 55 additions & 44 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"drizzle-orm": "^0.33.0",
"gapi-script": "^1.2.0",
"mapbox-gl": "^3.7.0",
"next": "14.2.5",
"next": "14.2.10",
"next-auth": "^5.0.0-beta.22",
"nodemailer": "^6.9.15",
"react": "^18",
Expand Down
3 changes: 3 additions & 0 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ 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 Festivals from "@/components/Festivals";

export default function Home() {
return (
Expand Down Expand Up @@ -101,6 +102,8 @@ export default function Home() {

</section>

<Festivals/>


{/* UPCOMING FESTIVAL */}
<SectionCard
Expand Down

0 comments on commit 9da86fe

Please sign in to comment.