From fb257b0781dd9a28521217c80bedaf201fb93c59 Mon Sep 17 00:00:00 2001 From: Om Joshi <145475489+TheRealJoshi@users.noreply.github.com> Date: Thu, 26 Sep 2024 23:32:43 -0400 Subject: [PATCH] Pushing Banner Changes --- components/Banner.tsx | 2 +- pages/index.tsx | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/components/Banner.tsx b/components/Banner.tsx index a573b5c..f1e93b6 100644 --- a/components/Banner.tsx +++ b/components/Banner.tsx @@ -74,7 +74,7 @@ const StartupFairBanner = () => ( - Apply by October 21st to meet top + Apply by October 1st to meet top startups at V1 Startup Fair } diff --git a/pages/index.tsx b/pages/index.tsx index 0f3bf5d..3ec0c5f 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -5,7 +5,7 @@ import Partners from "../components/Partners"; import People, { PeopleChips } from "../components/People"; import Head from "../components/Head"; import GoldButton from "../components/GoldButton"; -import { CohortsApplyBanner } from "../components/Banner"; +import { CohortsApplyBanner, StartupFairBanner } from "../components/Banner"; // import { StartupFairBanner } from "../components/Banner"; const TenX = () => ( @@ -24,6 +24,7 @@ export default function IndexPage() { {/* */} {/* */} +