diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 470a2f5..188eef1 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1426,4 +1426,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 5eda5f7..fe55113 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,6 +75,7 @@ export default function LandingPage() { { text: "Talk to an Expert", href: "#contact" } ]} buttonAnimation="slide-up" + buttonClassName="!py-3 !px-6 font-bold shadow-lg hover:shadow-xl transition-all duration-300 text-sm md:text-base" /> @@ -270,4 +271,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file