Skip to content

Commit

Permalink
Removed commented-out elements from home page
Browse files Browse the repository at this point in the history
  • Loading branch information
FTWinston committed Apr 29, 2019
1 parent cfe730f commit 00f20e4
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ import React from 'react'
import Layout from '../components/Layout'
import SEO from '../components/seo'
import ContactForm from '../components/ContactForm'
import Gallery from '../components/Gallery'
import Grid from '../components/Grid'
import AllHomepageSections from '../components/AllHomepageSections';

export default () => (
Expand All @@ -13,19 +11,6 @@ export default () => (

<AllHomepageSections />

{/*
<Spotlight orient="right" image="assets/images/spotlight01.jpg" id="first">
<h2>Magna etiam feugiat</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi id ante sed ex pharetra lacinia sit amet vel massa. Donec facilisis laoreet nulla eu bibendum. Donec ut ex risus. Fusce lorem lectus, pharetra pretium massa et, hendrerit vestibulum odio lorem ipsum dolor sit amet.</p>
<ul className="actions stacked">
<li><a href="assets/images/spotlight01.jpg" className="button">Learn More</a></li>
</ul>
</Spotlight>
<Gallery />
<Grid />
*/}
<ContactForm />
</Layout>
)

0 comments on commit 00f20e4

Please sign in to comment.