Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4530c72f8e | |||
| 043ce8255d | |||
| 253bb4e9f4 |
@@ -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: "Browse Deals", href: "#about" },
|
{ text: "Learn More", 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