chore: update hero and about page text / fix jsx
Some checks are pending
Deploy Elmeg / deploy (push) Waiting to run

This commit is contained in:
fullsizemalt 2025-12-24 12:28:50 -08:00
parent 2b64a79edf
commit a076336d5e
2 changed files with 8 additions and 8 deletions

View file

@ -8,7 +8,7 @@ export default function AboutPage() {
<section className="text-center space-y-4"> <section className="text-center space-y-4">
<h1 className="text-4xl font-extrabold tracking-tight sm:text-5xl">About Elmeg</h1> <h1 className="text-4xl font-extrabold tracking-tight sm:text-5xl">About Elmeg</h1>
<p className="text-xl text-muted-foreground max-w-2xl mx-auto"> <p className="text-xl text-muted-foreground max-w-2xl mx-auto">
The ultimate community-driven archive dedicated to preserving the history and evolution of the band <span className="text-foreground font-semibold">Goose</span>. A comprehensive community-driven archive dedicated to preserving the history and evolution of the band <span className="text-foreground font-semibold">Goose</span>.
</p> </p>
</section> </section>
@ -22,9 +22,9 @@ export default function AboutPage() {
<h2 className="text-2xl font-bold">Our Mission</h2> <h2 className="text-2xl font-bold">Our Mission</h2>
</div> </div>
<p className="text-lg leading-relaxed text-muted-foreground"> <p className="text-lg leading-relaxed text-muted-foreground">
Elmeg was founded by fans, for fans. We believe that every performance is a unique piece of history. Elmeg is a collaborative effort, growing organically through the contributions of the flock.
Our goal is to document every show, every setlist, and every note, providing a comprehensive We believe that every performance is a shared experience. Our goal is to build a mycelium-like network
platform for the community to explore the band's legacy. of information, where every setlist, note, and rating helps others discover the magic of the music.
</p> </p>
</CardContent> </CardContent>
</Card> </Card>
@ -91,6 +91,6 @@ export default function AboutPage() {
"Built by the flock, for the flock." "Built by the flock, for the flock."
</p> </p>
</section> </section>
</div> </div >
) )
} }

View file

@ -89,9 +89,9 @@ export default async function Home() {
Elmeg Elmeg
</h1> </h1>
<p className="max-w-[600px] text-lg text-muted-foreground"> <p className="max-w-[600px] text-lg text-muted-foreground">
The ultimate community archive for Goose history. A comprehensive community-driven archive for Goose history.
<br /> <br />
Discover shows, rate performances, and find the best jams. Discover shows, share ratings, and explore the music together.
</p> </p>
<div className="flex gap-4"> <div className="flex gap-4">
<Link href="/performances"> <Link href="/performances">
@ -261,6 +261,6 @@ export default async function Home() {
<p className="text-sm text-muted-foreground">Watch full shows and songs</p> <p className="text-sm text-muted-foreground">Watch full shows and songs</p>
</Link> </Link>
</section> </section>
</div> </div >
) )
} }