diff --git a/src/app/page.tsx b/src/app/page.tsx index 8bf326e..8ded415 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,10 +54,14 @@ export default function LandingPage() { { text: "View Portfolio", href: "#testimonials" } ]} buttonAnimation="blur-reveal" + containerClassName="w-full lg:w-full px-4 sm:px-6 lg:px-8 py-12 sm:py-16 md:py-20 lg:py-24" + titleClassName="text-3xl sm:text-4xl md:text-5xl lg:text-6xl font-bold leading-tight" + descriptionClassName="text-base sm:text-lg md:text-xl mt-4 sm:mt-6 max-w-2xl" + imageClassName="w-full h-auto object-cover rounded-lg" /> -
+
-
+
-
+
-
+
-
+
-