Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8e35dac7e4 | |||
| 1a0aa1da34 | |||
| a98d6afee8 | |||
| 888430b2f7 | |||
| 518595ede1 |
@@ -54,10 +54,9 @@ 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">
|
||||
Welcome to my link-in-bio page. Explore my work, projects, and
|
||||
connect with me.
|
||||
Building scalable digital products that drive user growth and business impact.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
@@ -91,4 +90,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user