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