Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4590bc778a | |||
| e7df2afe93 | |||
| 45dc39a4dc | |||
| fc866e518a | |||
| a28b4d2cb9 | |||
| 464dcc9fd8 |
@@ -111,7 +111,7 @@ export default function LandingPage() {
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardFour
|
||||
title="Our Best Sellers"
|
||||
description="Discover our most loved collections carefully selected for style, comfort, and quality."
|
||||
description="1000+ Happy Customers Trust Elyna Shopp - Discover our most loved collections carefully selected for style, comfort, and quality."
|
||||
tag="Featured"
|
||||
tagIcon={Star}
|
||||
products={[
|
||||
@@ -186,6 +186,9 @@ export default function LandingPage() {
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "Start Shopping with Confidence", href: "products" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -236,4 +239,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user