5 Commits

Author SHA1 Message Date
8e35dac7e4 Merge version_3 into main
Merge version_3 into main
2026-03-11 19:21:09 +00:00
1a0aa1da34 Update src/app/page.tsx 2026-03-11 19:21:05 +00:00
a98d6afee8 Merge version_2 into main
Merge version_2 into main
2026-03-11 19:10:00 +00:00
888430b2f7 Update src/app/page.tsx 2026-03-11 19:09:56 +00:00
518595ede1 Merge version_1 into main
Merge version_1 into main
2026-03-11 19:09:16 +00:00

View File

@@ -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>
);
}
}