diff --git a/src/app/page.tsx b/src/app/page.tsx index c62a996..1b2ffc8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -111,6 +111,7 @@ export default function LandingPage() { } ]} gridVariant="uniform-all-items-equal" + cardClassName="ring-2 ring-orange-400 ring-opacity-50 transition-all hover:ring-opacity-100" buttons={[ { text: "Order for Birthday or Party", href: "#custom-orders" } ]}