diff --git a/apps/web/src/app/(home)/_components/Testimonials.tsx b/apps/web/src/app/(home)/_components/Testimonials.tsx
index 42cd575..5a997e0 100644
--- a/apps/web/src/app/(home)/_components/Testimonials.tsx
+++ b/apps/web/src/app/(home)/_components/Testimonials.tsx
@@ -145,7 +145,7 @@ export default function Testimonials() {
{visibleTweetIndices.map((index) => (
diff --git a/apps/web/src/app/(home)/page.tsx b/apps/web/src/app/(home)/page.tsx
index 180abbe..ac80098 100644
--- a/apps/web/src/app/(home)/page.tsx
+++ b/apps/web/src/app/(home)/page.tsx
@@ -8,7 +8,7 @@ import CustomizableSection from "./_components/CustomizableSection";
import Footer from "./_components/Footer";
import Navbar from "./_components/Navbar";
import NpmPackage from "./_components/NpmPackage";
-import SponsorsSection from "./_components/SponsorsSection";
+// import SponsorsSection from "./_components/SponsorsSection";
import Testimonials from "./_components/Testimonials";
export default function HomePage() {
@@ -161,7 +161,7 @@ export default function HomePage() {
-
-
+ */}
>
diff --git a/apps/web/src/app/global.css b/apps/web/src/app/global.css
index 1be07ce..c50a00e 100644
--- a/apps/web/src/app/global.css
+++ b/apps/web/src/app/global.css
@@ -146,7 +146,8 @@
:root {
--radius: 0.35rem;
- --background: oklch(0.96 0.01 264.53);
+ /* --background: oklch(0.96 0.01 264.53); */
+ --background: oklch(1.0 0 0);
--foreground: oklch(0.44 0.04 279.33);
--card: oklch(1.0 0 0);
--card-foreground: oklch(0.44 0.04 279.33);