mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
Adding Featurebar
This commit is contained in:
@@ -1,10 +1,13 @@
|
||||
import Button from "../ui/Button";
|
||||
import { Featurebar, Button } from "ui";
|
||||
|
||||
export default function Home() {
|
||||
return (
|
||||
<div>
|
||||
<h1>Hello World</h1>
|
||||
<main>
|
||||
<Featurebar
|
||||
title="Free Standard Shipping on orders over $99.99"
|
||||
description="Due to COVID-19, some orders may experience processing and delivery delays."
|
||||
/>
|
||||
<Button>Click Me!</Button>
|
||||
</main>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user