Compare commits
4 Commits
version_25
...
version_27
| Author | SHA1 | Date | |
|---|---|---|---|
| 5329811026 | |||
| f9c9b6ea3e | |||
| f39fd68ba9 | |||
| 6d9ac6a79b |
@@ -72,7 +72,7 @@ export default function LandingPage() {
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardFour
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
textboxLayout="split"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
@@ -83,8 +83,11 @@ export default function LandingPage() {
|
||||
{ id: "p5", name: "Corporate Luxe Box", price: "$150", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/closeup-business-man-opening-gift-box_1262-17824.jpg" },
|
||||
{ id: "p6", name: "Choco Selection", price: "$35", variant: "Assorted", imageSrc: "http://img.b2bpic.net/free-photo/top-view-round-chocolate-box-with-golden-silver-wrapped-chocolates_140725-1467.jpg" },
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "View Full Collection", href: "#all-products" }
|
||||
]}
|
||||
title="Our Bestsellers"
|
||||
description="Discover the gifts everyone is talking about."
|
||||
description="Our expert curators handpick every item to ensure premium quality and thoughtful design. Explore our collection of best-loved gifts that turn ordinary occasions into cherished, unforgettable memories."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -166,4 +169,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user