@@ -14,10 +14,10 @@ export const Route = createFileRoute("/_view/")({
1414function Component ( ) {
1515 return (
1616 < main className = "flex-1 bg-linear-to-b from-white via-stone-50/20 to-white min-h-screen" >
17- < div className = "max-w-6xl mx-auto py-12 border-x border-neutral-100" >
17+ < div className = "max-w-6xl mx-auto border-x border-neutral-100" >
1818 < div className = "bg-linear-to-b from-stone-50/30 to-stone-100/30" >
1919 < div className = "flex flex-col items-center text-center" >
20- < section className = "flex flex-col items-center text-center gap-12 pt-12 pb -24" >
20+ < section className = "flex flex-col items-center text-center gap-12 py -24" >
2121 < div className = "space-y-6 max-w-4xl" >
2222 < h1 className = "text-4xl sm:text-5xl font-serif tracking-tight text-stone-600" >
2323 The AI notepad for < br className = "block sm:hidden" /> private meetings
@@ -468,60 +468,55 @@ Mad respect to the team. This is how you build in 2025. 🚀"
468468 < GitHubOpenSource />
469469
470470 { /* Manifesto Section */ }
471- < section className = "py-16 sm:py-24 border-t border-neutral-100" >
472- < div className = "max-w-4xl mx-auto px-6" >
473- { /* Postcard */ }
474- < div className = "bg-stone-50 border border-neutral-200 rounded-sm p-8 sm:p-12" >
475- < h2 className = "text-2xl sm:text-3xl font-serif text-stone-600 mb-4" > Our manifesto</ h2 >
476-
477- < div className = "space-y-4 text-neutral-700 leading-relaxed" >
478- < p className = "text-base sm:text-lg" >
479- Work should be about building, not busywork. Hyprnote exists to take care of everything that gets in
480- the way — organizing notes, sending follow-ups, updating CRMs — so you can stay focused on what
481- matters.
482- </ p >
483-
484- < p className = "text-base sm:text-lg" >
485- We believe in a future where individuals are empowered to work faster and smarter without giving up
486- control of their data. Built local-first and privacy-first, Hyprnote is here to make that future real.
487- </ p >
488- </ div >
489-
490- { /* Team photos */ }
491- < div className = "flex gap-2 mt-12 mb-4" >
492- < img
493- src = "/team/john.png"
494- alt = "John Jeong"
495- className = "size-8 rounded-full object-cover border border-neutral-200"
496- />
497- < img
498- src = "/team/yujong.png"
499- alt = "Yujong Lee"
500- className = "size-8 rounded-full object-cover border border-neutral-200"
501- />
502- </ div >
503-
504- { /* Team names and signature */ }
505- < div className = "space-y-4" >
506- < div >
507- < p className = "text-base text-neutral-600 font-medium italic font-serif" > Hyprnote</ p >
508- < p className = "text-sm text-neutral-500" > John Jeong, Yujong Lee</ p >
471+ < section className = "py-16 border-t border-neutral-100 px-4" >
472+ < div className = "max-w-4xl mx-auto" >
473+ < div className = "border border-neutral-200 p-4" style = { { backgroundImage : 'url(/patterns/white_leather.png)' } } >
474+ { /* Postcard */ }
475+ < div className = "bg-stone-50 border border-neutral-200 rounded-sm p-8 sm:p-12" style = { { backgroundImage : 'url(/patterns/paper.png)' } } >
476+ < h2 className = "text-2xl sm:text-3xl font-serif text-stone-600 mb-4" > Our manifesto</ h2 >
477+
478+ < div className = "space-y-4 text-neutral-700 leading-relaxed" >
479+ < p > We believe in the power of notetaking, not notetakers. Meetings should be moments of presence, not passive attendance. If you are not adding value, your time is better spent elsewhere for you and your team.</ p >
480+ < p > Hyprnote exists to preserve what makes us human: conversations that spark ideas, collaborations that move work forward. We build tools that amplify human agency, not replace it. No ghost bots. No silent note lurkers. Just people, thinking together.</ p >
481+ < p > We stand with those who value real connection and purposeful collaboration.</ p >
509482 </ div >
510483
511- { /* Signature SVG */ }
512- < div >
484+ { /* Team photos */ }
485+ < div className = "flex gap-2 mt-12 mb-4" >
513486 < img
514- src = "/hyprnote_signature_light.svg "
515- alt = "Hyprnote Signature "
516- className = "w-32 h-auto opacity-80 "
487+ src = "/team/john.png "
488+ alt = "John Jeong "
489+ className = "size-8 rounded-full object-cover border border-neutral-200 "
517490 />
491+ < img
492+ src = "/team/yujong.png"
493+ alt = "Yujong Lee"
494+ className = "size-8 rounded-full object-cover border border-neutral-200"
495+ />
496+ </ div >
497+
498+ { /* Team names and signature */ }
499+ < div className = "space-y-4" >
500+ < div >
501+ < p className = "text-base text-neutral-600 font-medium italic font-serif" > Hyprnote</ p >
502+ < p className = "text-sm text-neutral-500" > John Jeong, Yujong Lee</ p >
503+ </ div >
504+
505+ { /* Signature SVG */ }
506+ < div >
507+ < img
508+ src = "/hyprnote_signature_light.svg"
509+ alt = "Hyprnote Signature"
510+ className = "w-32 h-auto opacity-80"
511+ />
512+ </ div >
518513 </ div >
519514 </ div >
520515 </ div >
521516 </ div >
522517 </ section >
523518
524- < section className = "py-16 sm:py-24 border-t border-neutral-100 bg-linear-to-t from-stone-50/30 to-stone-100/30" >
519+ < section className = "py-16 border-t border-neutral-100 bg-linear-to-t from-stone-50/30 to-stone-100/30" >
525520 < div className = "flex flex-col gap-6 items-center" >
526521 < div className = "mb-4 size-40 shadow-2xl border border-neutral-100 flex justify-center items-center rounded-[48px] bg-transparent" >
527522 < img
0 commit comments