File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ export default function Home() {
1515// Hero Section Component
1616function HeroSection ( ) {
1717 return (
18- < div className = "flex justify-center items-center h-5/6 " >
18+ < div className = "flex justify-center items-center min-h-[50vh] " >
1919 < div className = "relative isolate px-6 pt-14 lg:px-8" >
20- < div className = "mx-auto max-w-2xl py-32 sm:py-48 lg:py-56 " >
20+ < div className = "mx-auto max-w-2xl py-16 sm:py-20 lg:py-24 " >
2121 < HeroContent />
2222 </ div >
2323 </ div >
@@ -35,13 +35,10 @@ function HeroContent() {
3535 < div className = "mt-10 flex items-center justify-center gap-x-6" >
3636 < Link
3737 href = "/new-project"
38- className = "rounded-md bg-cerulean-600 px-3.5 py-2.5 font-semibold text-black hover:text-white hover:bg-lila-500 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-indigo-600"
38+ className = "inline-flex justify-center items-center w-48 sm:w-56 rounded-lg border-2 border-black/30 dark:border-white/40 bg-cerulean-600 px-6 py-3 text-lg sm:px-8 sm: py-4 sm:text-xl font-semibold text-black transition-colors duration-150 hover:text-white hover:bg-lila-500 hover:border-black/50 dark:hover:border-white/60 hover:shadow-md focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-indigo-600"
3939 >
4040 Start
4141 </ Link >
42- < Link href = "https://ardoco.de/" className = " font-semibold text-black-600 hover:text-black" >
43- About < span > →</ span >
44- </ Link >
4542 </ div >
4643 </ div >
4744 ) ;
You can’t perform that action at this time.
0 commit comments