From 627d3e0a54c93848f8ff8b4eb72b84c925277371 Mon Sep 17 00:00:00 2001 From: Sandip Chowdhury Date: Mon, 16 Mar 2026 16:03:44 +0530 Subject: [PATCH] Responsive Issue solved --- app/(public)/_homeComponents/HeroSection.tsx | 36 +++++++++++--------- 1 file changed, 19 insertions(+), 17 deletions(-) diff --git a/app/(public)/_homeComponents/HeroSection.tsx b/app/(public)/_homeComponents/HeroSection.tsx index 4298185..a4512a5 100644 --- a/app/(public)/_homeComponents/HeroSection.tsx +++ b/app/(public)/_homeComponents/HeroSection.tsx @@ -5,31 +5,34 @@ import { Button } from "@/components/ui/button"; export default function HeroSection() { return ( -
-
+
+
+ {/* LEFT CONTENT */} -

+

Hire Smarter with AI-Powered Recruitment Software

-

+

All-in-one ATS, HRMS, and Recruitment CRM platform designed for modern hiring teams

-
- @@ -41,20 +44,18 @@ export default function HeroSection() { initial={{ opacity: 0, x: 40 }} animate={{ opacity: 1, x: 0 }} transition={{ duration: 0.6 }} - className="bg-gray-50 rounded-3xl shadow-xl p-12 border border-gray-300" + className="bg-gray-50 rounded-3xl shadow-xl p-6 sm:p-8 md:p-10 border border-gray-200" > -
+
-

+

Recruitment Pipeline

-
+
@@ -62,6 +63,7 @@ export default function HeroSection() {
+
); @@ -69,9 +71,9 @@ export default function HeroSection() { function StatCard({ title, value }: { title: string; value: string }) { return ( -
-

{title}

-

{value}

+
+

{title}

+

{value}

); -} +} \ No newline at end of file