Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1a0aa1da34 | |||
| a98d6afee8 |
@@ -54,7 +54,7 @@ export default function LandingPage() {
|
|||||||
className="w-24 h-24 rounded-full mx-auto border-2 border-gray-600 object-cover"
|
className="w-24 h-24 rounded-full mx-auto border-2 border-gray-600 object-cover"
|
||||||
/>
|
/>
|
||||||
</div>
|
</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">
|
<p className="text-lg text-gray-300">
|
||||||
Building scalable digital products that drive user growth and business impact.
|
Building scalable digital products that drive user growth and business impact.
|
||||||
</p>
|
</p>
|
||||||
@@ -90,4 +90,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user