Debugging HomePage
This commit is contained in:
@ -33,23 +33,7 @@ export default function() {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<Page style="home-page" className="p-home-page">
|
<Page style="home-page" className="p-home-page">
|
||||||
|
Welcome home
|
||||||
{ /* Sections */ }
|
|
||||||
<ImageSection
|
|
||||||
src={ require('./../../images/banners/homepage/palms.svg') }
|
|
||||||
alt="domsPlace"
|
|
||||||
>
|
|
||||||
<PageBoundary full>
|
|
||||||
<FloatingContentBox position="middle center" size="small" className="u-text-center">
|
|
||||||
<Title>Development & Design</Title>
|
|
||||||
<Subtitle>I'm not good at either.</Subtitle>
|
|
||||||
</FloatingContentBox>
|
|
||||||
</PageBoundary>
|
|
||||||
</ImageSection>
|
|
||||||
|
|
||||||
<Section full>
|
|
||||||
Lorem
|
|
||||||
</Section>
|
|
||||||
</Page>
|
</Page>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user