Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 61e7d4bb5e | |||
| 1011f89b43 | |||
| 65d41ec429 | |||
| 1183b60b2d | |||
| e0b8b52e7d |
1429
src/app/layout.tsx
1429
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -128,6 +128,10 @@ export default function HomePage() {
|
|||||||
]}
|
]}
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
|
buttons={[
|
||||||
|
{ text: "Start Shopping", href: "/products" },
|
||||||
|
]}
|
||||||
|
buttonAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user