We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6f36a8 commit 83dedb4Copy full SHA for 83dedb4
app/components/hero-section.tsx
@@ -11,9 +11,9 @@ export async function HeroSection() {
11
return (
12
<div class="mx-auto max-w-5xl pb-24 py-10 sm:pb-32 px-4 md:px-8 mt-20 lg:mt-26">
13
<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
+ Simple Fullstack <br />
+ Web Apps <br />
+ For Typescript
17
</h1>
18
<div class="mx-auto max-w-xl flex justify-center items-center space-x-2 mt-12">
19
<a
0 commit comments