diff --git a/src/app/page.tsx b/src/app/page.tsx index ba4d0ec..82e1ba6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,6 +62,7 @@ export default function HomePage() { imageAlt="Professional plumbing service in action" showDimOverlay={true} buttonAnimation="slide-up" + containerClassName="text-2xl md:text-4xl lg:text-5xl" /> @@ -203,4 +204,4 @@ export default function HomePage() { ); -} +} \ No newline at end of file