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() { - - + */}