Update src/app/page.tsx
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user