Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 54516cd7da | |||
| b15e4c3179 |
@@ -137,6 +137,8 @@ export default function HomePage() {
|
|||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "View All", href: "/shop"},
|
text: "View All", href: "/shop"},
|
||||||
|
{
|
||||||
|
text: "Shop Now", href: "/shop"},
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
@@ -285,4 +287,4 @@ export default function HomePage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user