refactor: restore project from v6 to v8
Update project files and assets for version restoration. #VERCEL_SKIP Co-authored-by: Jeff Emmett <46964190+Jeff-Emmett@users.noreply.github.com>
This commit is contained in:
parent
423bd2eef3
commit
c980c04214
|
|
@ -13,7 +13,7 @@ export function Footer() {
|
|||
<span className="font-mono text-2xl tracking-wider">ALLTOR.NET</span>
|
||||
</div>
|
||||
<p className="text-white/70 text-lg leading-relaxed">
|
||||
Building the alternative internet. Distributed. Democratic. Free.
|
||||
Connecting an alternative internet. Distributed. Democratic. Free.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
|
@ -56,9 +56,7 @@ export function Footer() {
|
|||
<h4 className="font-bold mb-4">Community</h4>
|
||||
<ul className="space-y-2 text-white/70">
|
||||
<li>
|
||||
<a href="#" className="hover:text-white transition-colors">
|
||||
Forum
|
||||
</a>
|
||||
|
||||
</li>
|
||||
<li>
|
||||
<a href="#" className="hover:text-white transition-colors">
|
||||
|
|
@ -66,9 +64,7 @@ export function Footer() {
|
|||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#" className="hover:text-white transition-colors">
|
||||
Events
|
||||
</a>
|
||||
|
||||
</li>
|
||||
<li>
|
||||
<a href="#" className="hover:text-white transition-colors">
|
||||
|
|
@ -83,23 +79,17 @@ export function Footer() {
|
|||
<ul className="space-y-2 text-white/70">
|
||||
<li>
|
||||
<a href="#" className="hover:text-white transition-colors">
|
||||
Mastodon
|
||||
IRL plz
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#" className="hover:text-white transition-colors">
|
||||
Matrix
|
||||
</a>
|
||||
|
||||
</li>
|
||||
<li>
|
||||
<a href="#" className="hover:text-white transition-colors">
|
||||
Newsletter
|
||||
</a>
|
||||
|
||||
</li>
|
||||
<li>
|
||||
<a href="#" className="hover:text-white transition-colors">
|
||||
Contact
|
||||
</a>
|
||||
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -17,7 +17,8 @@ export function Hero() {
|
|||
|
||||
{/* Main headline */}
|
||||
<h1 className="text-6xl md:text-8xl font-bold tracking-tight text-balance leading-[0.95]">
|
||||
The Alternative
|
||||
<span className="block text-5xl md:text-7xl mb-2">We need an</span>
|
||||
Alternative
|
||||
<br />
|
||||
<span className="text-muted-foreground">Internet</span>
|
||||
</h1>
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ const steps = [
|
|||
number: "02",
|
||||
title: "Connect to the Mesh",
|
||||
description:
|
||||
"Plug in anywhere there's a local alltor node. Instantly access the distributed network without corporate gatekeepers.",
|
||||
"Plug in anywhere there's a local alltornet node. Instantly access the distributed network without corporate gatekeepers.",
|
||||
},
|
||||
{
|
||||
icon: Share2,
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ export function Philosophy() {
|
|||
<div className="container px-4">
|
||||
<div className="max-w-4xl mx-auto">
|
||||
<div className="space-y-12">
|
||||
<h2 className="text-5xl md:text-7xl font-bold text-balance">Why alltor exists</h2>
|
||||
<h2 className="text-5xl md:text-7xl font-bold text-balance">Why the alltornet exists</h2>
|
||||
|
||||
<div className="space-y-8 text-xl leading-relaxed">
|
||||
<p className="text-muted-foreground">
|
||||
|
|
@ -13,7 +13,7 @@ export function Philosophy() {
|
|||
</p>
|
||||
|
||||
<p className="text-foreground font-medium">
|
||||
alltor is a substrate for digital collaboration that returns power to individuals and communities.
|
||||
The alltornet is a substrate for digital collaboration that returns power to individuals and communities.
|
||||
</p>
|
||||
|
||||
<div className="grid md:grid-cols-2 gap-8 py-8">
|
||||
|
|
|
|||
Loading…
Reference in New Issue