mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-04-15 20:17:13 -04:00
Rename to IntentionalBond
This commit is contained in:
@@ -35,9 +35,9 @@ export default function Header() {
|
||||
<Link
|
||||
href="/"
|
||||
className="text-xl font-bold hover:text-blue-600 transition-colors flex items-center"
|
||||
aria-label={isSmallScreen ? "Home" : "BayesBond"}
|
||||
aria-label={isSmallScreen ? "Home" : "IntentionalBond"}
|
||||
>
|
||||
{isSmallScreen ? <FaHome className="w-5 h-5" /> : 'BayesBond'}
|
||||
{isSmallScreen ? <FaHome className="w-5 h-5" /> : 'IntentionalBond'}
|
||||
</Link>
|
||||
<div className="flex items-center space-x-2">
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ import Header from "@/app/Header";
|
||||
import Providers from "@/app/providers";
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "BayesBond",
|
||||
title: "IntentionalBond",
|
||||
description: "A bonding platform for rational thinkers",
|
||||
};
|
||||
|
||||
@@ -41,7 +41,7 @@ export default function RootLayout(
|
||||
View on GitHub
|
||||
</a>
|
||||
</div>
|
||||
<div>© {new Date().getFullYear()} BayesBond. All rights reserved.</div>
|
||||
<div>© {new Date().getFullYear()} IntentionalBond. All rights reserved.</div>
|
||||
</footer>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
@@ -8,7 +8,7 @@ export default function LearnMorePage() {
|
||||
<div className="text-gray-600 dark:text-white min-h-screen p-6">
|
||||
{aColor}
|
||||
<div className="max-w-3xl mx-auto">
|
||||
<h1 className="text-3xl font-bold mb-4 text-center">About BayesBond</h1>
|
||||
<h1 className="text-3xl font-bold mb-4 text-center">About IntentionalBond</h1>
|
||||
<div className="et_pb_text_inner">
|
||||
{/*<h1 id="abstract">Abstract</h1>*/}
|
||||
<p>Forming and maintaining close connections is fundamental for most people’s mental health—and hence overall
|
||||
|
||||
@@ -32,8 +32,8 @@ export default function HomePage() {
|
||||
|
||||
{/* Hero Section */}
|
||||
<section className="flex flex-col items-center justify-center flex-1 text-center px-4">
|
||||
<h1 className="text-5xl md:text-6xl font-extrabold max-w-3xl leading-tight">
|
||||
BayesBond
|
||||
<h1 className="text-5xl md:text-6xl xs:text-4xl font-extrabold max-w-3xl leading-tight">
|
||||
IntentionalBond
|
||||
</h1>
|
||||
<p className="mt-6 text-lg md:text-xl text-gray-400 max-w-2xl">
|
||||
Tired of swiping? Just search what you're looking for!
|
||||
|
||||
Reference in New Issue
Block a user