diff --git a/app/favicon.ico b/app/favicon.ico index dc7d8431e..d144187d7 100644 Binary files a/app/favicon.ico and b/app/favicon.ico differ diff --git a/app/layout.tsx b/app/layout.tsx index 58f5a9708..5c27249a6 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -1,9 +1,14 @@ import Navbar from 'components/layout/navbar'; -import { GeistSans } from 'geist/font'; import { ensureStartsWith } from 'lib/utils'; +import { Happy_Monkey } from 'next/font/google'; import { ReactNode, Suspense } from 'react'; import './globals.css'; +const happymonkey = Happy_Monkey({ + weight: '400', + subsets: ['latin'] +}); + const { TWITTER_CREATOR, TWITTER_SITE, SITE_NAME } = process.env; const baseUrl = process.env.NEXT_PUBLIC_VERCEL_URL ? `https://${process.env.NEXT_PUBLIC_VERCEL_URL}` @@ -33,7 +38,7 @@ export const metadata = { export default async function RootLayout({ children }: { children: ReactNode }) { return ( - +
Coming Soon...
-"Where joy meets compassion"
++ My name is Kevin, and I am a husabnd, father of 3, and have worked in the IT space over + 10 years. I have spent the last few years in what many refer to as web3. I`ve always had + a passion for helping others. I was raised to treat others with kindness and compassion. +
+ {/* tooltip:You the stuff about blockchains and crypto and those expensive jpeg images people are buying. */} ++ There are two goals I want to achieve. Improve mental health awareness for all ages, and + help culture a world filled with more kindness and compassion. +
+ We are a unique company dedicated to creating a world filled with kindness, love, and + positive mental health for all ages. At The Happy Ape, we believe that cultivating these + values is essential at every stage of life, and our diverse line of products aims to + foster a culture of compassion and well-being for both children and adults. +
+ Immerse your yourself in the enchanting world of The Happy Ape with our delightful + collection of story books. Each story is carefully crafted to not only entertain but + also instill essential values of kindness, empathy, and understanding. Our authors and + illustrators work collaboratively to create captivating narratives that encourage and + inspire. +
+ Discover the warmth and comfort of The Happy Ape plushie, an adorable companion that + serves as a reminder of the power of love and compassion. Each plushie is designed with + meticulous attention to detail, ensuring they become cherished friends for individuals + of all ages. These cuddly companions are not just toys; they are ambassadors of + happiness and kindness, encouraging empathy and emotional well-being. +
++ Wrap yourself and loved ones in the embrace of positivity with our thoughtfully designed + clothing line. From t-shirts adorned with inspiring messages to cozy hoodies that + radiate warmth, The Happy Ape clothing collection not only keeps your children stylish + but also spreads the message of love and mental health awareness. Our designs are not + just fashion statements; they are expressions of a culture that values well-being and + compassion. +
++ At The Happy Ape, our commitment is to positively impact the world by nurturing people + of all ages with love, kindness, and a solid foundation in mental health. Join us on + this journey of creating a brighter and happier future for all. Let The Happy Ape be + your companion in cultivating thoughtful, compassionate, and mentally resilient + individuals who contribute to making the world a better place, one person at a time. +
{title}