Features
{/* Change the way you take notes
*/}
}
title="Two brains is better than one"
desc="Quivr is your second brain in the cloud, designed to easily store and retrieve unstructured information."
/>
}
title="Store any kind of data"
desc="Quivr can handle almost any type of data you throw at it. Text, images, code snippets, we've got you covered."
/>
}
title="Get a Fast and Consistent Brain"
desc="Quivr is your second brain in the cloud, designed to easily store and retrieve unstructured information."
/>
}
title="Fast and Efficient"
desc="Designed with speed and efficiency at its core. Quivr ensures rapid access to your data."
/>
}
title="Secure"
desc="Your data, your control. Always."
/>
}
title="Open source"
desc="Freedom is beautiful, so is Quivr. Open source and free to use."
/>
);
};
interface FeatureProps {
icon?: ReactNode;
title: string;
desc: string;
}
const Feature: FC