From dfc07cde4d888160d1f3f8ab3f8e6e9421d21423 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 14:11:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index d3c9d67..87db541 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -132,6 +132,7 @@ export default function LandingPage() { showBorder={true} useInvertedBackground={true} buttons={[{ text: "Back to Gallery", href: "#wardrobe" }]} + descriptionClassName="[&>p:nth-child(2)]:font-semibold [&>p:nth-child(2)]:text-accent" /> -- 2.49.1