Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a3ffa69906 | |||
| d308e6b83a | |||
| 806782312d | |||
| 0d7e114edc | |||
| 95e090f851 | |||
| 644699e9f6 |
@@ -1406,4 +1406,4 @@ export default function RootLayout({
|
|||||||
</ServiceWrapper>
|
</ServiceWrapper>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -58,7 +58,7 @@ export default function HomePage() {
|
|||||||
background={{ variant: "sparkles-gradient" }}
|
background={{ variant: "sparkles-gradient" }}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Start Shopping", href: "/products" },
|
{ text: "Start Shopping", href: "/products" },
|
||||||
{ text: "Learn More", href: "#about" },
|
{ text: "Browse Deals", href: "#about" },
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
ariaLabel="Hero section"
|
ariaLabel="Hero section"
|
||||||
@@ -277,4 +277,4 @@ export default function HomePage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user