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" />