From 51932dd98b298ff8a00715562b0afdc7519a101a Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Mar 2026 16:24:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e359e1d..64f127a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -270,7 +270,6 @@ export default function LandingPage() { className="!py-vw-4 !bg-background-accent/50" contentClassName="!py-vw-4 !px-vw-2_5 !bg-card border border-accent/20 rounded-pill shadow-xl" textClassName="!text-3xl lg:!text-4xl" - buttonClassName="!py-vw-0_75 !px-vw-2" /> @@ -286,7 +285,6 @@ export default function LandingPage() { ]} className="!py-vw-4" textClassName="!text-3xl lg:!text-4xl" - buttonClassName="!py-vw-0_75 !px-vw-2" /> @@ -353,4 +351,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1