Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b7b980d917 | |||
| df82d13116 | |||
| 387836f574 | |||
| 2b321716b7 | |||
| 03784177dc | |||
| 03077748a0 | |||
| a95a54a031 | |||
| 01e6977478 | |||
| dfaf8cc67a |
@@ -53,7 +53,7 @@ export default function LandingPage() {
|
||||
description="Premium makeup for every face, every style, and every moment. Gopal Beauty World brings you the art of perfection."
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Now", href: "#products"},
|
||||
text: "Shop the Collection", href: "#products"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
@@ -135,6 +135,10 @@ export default function LandingPage() {
|
||||
]}
|
||||
title="Our Best Sellers"
|
||||
description="Explore the collection that everyone is talking about."
|
||||
buttons={[
|
||||
{
|
||||
text: "View All Products", href: "/catalog"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -247,4 +251,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user