-
Notifications
You must be signed in to change notification settings - Fork 0
feat(public): route founders to reviewed Website Correction #10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -107,7 +107,9 @@ <h1>Products for people. One sharper system for teams.</h1> | |
| <p class="hero-lead"> | ||
| Tiny Studio is the company layer behind Promptly, Drishti, and | ||
| 0509. The first two are calmer consumer products. The third is | ||
| where the work becomes more operational. | ||
| where the work becomes more operational. There is also one | ||
| managed service for founders, reviewed by a human: The Website | ||
| Correction. | ||
| </p> | ||
| <div class="action-row"> | ||
| <a class="button" href="#products">See the studio map</a> | ||
|
|
@@ -133,6 +135,12 @@ <h1>Products for people. One sharper system for teams.</h1> | |
| <strong><a href="https://inish.in/">inish.in</a></strong> | ||
| <p>The more personal surface for Nish, current bets, and context.</p> | ||
| </article> | ||
|
|
||
| <article class="rail-item"> | ||
| <span class="rail-label">Managed service</span> | ||
| <strong><a href="mailto:support@tinystudio.in?subject=Website%20Correction">The Website Correction</a></strong> | ||
| <p>One human-reviewed correction pass for founders, by email.</p> | ||
| </article> | ||
| </aside> | ||
| </div> | ||
| </section> | ||
|
|
@@ -263,6 +271,37 @@ <h3>0509</h3> | |
| </div> | ||
| </div> | ||
| </section> | ||
|
|
||
| <section class="shape" id="managed-service" aria-labelledby="managed-service-title"> | ||
| <div class="shell"> | ||
| <div class="section-head"> | ||
| <div> | ||
| <p class="eyebrow">Managed service</p> | ||
| <h2 id="managed-service-title">The Website Correction.</h2> | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
When a founder follows this CTA, they apply for “The Website Correction,” but the internal sales and delivery workflow recognizes only the “7-Day Website Revenue Leak Fix Sprint” ( AGENTS.md reference: AGENTS.md:L2-L3 Useful? React with 👍 / 👎. |
||
| </div> | ||
| <p class="section-copy"> | ||
| A separate lane from the products: one focused, human-reviewed | ||
| correction pass for founder-led managed IT and cybersecurity | ||
| companies with a live site. | ||
| </p> | ||
| </div> | ||
|
|
||
| <div class="team-feature"> | ||
| <p class="team-mark">Website Correction</p> | ||
| <h4>Fit and scope are reviewed by a human first.</h4> | ||
| <p> | ||
| Email the studio inbox with the subject "Website Correction", | ||
| share your site and the page that matters most, and a person | ||
| reviews whether it fits and what the correction covers. Work | ||
| starts only after that review. | ||
| </p> | ||
| <div class="action-row action-row-compact"> | ||
| <a class="button" href="mailto:support@tinystudio.in?subject=Website%20Correction">Apply by email</a> | ||
| <a class="text-link" href="/contact/">See the contact page</a> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| </section> | ||
| </main> | ||
|
|
||
| <footer class="footer"> | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When the homepage is shared through an Open Graph/Twitter consumer or read from its structured data, the new service remains invisible because the title, meta descriptions, image alt text, and JSON-LD at lines 6–69 still describe Tiny Studio exclusively as Promptly, Drishti, and 0509. The contact page's corresponding metadata was updated in this commit, so leaving the primary entry page stale prevents this new route from appearing in social previews and other machine-facing representations.
Useful? React with 👍 / 👎.