diff options
Diffstat (limited to 'packages/website/ts/@next')
-rw-r--r-- | packages/website/ts/@next/pages/landing.tsx | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/website/ts/@next/pages/landing.tsx b/packages/website/ts/@next/pages/landing.tsx index 709b77e76..e3c1cc740 100644 --- a/packages/website/ts/@next/pages/landing.tsx +++ b/packages/website/ts/@next/pages/landing.tsx @@ -18,6 +18,18 @@ export const NextLanding = () => ( </Wrap> </Section> + <Section noPadding> + <Wrap width="full"> + <Column colWidth="2/3"> + SAMPLE FLUSHED width + </Column> + + <Column colWidth="1/3"> + RIGHT IMAGE + </Column> + </Wrap> + </Section> + <Section bgColor="#003831"> <Wrap width="narrow"> |