File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 11import { IoMdCloseCircle } from "react-icons/io" ;
2+ import { MdWidgets } from "react-icons/md" ;
23
34export default function Hero ( ) {
45 return (
5- < section className = "relative flex justify-center items-center min-h-screen py-12 px-6 bg-neutral-100 " >
6+ < section className = "flex justify-center items-center py-12 px-6" >
67 { /* White base layer (card) */ }
78 < div className = "relative max-w-6xl w-full bg-white rounded-xl shadow-lg z-10" >
89 { /* Bento grid background layer */ }
@@ -22,7 +23,8 @@ export default function Hero() {
2223 < IoMdCloseCircle className = "text-lg text-black opacity-50" />
2324 </ div >
2425 < div className = "flex flex-col items-center justify-center text-center px-6 py-16 md:py-24 gap-6 flex-grow" >
25- < span className = "text-xs uppercase border border-black rounded-full bg-white px-4 py-1 tracking-widest text-black" >
26+ < span className = "text-xs flex items-center gap-2 uppercase border border-black rounded-full bg-white px-4 py-1 tracking-widest text-black" >
27+ < MdWidgets className = "text-lg" />
2628 Get Started
2729 </ span >
2830 < h2 className = "text-4xl md:text-5xl font-semibold text-neutral-900 max-w-2xl" >
You can’t perform that action at this time.
0 commit comments