Skip to content

Commit c675548

Browse files
committed
feat(landing): reorder sections to Services-first for better information flow
1 parent f36baf7 commit c675548

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

components/landing/LandingClient.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@ export function LandingClient() {
5959
/>
6060

6161
<HeroSection t={t} />
62-
<MissionSection t={t} />
63-
<TechStackSection t={t} />
6462
<ServicesSection t={t} />
63+
<MissionSection t={t} />
6564
<WhyChooseUsSection t={t} />
65+
<TechStackSection t={t} />
6666
<SponsorSection t={t} />
6767

6868
<Footer />

0 commit comments

Comments
 (0)