diff --git a/.gitignore b/.gitignore
index b90a368..0788881 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,5 @@
node_modules
.next
+*.local
+.env.local
+.env
\ No newline at end of file
diff --git a/components/BlogCard.js b/components/BlogCard.js
index 9e15665..c51ba19 100644
--- a/components/BlogCard.js
+++ b/components/BlogCard.js
@@ -1,17 +1,17 @@
-import React from "react"
-import { Card } from "./common/Card"
-import { blogdata } from "@/assets/data/dummydata"
+// import React from "react"
+// import { Card } from "./common/Card"
+// import { blogdata } from "@/assets/data/dummydata"
-const BlogCard = () => {
- return (
- <>
-
- {blogdata.map((item) => (
-
- ))}
-
- >
- )
-}
+// const BlogCard = () => {
+// return (
+// <>
+//
+// {blogdata.map((item) => (
+//
+// ))}
+//
+// >
+// )
+// }
-export default BlogCard
+// export default BlogCard
diff --git a/components/HeroPage/BrandCarousel.js b/components/HeroPage/BrandCarousel.js
index e346250..0d4e0f9 100644
--- a/components/HeroPage/BrandCarousel.js
+++ b/components/HeroPage/BrandCarousel.js
@@ -193,13 +193,11 @@ const BrandCarousel = () => {
diff --git a/components/HeroPage/HeroMain.js b/components/HeroPage/HeroMain.js
index df105a1..3119553 100644
--- a/components/HeroPage/HeroMain.js
+++ b/components/HeroPage/HeroMain.js
@@ -3,6 +3,7 @@ import AOS from "aos";
import Link from "next/link";
function HeroMain() {
+ const eventId = 'mckrPpdQi0JqD4HF2uvh'; //pelase add eventid here
useEffect(() => {
AOS.init({
duration: 2500, // Animation duration in milliseconds
@@ -28,17 +29,11 @@ function HeroMain() {
#CapTech2024
25th - 28th November 2024
-
+
+
+