Update src/app/page.tsx

This commit is contained in:
2026-03-11 19:21:05 +00:00
parent a98d6afee8
commit 1a0aa1da34

View File

@@ -54,7 +54,7 @@ export default function LandingPage() {
className="w-24 h-24 rounded-full mx-auto border-2 border-gray-600 object-cover"
/>
</div>
<h1 className="text-4xl font-bold text-white mb-4">Your Name</h1>
<h1 className="text-4xl font-bold text-white mb-4">Alex Johnson</h1>
<p className="text-lg text-gray-300">
Building scalable digital products that drive user growth and business impact.
</p>
@@ -90,4 +90,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}