From 1841457c6b7ccdc94df1a56045e91c6095f208eb Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 20:28:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index e81dcfb..e767dd6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -91,6 +91,10 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/organic-cosmetic-product-with-dreamy-aesthetic-fresh-background_23-2151382870.jpg" textboxLayout="split" useInvertedBackground={true} + bulletPoints={[ + { title: "Artisan Craft", description: "Hand-blended rare essences." }, + { title: "Sustainable", description: "Ethically sourced botanicals." } + ]} /> -- 2.49.1