File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- import { Github , BookOpen } from "lucide-react" ;
1+ import { GithubIconIcon , BookOpen } from "lucide-react" ;
22import { Button } from "@/components/ui/button" ;
33import { Badge } from "@/components/ui/badge" ;
44import Logo from "@/components/Logo" ;
@@ -50,10 +50,13 @@ const HeroSection = () => {
5050
5151 { /* Subtitle */ }
5252 < div className = "animate-fade-in-up animation-delay-300 mb-6 xs:mb-8 px-1" >
53- < p className = "text-muted-foreground text-[11px] xs:text-xs sm:text-sm md:text-base lg:text-lg max-w-[90%] xs:max-w-xl sm:max-w-2xl mx-auto leading-relaxed" >
53+ < p className = "text-foreground/90 text-xs xs:text-sm sm:text-base md:text-lg lg:text-xl font-medium max-w-[90%] xs:max-w-xl sm:max-w-2xl mx-auto leading-relaxed" >
54+ The professional development environment for Claude Code.
55+ </ p >
56+ < p className = "text-muted-foreground text-[11px] xs:text-xs sm:text-sm md:text-base max-w-[90%] xs:max-w-xl sm:max-w-2xl mx-auto mt-1.5 leading-relaxed" >
5457 Start a task, grab a coffee, come back to production-grade code.
5558 </ p >
56- < p className = "text-muted-foreground/70 text-[10px] xs:text-xs sm:text-sm md:text-base max-w-[90%] xs:max-w-xl sm:max-w-2xl mx-auto mt-2 leading-relaxed" >
59+ < p className = "text-muted-foreground/70 text-[10px] xs:text-xs sm:text-sm md:text-base max-w-[90%] xs:max-w-xl sm:max-w-2xl mx-auto mt-1.5 leading-relaxed" >
5760 Tests enforced. Context preserved. Quality automated.
5861 </ p >
5962 </ div >
@@ -137,7 +140,7 @@ const HeroSection = () => {
137140 target = "_blank"
138141 rel = "noopener noreferrer"
139142 >
140- < Github className = "mr-1.5 xs:mr-2 h-3.5 w-3.5 xs:h-4 xs:w-4" />
143+ < GithubIcon className = "mr-1.5 xs:mr-2 h-3.5 w-3.5 xs:h-4 xs:w-4" />
141144 View on GitHub
142145 </ a >
143146 </ Button >
You can’t perform that action at this time.
0 commit comments