We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 477640a commit 4250c31Copy full SHA for 4250c31
components/MainSection.tsx
@@ -56,7 +56,7 @@ export default function MainSection() {
56
57
{/* Hero Section */}
58
<div className="mb-16 sm:mb-32 ml-0 relative">
59
- <div className="text-sm mb-4 px-3 py-1 rounded">Hey!</div>
+ <div className="text-sm mb-4 px-3 py-1 rounded">Hey! I am a </div>
60
<h1 className="text-4xl sm:text-6xl md:text-8xl font-bold mb-6 sm:mb-8 text-orange-500 text-shadow-lg">
61
CREATIVE <span className="font-serif italic font-normal">software</span>
62
<br className="hidden sm:block" /> DEVELOPER
0 commit comments