mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-03-06 07:52:27 -05:00
Add learn more
This commit is contained in:
12
app/learn-more/page.tsx
Normal file
12
app/learn-more/page.tsx
Normal file
@@ -0,0 +1,12 @@
|
||||
import Link from 'next/link';
|
||||
|
||||
export default function LearnMorePage() {
|
||||
return (
|
||||
<div className="text-gray-600 min-h-screen bg-gray-50 p-6">
|
||||
<div className="max-w-3xl mx-auto">
|
||||
<h1 className="text-3xl font-bold text-gray-900 mb-4">About BayesBond</h1>
|
||||
<p className="text-gray-600 mb-8">...</p>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user