5 Commits

Author SHA1 Message Date
61cbead65f Merge version_4 into main
Merge version_4 into main
2026-05-10 19:32:17 +00:00
c643c0d59b Merge version_3 into main
Merge version_3 into main
2026-05-10 19:32:15 +00:00
0fe5566e51 Update src/app/page.tsx 2026-05-10 19:32:14 +00:00
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

@@ -58,7 +58,7 @@ export default function LandingPage() {
tag="New Collection"
buttons={[
{
text: "Shop Now - UGX 15,000 Off", href: "#products"},
text: "Discover Your Scent", href: "#products"},
]}
carouselItems={[
{
@@ -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>