diff --git a/src/app/components/LandingPage.tsx b/src/app/components/LandingPage.tsx
index a94f531..872ea16 100644
--- a/src/app/components/LandingPage.tsx
+++ b/src/app/components/LandingPage.tsx
@@ -51,5 +51,7 @@ const LandingPage = () => {
)
}
-
export default LandingPage;
+
+// hello
+// hello
diff --git a/src/app/components/Sponsors.tsx b/src/app/components/Sponsors.tsx
deleted file mode 100644
index e69de29..0000000
diff --git a/src/app/page.tsx b/src/app/page.tsx
index af8de6a..d2cb7b5 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -3,7 +3,6 @@ import FAQs from "./components/FAQs";
import LandingPage from "./components/LandingPage"
import Tracks from "./components/Tracks"
import Foreword from "./components/Foreword"
-import Sponsors from './components/Sponsors'
import AnimatedSection from './components/AnimatedSection';
import HorizontalScrollCarousel from './components/HorizontalScrollCarousel'
import Judges from './components/Judges'
@@ -29,10 +28,8 @@ export default function Home() {
-
-
-
);
}
+// hello