Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 61cbead65f | |||
| c643c0d59b | |||
| 0fe5566e51 | |||
| 96937b523e | |||
| a67f7143a8 |
@@ -58,7 +58,7 @@ export default function LandingPage() {
|
|||||||
tag="New Collection"
|
tag="New Collection"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Shop Now - UGX 15,000 Off", href: "#products"},
|
text: "Discover Your Scent", href: "#products"},
|
||||||
]}
|
]}
|
||||||
carouselItems={[
|
carouselItems={[
|
||||||
{
|
{
|
||||||
@@ -120,7 +120,8 @@ 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="default"
|
textboxLayout="split-actions"
|
||||||
|
buttons={[{ text: "Order via WhatsApp" }]}
|
||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
@@ -138,7 +139,7 @@ export default function LandingPage() {
|
|||||||
id: "p6", name: "Silver Moonlight", price: "UGX 195,000", imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-colorful-leaves-flowers_23-2149289773.jpg", onProductClick: () => handleWhatsAppClick("Silver Moonlight")},
|
id: "p6", name: "Silver Moonlight", price: "UGX 195,000", imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-colorful-leaves-flowers_23-2149289773.jpg", onProductClick: () => handleWhatsAppClick("Silver Moonlight")},
|
||||||
]}
|
]}
|
||||||
title="The Gallery Collection"
|
title="The Gallery Collection"
|
||||||
description="Discover our signature scents."
|
description="Discover our signature scents. Click an item to order via WhatsApp."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user