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