migrate from fontawesome to lucide-react (i hate fontawesome now), add manifesto from old website (w/ edits), improve function names
This commit is contained in:
parent
ab191ac1fc
commit
f45a452225
8 changed files with 105 additions and 25 deletions
15
app/manifesto/page.tsx
Normal file
15
app/manifesto/page.tsx
Normal file
|
@ -0,0 +1,15 @@
|
|||
import Header from '../components/Header'
|
||||
import ManifestoPg from '../components/pages/Manifesto'
|
||||
import Footer from '../components/Footer'
|
||||
|
||||
export default function Manifesto() {
|
||||
return (
|
||||
<div className="min-h-screen flex flex-col">
|
||||
<Header />
|
||||
<main className="flex-grow container mx-auto px-4 py-12">
|
||||
<ManifestoPg />
|
||||
</main>
|
||||
<Footer />
|
||||
</div>
|
||||
)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue