One Calendar is a privacy-first calendar web app built with Next.js. It has modern security features, including e2ee, password-protected sharing, and self-destructing share links ๐
calendar.xyehr.cn
···13131414export function LandingDataShowcase() {
1515 return (
1616- <section className="border-b border-white/10 py-16 md:py-20">
1616+ <section id="data" className="border-b border-white/10 py-16 md:py-20">
1717 <h2 className="text-3xl font-semibold leading-tight text-white md:text-5xl">Built from real One Calendar capabilities</h2>
1818 <p className="mt-4 max-w-3xl text-base text-[var(--landing-muted)] md:text-lg">
1919- Privacy-first, weekly-focused, and designed to stay understandable while scaling to team workflows.
1919+ Privacy-first, planning-focused, and designed to stay understandable while scaling to team workflows.
2020 </p>
21212222 <div className="mt-8 grid gap-4 md:grid-cols-3">
+2-2
components/landing/landing-faq.tsx
···88const faqItems = [
99 {
1010 q: "What is One Calendar's product direction?",
1111- a: "One Calendar is positioned as a privacy-first, weekly-focused open-source calendar built for clarity and control.",
1111+ a: "One Calendar is positioned as a privacy-first, planning-focused open-source calendar built for clarity and control.",
1212 },
1313 {
1414 q: "Which import formats are supported?",
···26262727export function LandingFaq() {
2828 return (
2929- <section className="border-b border-white/10 py-16 md:py-20">
2929+ <section id="faq" className="border-b border-white/10 py-16 md:py-20">
3030 <div className="grid gap-8 md:grid-cols-[240px_1fr]">
3131 <h2 className="text-3xl font-semibold text-white md:text-5xl">FAQ</h2>
3232 <div className="rounded-2xl border border-white/10 bg-[var(--landing-panel)] px-5 md:px-6">