From 9ccb026c187fa98f0ef5c0f0d958e7c29d69ee8b Mon Sep 17 00:00:00 2001 From: Aman Varshney Date: Tue, 6 May 2025 10:19:05 +0530 Subject: [PATCH] update theme --- apps/web/src/app/(home)/_components/Testimonials.tsx | 2 +- apps/web/src/app/(home)/page.tsx | 6 +++--- apps/web/src/app/global.css | 3 ++- 3 files changed, 6 insertions(+), 5 deletions(-) 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() { - - + */}