From 9ce2c1cb6aa2b6060a45140123a50a531d2af39b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 04:52:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e378d0c..8894691 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,7 +63,6 @@ export default function LandingPage() { mediaAnimation="slide-up" rating={5} ratingText="Rated by Real Coffee Lovers" - buttonClassName="px-8 py-4 text-lg" /> @@ -78,7 +77,6 @@ export default function LandingPage() { buttons={[{ text: "Learn More", href: "#features" }]} buttonAnimation="slide-up" useInvertedBackground={false} - buttonClassName="px-8 py-4 text-lg" /> @@ -106,7 +104,6 @@ export default function LandingPage() { useInvertedBackground={false} buttons={[{ text: "Explore Menu", href: "#products" }]} buttonAnimation="slide-up" - buttonClassName="px-8 py-4 text-lg" /> @@ -134,7 +131,6 @@ export default function LandingPage() { useInvertedBackground={false} buttons={[{ text: "Order Online", href: "#contact" }]} buttonAnimation="slide-up" - buttonClassName="px-8 py-4 text-lg" /> @@ -177,7 +173,6 @@ export default function LandingPage() { useInvertedBackground={false} buttons={[{ text: "Join Our Community", href: "#contact" }]} buttonAnimation="slide-up" - buttonClassName="px-8 py-4 text-lg" /> @@ -191,7 +186,6 @@ export default function LandingPage() { ]} background={{ variant: "plain" }} useInvertedBackground={false} - buttonClassName="px-8 py-4 text-lg" /> -- 2.49.1