Skip to content

Commit

Permalink
update copy
Browse files Browse the repository at this point in the history
  • Loading branch information
oreHGA committed Jul 25, 2023
1 parent ab4dffd commit a05a3f3
Show file tree
Hide file tree
Showing 18 changed files with 441 additions and 469 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
export const frequentlyAskedQuestions = [
{
id: 1,
question: "What is NeuroFusion?",
question: "What is Fusion, and how does it work?",
answer:
"NeuroFusion is a platform that allows you to create, train, and deploy machine learning models without writing a single line of code. It is a no-code platform that allows you to create machine learning models using a drag-and-drop interface.",
"Fusion is an app that combines your behavior, health, and brain data for your wellbeing. It empowers you to track and optimize your well-being through your data analysis on mobile devices.",
},
{
id: 2,
question: "What is a machine learning model?",
question: "I only have a smartphone. Can I use Fusion?",
answer:
"A machine learning model is a mathematical representation of a real-world process. It is a set of mathematical equations that can be used to predict the outcome of a real-world process. For example, a machine learning model can be used to predict the price of a house based on its size, location, and other factors.",
"Yes, you can. Anyone interested in tracking their data and optimizing their wellbeing can download Fusion from your mobile store.",
},
{
id: 3,
question: "What is a machine learning algorithm?",
question: "How can Fusion benefit me personally?",
answer:
"A machine learning algorithm is a set of mathematical equations that can be used to train a machine learning model. For example, a machine learning algorithm can be used to train a machine learning model to predict the price of a house based on its size, location, and other factors.",
"Fusion offers you various benefits, including understanding your behavior patterns, tracking health trends, and enhancing cognitive performance. It allows you to improve various aspects by providing you with real-real-time feedback based on your data, offering personalized recommendations for improving sleep quality, managing stress, enhancing cognitive function, and more.",
},
{
id: 4,
question: "One more question?",
question: "Can I collaborate with healthcare providers or researchers using Fusion?",
answer:
"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.",
"Absolutely. Fusion allows seamless communication and collaboration with healthcare providers and researchers. You can securely share your data and receive personalized interventions and recommendations remotely.",
},
];
Original file line number Diff line number Diff line change
Expand Up @@ -8,27 +8,25 @@ export const fusionFeatures: IFusionFeature[] = [
title: "individuals",
description: "Create & respond to personalized prompts to understand changes in your behavior over time",
featuresList: [
"Create & respond to personalized prompts ",
"Take cognitive tests & see how you’re changing",
"Chat with your data to unlock insights on the go",
"Participate in quests & contribute to research",
"Get recommendations from our copilot to guide your daily activities",
"See insights on how your behavior changes with engaging personalized prompts",
"Join quests, explore research to understand yourself better",
],
},
{
id: 2,
title: "coaches & health professionals",
description: "Record experiments & design quests (a set of tasks other users can run) and share results",
description: "See, with consent how clients respond to recommendations & plans outside of consults",
featuresList: [
"Automated scheduling for medication adherence",
"Symptom monitoring",
"Trialing interventions",
"Remote wellbeing monitoring for care specialist",
"Automate medication scheduling for improved adherence",
"Monitor symptoms in real-time for proactive care",
"Effortlessly trial interventions for better outcomes",
],
},
{
id: 3,
title: "explorers & researchers",
description: "See, with consent how clients respond to recommendations & plans outside of consults",
description: "Record experiments & design quests (a set of tasks other users can run) and share results",
featuresList: [
"A playground of exercises for recording brain & behavior data",
"Design a set of tasks and their execution flow",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ export const FeatureSection: FC = () => {
</ButtonLink>
</div>
</div>
<div className="flex flex-col md:flex-row items-center justify-between gap-y-6">
{/* Researchers & Explorers */}
{/* <div className="flex flex-col md:flex-row items-center justify-between gap-y-6">
<div>
<FusionFeature feature={fusionFeatures[2]} />
<ButtonLink intent="outlined" href="/auth/login" size="xl" className="mt-4 w-full md:w-11/12">
Expand All @@ -81,7 +82,7 @@ export const FeatureSection: FC = () => {
height={914}
className="rounded-2xl"
/>
</div>
</div> */}
</div>
</section>
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ export const HeroSection = () => {
>
<div className="flex w-full max-w-2xl flex-col space-y-10 text-center md:min-w-[300px]">
<h1 className="font-body text-3xl font-semibold sm:text-6xl">
Unleash the power of integrated{" "}
Improve your{" "}
<span className="text-primary-gradient">
<Typist typingDelay={100} cursor={<span className="cursor">|</span>} loop>
well-being
wellbeing
<Typist.Delay ms={2000} />
<Typist.Backspace count={12} />
<Typist.Delay ms={500} />
Expand All @@ -29,8 +29,7 @@ export const HeroSection = () => {
with Fusion
</h1>
<p className="block text-base leading-8 text-gray-500 dark:text-gray-400 md:text-xl">
Transform your well-being with Neurofusion. Seamlessly integrate behavior, health, and brain data for
effortless analysis, empowering personalized care on mobile devices.
Our copilot brings together your daily activities, fitness, and brain data for a better and healthier life.
</p>
<div className="mt-10 flex flex-col items-center justify-center gap-x-6 gap-y-2 md:flex-row">
<MobileStoreLink store="apple" className="w-full md:w-auto" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,30 +3,52 @@ import { ITeamMember } from "./types";
export const teamMembers: ITeamMember[] = [
{
id: 1,
name: "John Doe",
position: "Founder/Chief Executive Officer",
image: "/images/testimonials/john-doe.avif",
quote: "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut et massa mi. Aliquam in hendrerit urna.",
name: "Ore Ogundipe",
position: "Founder, CEO",
image: "/images/team/ore.png",
quote:
"Spent my past life building data & ai platforms across startups, governments & Microsoft. Now I'm building fusion to help us live our days with less guesswork, more agency & awareness.",
},
{
id: 2,
name: "Jane Doe",
position: "Chief Operating Officer",
image: "/images/testimonials/jane-doe.avif",
quote: "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut et massa mi. Aliquam in hendrerit urna.",
name: "Yewande Odumosu",
position: "Advisor - Strategy & Operations",
image: "/images/team/yewande.jpeg",
quote: "",
},
{
id: 3,
name: "Kingsley Okeke",
position: "Head of Engineering",
image: "/images/team/ceo-vibes.avif",
quote: "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut et massa mi. Aliquam in hendrerit urna.",
name: "Kelechi Odom",
position: "Product Engineering",
image: "/images/team/kelechi.png",
quote: "",
},
{
id: 4,
name: "Vanessa Idk",
position: "Head of Marketing",
image: "/images/team/vanessa.avif",
quote: "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut et massa mi. Aliquam in hendrerit urna.",
name: "John Griffiths",
position: "Advisor, Chief Science Officer - Cognitive and Computational Neuroscience Ph.D.",
image: "/images/team/john.jpg",
quote: "",
},
{
id: 5,
name: "Hauwa Suleman",
position: "Product Design",
image: "/images/team/hauwa.jpeg",
quote: "",
},
{
id: 6,
name: "Gabriel Price",
position: "Product & Research Engineering. University of Michigan Neuroscience, Computer Science",
image: "/images/team/gabriel.png",
quote: "",
},
{
id: 7,
name: "Temidayo Awosanmi",
position: "Product Marketing & Operations",
image: "/images/team/temidayo.jpeg",
quote: "",
},
];
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,11 @@ export const TeamMember: FC<TeamMemberProps> = ({ member, handleLeftClick, handl
/>
<div className="w-full bg-indigo-700 bg-team-pattern bg-contain bg-center bg-no-repeat px-7 py-28 text-center md:w-3/5 md:py-12 md:text-left">
<div className="mx-auto flex h-full w-full max-w-xs flex-col items-center justify-center space-y-8 font-normal text-white">
<p className="text-lg">
<q>{member.quote}</q>
</p>
{member?.quote && (
<p className="text-lg">
<q>{member.quote}</q>
</p>
)}
<div className="flex w-full flex-col">
<h3 className="text-base font-semibold">{member.name}</h3>
<p className="text-sm text-gray-300">{member.position}</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,50 +3,10 @@ import { Testimonial } from "./types";
export const testimonials: Testimonial[] = [
{
id: 1,
name: "John Doe",
location: "Abuja, Nigeria",
name: "Ayodeji Marquis",
location: "Seattle, WA",
highlight:
"Fusion is helping me live my best life. I’ve learned a lot and recommended it to all my friend. I really love the content they’ve offered.",
image: "/images/testimonials/john-doe.avif",
},
{
id: 2,
name: "Jane Doe",
location: "Lagos, Nigeria",
highlight:
"Fusion is helping me live my best life. I’ve learned a lot and recommended it to all my friend. I really love the content they’ve offered.",
image: "/images/testimonials/jane-doe.avif",
},
{
id: 3,
name: "John Doe",
location: "Abuja, Nigeria",
highlight:
"Fusion is helping me live my best life. I’ve learned a lot and recommended it to all my friend. I really love the content they’ve offered.",
image: "/images/testimonials/john-doe.avif",
},
{
id: 4,
name: "Jane Doe",
location: "Lagos, Nigeria",
highlight:
"Fusion is helping me live my best life. I’ve learned a lot and recommended it to all my friend. I really love the content they’ve offered.",
image: "/images/testimonials/jane-doe.avif",
},
{
id: 5,
name: "John Doe",
location: "Abuja, Nigeria",
highlight:
"Fusion is helping me live my best life. I’ve learned a lot and recommended it to all my friend. I really love the content they’ve offered.",
image: "/images/testimonials/john-doe.avif",
},
{
id: 6,
name: "Jane Doe",
location: "Lagos, Nigeria",
highlight:
"Fusion is helping me live my best life. I’ve learned a lot and recommended it to all my friend. I really love the content they’ve offered.",
image: "/images/testimonials/jane-doe.avif",
"Fusion has been incredible in navigating my daily routine. This app has significantly improved my habits, especially when it comes to taking my medications, managing stress, and staying aware of my overall health. With various prompts set at different intervals, it ensures that I never miss a beat in my self-care journey.",
image: "/images/testimonials/deji.jpeg",
},
];
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const TestimonialSection = () => {
>
<div className="md:mp-16 max-w-5xl px-4 lg:mx-auto">
<h2 className="w-11/12 text-left text-3xl font-semibold md:text-5xl lg:text-6xl">
Helping hundreds of people <span className="text-primary-gradient"> understand their health</span>
Helping hundreds of people <span className="text-primary-gradient"> navigate their days</span>
</h2>
</div>

Expand All @@ -25,7 +25,7 @@ export const TestimonialSection = () => {
))}
</div>

<div className="inline-flex items-start justify-start p-8">
{/* <div className="inline-flex items-start justify-start p-8">
<div className="mr-2 flex items-end justify-start gap-0.5">
<Star className="h-3 w-3 fill-yellow stroke-0" />
<Star className="h-5 w-5 fill-yellow stroke-0" />
Expand All @@ -36,7 +36,7 @@ export const TestimonialSection = () => {
200+ users rated us <span className="font-medium text-lime-700">4.67 </span>
out of <span className="font-medium text-lime-700">5</span>
</p>
</div>
</div> */}
</div>
</section>
);
Expand Down
2 changes: 1 addition & 1 deletion neurofusion/next-client/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const Home: NextPage = () => {
<MainLayout>
<HeroSection />
<FeatureSection />
<IntegrationsSection />
{/* <IntegrationsSection /> */}
<TeamSection />
<TestimonialSection />
<FaqSection />
Expand Down
Loading

1 comment on commit a05a3f3

@vercel
Copy link

@vercel vercel bot commented on a05a3f3 Jul 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

fusion – ./neurofusion/next-client

fusion-git-master-neurofusion-research-inc.vercel.app
usefusion.app
www.usefusion.app
fusion-neurofusion-research-inc.vercel.app

Please sign in to comment.