Featurebar updated.

This commit is contained in:
Belen Curcio
2020-09-24 08:29:36 -03:00
parent 30b99374ba
commit a0142a7220
3 changed files with 8 additions and 3 deletions

View File

@@ -4,11 +4,11 @@ import { Navbar } from "components";
export default function Home() {
return (
<>
<Navbar />
<Featurebar
title="Free Standard Shipping on orders over $99.99"
description="Due to COVID-19, some orders may experience processing and delivery delays."
/>
<Navbar />
<Container className="py-12">
<Button>Click Me!</Button>
</Container>