Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| df82d13116 | |||
| 387836f574 | |||
| 2b321716b7 | |||
| 03784177dc |
@@ -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."
|
description="Premium makeup for every face, every style, and every moment. Gopal Beauty World brings you the art of perfection."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Shop Now", href: "#products"},
|
text: "Shop the Collection", href: "#products"},
|
||||||
]}
|
]}
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
{
|
{
|
||||||
@@ -116,10 +116,7 @@ export default function LandingPage() {
|
|||||||
<div id="products" data-section="products">
|
<div id="products" data-section="products">
|
||||||
<ProductCardOne
|
<ProductCardOne
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="split-actions"
|
textboxLayout="default"
|
||||||
buttons={[
|
|
||||||
{ text: "View Details", href: "#" }
|
|
||||||
]}
|
|
||||||
gridVariant="four-items-2x2-equal-grid"
|
gridVariant="four-items-2x2-equal-grid"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
@@ -138,6 +135,10 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
title="Our Best Sellers"
|
title="Our Best Sellers"
|
||||||
description="Explore the collection that everyone is talking about."
|
description="Explore the collection that everyone is talking about."
|
||||||
|
buttons={[
|
||||||
|
{
|
||||||
|
text: "View All Products", href: "/catalog"},
|
||||||
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user