Skip to content

Commit

Permalink
Revert old homepage; uninstall netlify nextjs plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
yvonnetangsu committed Sep 28, 2023
1 parent 6fc8d67 commit 380e048
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2,911 deletions.
12 changes: 5 additions & 7 deletions components/Storyblok/SbHomepage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,20 +65,18 @@ export const SbHomepage = ({
<main id="main-content">
<div>
<Heading as="h1" srOnly>{title || 'Homepage'}</Heading>
<HomepageSplitHero />
{/* <Intro text={intro} />
<HomepageHero />
<Intro text={intro} />
<ThemeSection
themeCardDiscovery={themeCardDiscovery}
themeCardCitizen={themeCardCitizen}
themeCardAcceleration={themeCardAcceleration}
themeCardPlanet={themeCardPlanet}
/> */}
<IdealFellow />
/>
<ProgressStorySection bgImage={progressImage}>
<CreateBloks blokSection={progressStories} />
</ProgressStorySection>
<Changemaker />
{/* <BlockBanner
<BlockBanner
imageSrc={getProcessedImage(blockBannerImage, '2000x0')}
phrase1={phrase1}
phrase2={phrase2}
Expand All @@ -89,7 +87,7 @@ export const SbHomepage = ({
</BelowBlockBanner>
<FindPurposeSection>
<CreateBloks blokSection={findPurpose} />
</FindPurposeSection> */}
</FindPurposeSection>
<CreateBloks blokSection={content} />
<CreateBloks blokSection={ankle} />
</div>
Expand Down
Loading

0 comments on commit 380e048

Please sign in to comment.