| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Up to standards ✅🟢 Issues 0 issues🟢 Metrics 0 complexity · 0 duplication
NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer |
Sorry, something went wrong.
Sorry, something went wrong.
| variant="tonal" | ||
| class="ma-2" | ||
| @click="scrollToHowItWorks" | ||
| > | ||
| See how it works | ||
| <VIcon end :icon="mdiChevronDown" /> | ||
| </VBtn> | ||
| </div> | ||
| </VCol> |
There was a problem hiding this comment.
Hero tagline uses <h2> instead of <p>
The hero description ("Earn up to $70 for every customer…") is tagged as <h2>, giving it the same heading level as the five semantic section headings that follow ("Why promote httpSMS", "How it works", etc.). Screen readers and SEO crawlers build a document outline from <h> tags, so a descriptive paragraph styled as <h2> flattens the hierarchy. A <p> tag with the same Vuetify typography classes would convey the same visual appearance while keeping the heading structure meaningful. The same four classes (text-headline-small font-weight-light text-medium-emphasis mb-8) work on a <p> element.
Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!
Sorry, something went wrong.
Add a /affiliates marketing page with hero, benefit cards, how-it-works steps, a two-column FAQ, and a closing CTA. All CTAs point to the LemonSqueezy signup, and the external Affiliates footer link now uses an internal NuxtLink. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Rewrite the /affiliates page to match the site's visual language (gradient headings, highlights strip, VSheet sections). Use the real Lemon Squeezy affiliate FAQ copy in a two-column grid and surface the 20% commission alongside the up-to-\ payout. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Drop the gradient-header and gradient-underline treatments (reserved for the homepage hero). Keep the title at text-display-large and use the theme primary color for emphasis instead. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Add /getting-started page walking new users through downloading, installing, signing in and sending their first SMS. Reuses blog images, adds GIF placeholders, links to how-to posts, and adds discoverability via a footer link and a CTA on the threads empty state. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 236dddd8-bdf2-4e0a-ac56-0ce8ab98d88e
The floating "version: 11" in pnpm/action-setup resolved to 11.12.0, whose self-installer crashes with "Cannot use 'in' operator to search for 'integrity' in undefined" and fails the Validate job. Pin to 11.3.0 to match the local dev version that generated the lockfile. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 236dddd8-bdf2-4e0a-ac56-0ce8ab98d88e
Change the hero description from <h2> to <p> so it no longer shares a heading level with the semantic section headings, keeping the document outline meaningful for screen readers and SEO. Same Vuetify typography classes preserve the visual appearance. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: e720b62d-82e1-4d3c-b82e-11f3a2b7f7f8
| Back | FazBrowse Home | New Git URL |
Summary
Adds a dedicated /affiliates landing page and replaces the external Affiliates footer link with an internal link to it. Also adds a beginner-friendly /getting-started onboarding page that walks new users through sending their first SMS.
Changes
Affiliates page
Getting started page
Verification