2 Commits

Author SHA1 Message Date
96937b523e Update src/app/page.tsx 2026-05-10 19:32:12 +00:00
a67f7143a8 Merge version_2 into main
Merge version_2 into main
2026-05-10 19:19:12 +00:00

View File

@@ -120,7 +120,8 @@ export default function LandingPage() {
<div id="products" data-section="products">
<ProductCardOne
animationType="slide-up"
textboxLayout="default"
textboxLayout="split-actions"
buttons={[{ text: "Order via WhatsApp" }]}
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
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")},
]}
title="The Gallery Collection"
description="Discover our signature scents."
description="Discover our signature scents. Click an item to order via WhatsApp."
/>
</div>