Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions src/components/HeroSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,6 @@ const HeroSection = ({ onContactClick, onProjectsClick }: HeroSectionProps) => {
<div className="block sm:block md:block lg:block">
<ProfileImage />
</div>
<ProfileImage />
</div>

{/* Main Content - Totalmente Responsivo */}
<div className="w-full">
Expand Down
1 change: 1 addition & 0 deletions src/components/hero/ProfileImage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ const ProfileImage = () => {
>
{/* Container com proporção perfeita e máxima qualidade */}
<div className="relative w-28 aspect-[3/4] sm:w-32 md:w-36 lg:w-40 xl:w-44">
<motion.div
className="absolute inset-0 rounded-2xl p-[2px]"
style={{
background: "linear-gradient(45deg, #7c3aed, #06b6d4, #f59e0b, #7c3aed)"
Expand Down