diff --git a/apps/dimentorin/src/app/(public)/(home)/_components/hero-section.tsx b/apps/dimentorin/src/app/(public)/(home)/_components/hero-section.tsx index de8bd17..974105e 100644 --- a/apps/dimentorin/src/app/(public)/(home)/_components/hero-section.tsx +++ b/apps/dimentorin/src/app/(public)/(home)/_components/hero-section.tsx @@ -1,7 +1,40 @@ +import { Button } from "@imphnen-frontend-service/ui/atoms"; + export function HeroSection() { return ( -
-
Hero Section
+
+ {/* Background gradients and shapes */} +
+
+
+
+
+
+
+ +
+
+
+ +
+
+

DIMENTORIN

+

+ Learn IT smarter with AI & expert mentors! +

+

+ Apakah kamu siap untuk grind skill TI-mu ke level Ultimate? Dengan AI sebagai navigator dan mentor profesional sebagai sensei-mu, perjalanan belajarmu akan lebih cepat, efektif, dan penuh EXP! +

+
+ + +
) } \ No newline at end of file diff --git a/apps/dimentorin/src/app/(public)/_components/header.tsx b/apps/dimentorin/src/app/(public)/_components/header.tsx index 40e36e4..9e3744a 100644 --- a/apps/dimentorin/src/app/(public)/_components/header.tsx +++ b/apps/dimentorin/src/app/(public)/_components/header.tsx @@ -18,7 +18,7 @@ export const Header: FC = () => { const [expandMenu, setExpandMenu] = useState(false); return ( -
+
+
-
+