Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import Demo from "@components/richtextDemo";
import Testimonial from "@components/Testimonial";

<div className="relative landing-page-root dark bg-zinc-900">
<div style={{ maxWidth: 1300, margin: "0 auto" }}>
<div style={{ maxWidth: 1600, margin: "0 auto" }}>
<Hero />
<div className="text-center text-white/95 text-base font-medium leading-normal mt-10">
✨ Loro 1.0 is released! <br/>
Expand Down Expand Up @@ -87,7 +87,7 @@ import Testimonial from "@components/Testimonial";
</section>

<section className="px-5 md:px-15 mt-20 z-[11] mb-20 relative">
<div className="grid gap-8 grid-cols-1 md:grid-cols-2 xl:grid-cols-4 [&>*]:w-full">
<div className="grid gap-6 grid-cols-1 md:grid-cols-2 lg:grid-cols-3 xl:grid-cols-3 2xl:grid-cols-5 [&>*]:w-full">
<Testimonial
id="latch-quote"
author="Max"
Expand Down Expand Up @@ -123,6 +123,15 @@ import Testimonial from "@components/Testimonial";
shortQuote="After extensive research, we made a big early technology bet on Loro... 10/10 experience to date."
fullQuote="After extensive research, we made a big early technology bet on Loro, which we've found to have one of the most thoughtfully designed APIs that we've seen for the otherwise complex world of CRDT-related work. Our team has extensive experience in end-user computing product development, and we've found Loro to be strongly capable at solving many of the shortcomings experienced with other CRDT libraries. While the community is small, the manager of the repo has been remarkably responsive, often submitting same-day bug fixes/feature implementations to ensure that technology choice was not a bottleneck for whatever we decided to build at the product level. 10/10 experience to date."
/>
<Testimonial
id="zicklag-quote"
author="Zicklag"
company="roomy.chat"
avatarSrc="/images/zicklag.jpg"
shortQuote="Loro's API is really nice to use, has excellent performance and features, and the dev team has been extremely helpful and responsive. I highly recommend!"
fullQuote="We're using Loro to make a group chat application that blurs the lines between a chat, forum, wiki, and personal notes app.\n\nWe switched to Loro after doing some benchmarking and finding that Loro could load a large document storing many IDs faster than alternatives. Loro stores the latest state of the document and then lazily loads the history if you need it, which was a perfect fit for our CRDT-to-webpage rendering needs.\n\nLoro also has some useful features like movable lists and trees which we'll need in Roomy.\n\nLoro's API is really nice to use, has excellent performance and features, and the dev team has been extremely helpful and responsive. I highly recommend!"
link="https://roomy.chat"
/>
</div>
</section>
<section className="px-5 md:px-15 z-10 relative">
Expand Down
Binary file added public/images/zicklag.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.