From 1e549e2afa4ec5785bf64278d894644dcf3c60f1 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 03:43:32 +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 014e483..ebc4b27 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", className: "!text-white" }, - { text: "Create Custom Blend", href: "contact", className: "!bg-yellow-500 !text-black" } + { text: "Explore Collection", href: "products" }, + { text: "Create Custom Blend", href: "contact" } ]} buttonAnimation="slide-up" />