Skip to content

Commit

Permalink
home page modified.
Browse files Browse the repository at this point in the history
  • Loading branch information
knightfury16 committed Nov 23, 2022
1 parent 7c83280 commit a31112b
Showing 1 changed file with 16 additions and 36 deletions.
52 changes: 16 additions & 36 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,31 +8,6 @@ const IndexPage = () => {
<Layout>
<PageIntro />

<section className="featured">
<div className="container">
<article style={{backgroundImage: 'url(/images/featured-1.jpg)'}} className="featured-item featured-item-large">
<div className="featured-item__content">
<h3>New arrivals are now in!</h3>
<a href="#" className="btn btn--rounded">Show Collection</a>
</div>
</article>

<article style={{backgroundImage: 'url(/images/featured-2.jpg)'}} className="featured-item featured-item-small-first">
<div className="featured-item__content">
<h3>Basic t-shirts $29,99</h3>
<a href="#" className="btn btn--rounded">More details</a>
</div>
</article>

<article style={{backgroundImage: 'url(/images/featured-3.jpg)'}} className="featured-item featured-item-small">
<div className="featured-item__content">
<h3>Sale this summer</h3>
<a href="#" className="btn btn--rounded">VIEW ALL</a>
</div>
</article>
</div>
</section>

<section className="section">
<div className="container">
<header className="section__intro">
Expand All @@ -44,32 +19,38 @@ const IndexPage = () => {
<i className="icon-shipping"></i>
<div className="data-item__content">
<h4>Free Shipping</h4>
<p>All purchases over $199 are eligible for free shipping via USPS First Class Mail.</p>
<p>
All purchases over $199 are eligible for free shipping via Shunderban Courier.
</p>
</div>
</li>

<li>
<i className="icon-payment"></i>
<div className="data-item__content">
<h4>Easy Payments</h4>
<p>All payments are processed instantly over a secure payment protocol.</p>
</div>
</li>

<li>
<i className="icon-cash"></i>
<div className="data-item__content">
<h4>Money-Back Guarantee</h4>
<p>If an item arrived damaged or you've changed your mind, you can send it
back for a full refund.</p>
<p>
If an item arrived damaged or you've changed your mind, you can send it back for a
full refund.
</p>
</div>
</li>

<li>
<i className="icon-materials"></i>
<div className="data-item__content">
<h4>Finest Quality</h4>
<p>Designed to last, each of our products has been crafted with the finest materials.</p>
<p>
Designed to last, each of our products has been crafted with the finest materials.
</p>
</div>
</li>
</ul>
Expand All @@ -79,8 +60,7 @@ const IndexPage = () => {
<ProductsFeatured />
<Footer />
</Layout>
)
}

);
};

export default IndexPage
export default IndexPage;

0 comments on commit a31112b

Please sign in to comment.