diff --git a/components/home/HomePageContent.tsx b/components/home/HomePageContent.tsx index 33903a8fd8..ec8f1cbd3f 100644 --- a/components/home/HomePageContent.tsx +++ b/components/home/HomePageContent.tsx @@ -1,6 +1,7 @@ "use client"; import SubmissionCarouselSection from "./SubmissionCarouselSection"; +import { HeroHeader } from "./hero"; import { NowMintingSection } from "./now-minting"; import { NextMintLeadingSection } from "./next-mint-leading"; import { BoostedSection } from "./boosted"; @@ -9,6 +10,7 @@ import { ExploreWavesSection } from "./explore-waves"; export default function HomePageContent() { return (
+ 6529 +
++ Lorem ipsum dolor sit amet consectetur adipisicing elit. Saepe asperiores explicabo culpa. +
++
Mint phase complete
diff --git a/components/home/now-minting/NowMintingCountdownLoading.tsx b/components/home/now-minting/NowMintingCountdownLoading.tsx index 289c61639f..e8a20a9b94 100644 --- a/components/home/now-minting/NowMintingCountdownLoading.tsx +++ b/components/home/now-minting/NowMintingCountdownLoading.tsx @@ -1,11 +1,10 @@ export default function NowMintingCountdownLoading() { return ( -