Skip to content

Commit 83dedb4

Browse files
committedOct 6, 2024
chore: hero
1 parent b6f36a8 commit 83dedb4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎app/components/hero-section.tsx

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ export async function HeroSection() {
1111
return (
1212
<div class="mx-auto max-w-5xl pb-24 py-10 sm:pb-32 px-4 md:px-8 mt-20 lg:mt-26">
1313
<h1 class="text-7xl md:text-8xl font-bold tracking-tight text-base-content text-center">
14-
Fullstack Web Apps
15-
<br /> <span class="underline decoration-primary">Plain</span> and
16-
Simple
14+
Simple Fullstack <br />
15+
Web Apps <br />
16+
For Typescript
1717
</h1>
1818
<div class="mx-auto max-w-xl flex justify-center items-center space-x-2 mt-12">
1919
<a

0 commit comments

Comments
 (0)