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:
v0 2025-11-07 19:03:33 +00:00
parent 423bd2eef3
commit c980c04214
4 changed files with 12 additions and 21 deletions

View File

@ -13,7 +13,7 @@ export function Footer() {
<span className="font-mono text-2xl tracking-wider">ALLTOR.NET</span> <span className="font-mono text-2xl tracking-wider">ALLTOR.NET</span>
</div> </div>
<p className="text-white/70 text-lg leading-relaxed"> <p className="text-white/70 text-lg leading-relaxed">
Building the alternative internet. Distributed. Democratic. Free. Connecting an alternative internet. Distributed. Democratic. Free.
</p> </p>
</div> </div>
@ -56,9 +56,7 @@ export function Footer() {
<h4 className="font-bold mb-4">Community</h4> <h4 className="font-bold mb-4">Community</h4>
<ul className="space-y-2 text-white/70"> <ul className="space-y-2 text-white/70">
<li> <li>
<a href="#" className="hover:text-white transition-colors">
Forum
</a>
</li> </li>
<li> <li>
<a href="#" className="hover:text-white transition-colors"> <a href="#" className="hover:text-white transition-colors">
@ -66,9 +64,7 @@ export function Footer() {
</a> </a>
</li> </li>
<li> <li>
<a href="#" className="hover:text-white transition-colors">
Events
</a>
</li> </li>
<li> <li>
<a href="#" className="hover:text-white transition-colors"> <a href="#" className="hover:text-white transition-colors">
@ -83,23 +79,17 @@ export function Footer() {
<ul className="space-y-2 text-white/70"> <ul className="space-y-2 text-white/70">
<li> <li>
<a href="#" className="hover:text-white transition-colors"> <a href="#" className="hover:text-white transition-colors">
Mastodon IRL plz
</a> </a>
</li> </li>
<li> <li>
<a href="#" className="hover:text-white transition-colors">
Matrix
</a>
</li> </li>
<li> <li>
<a href="#" className="hover:text-white transition-colors">
Newsletter
</a>
</li> </li>
<li> <li>
<a href="#" className="hover:text-white transition-colors">
Contact
</a>
</li> </li>
</ul> </ul>
</div> </div>

View File

@ -17,7 +17,8 @@ export function Hero() {
{/* Main headline */} {/* Main headline */}
<h1 className="text-6xl md:text-8xl font-bold tracking-tight text-balance leading-[0.95]"> <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 /> <br />
<span className="text-muted-foreground">Internet</span> <span className="text-muted-foreground">Internet</span>
</h1> </h1>

View File

@ -13,7 +13,7 @@ const steps = [
number: "02", number: "02",
title: "Connect to the Mesh", title: "Connect to the Mesh",
description: 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, icon: Share2,

View File

@ -4,7 +4,7 @@ export function Philosophy() {
<div className="container px-4"> <div className="container px-4">
<div className="max-w-4xl mx-auto"> <div className="max-w-4xl mx-auto">
<div className="space-y-12"> <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"> <div className="space-y-8 text-xl leading-relaxed">
<p className="text-muted-foreground"> <p className="text-muted-foreground">
@ -13,7 +13,7 @@ export function Philosophy() {
</p> </p>
<p className="text-foreground font-medium"> <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> </p>
<div className="grid md:grid-cols-2 gap-8 py-8"> <div className="grid md:grid-cols-2 gap-8 py-8">