From 98eb2eb5053b948c08b9f82efec33ecdfb4db874 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 02:51:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d2d2ffd..9dda8f8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,7 +68,6 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/close-up-peach-tree-leaves-night_1353-30.jpg" imageAlt="vibrant cannabis garden macro" showBlur={true} - useInvertedBackground={false} /> @@ -110,7 +109,7 @@ export default function LandingPage() { { id: "prerolls", name: "Convenient Pre-Rolls", price: "$15.00", variant: "Sativa Pack - 3 x 0.5g", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-waffle-sticks_114579-9893.jpg", imageAlt: "Convenient Cannabis Pre-Rolls" }, { id: "topicals", name: "Soothing Topicals", price: "$35.00", variant: "Relief Balm - 500mg CBD", imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-item-with-marijuana-leaves_23-2151336307.jpg", imageAlt: "Soothing Cannabis Topicals" } ]} - gridVariant="three-column" + gridVariant="threeCol" animationType="slide-up" textboxLayout="default" useInvertedBackground={true}