Skip to content

Commit

Permalink
landing again
Browse files Browse the repository at this point in the history
  • Loading branch information
tlgimenes committed Oct 18, 2024
1 parent 8615e05 commit a0dfdec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/routes/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ export default function Page() {
return (
<div className="flex flex-col items-center justify-center min-h-screen bg-gray-100 text-gray-800 w-full">
<h1 className="text-4xl font-bold mb-4 text-blue-600">Welcome to React Standalone!</h1>
<p className="text-lg mb-2">
<p className="text-lg mb-2 text-gray-700">
Experience the power of React running directly in your browser.
</p>
<p className="text-lg mb-2">
<p className="text-lg mb-2 text-gray-700">
No server required, just pure client-side magic!
</p>
<p className="text-lg mt-4 font-bold">
<p className="text-lg mt-4 font-thin text-gray-600">
{data.features.join(", ")}!
</p>
</div>
Expand Down

0 comments on commit a0dfdec

Please sign in to comment.