From fd134ba52894d0b6d5954580ee52c6f6e6523716 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 03:42:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ebc4b27..014e483 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,8 +50,8 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/compostable-care-products-assortment_23-2149353133.jpg?_wi=1" imageAlt="Premium custom fragrance oils collection" buttons={[ - { text: "Explore Collection", href: "products" }, - { text: "Create Custom Blend", href: "contact" } + { text: "Explore Collection", href: "products", className: "!text-white" }, + { text: "Create Custom Blend", href: "contact", className: "!bg-yellow-500 !text-black" } ]} buttonAnimation="slide-up" /> -- 2.49.1