Skip to content

Commit

Permalink
reposition social section
Browse files Browse the repository at this point in the history
  • Loading branch information
GetBlackBoxSolutions committed Apr 28, 2024
1 parent a36313a commit 8d52741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ export default function Home() {
<HeroSection label={labelMap.lblHero} />
<BannerSection label={labelMap} />
<CardsSection label={labelMap} />
{isDesktop && <SocialSection socialData={socialData} />}
<GroupPhotoSection label='' />
<BentoSection />
{isDesktop && <SocialSection socialData={socialData} />}
</main>
);
}

0 comments on commit 8d52741

Please sign in to comment.