Skip to content

Feature/new landing page - #214

Merged
chris-stinemetz merged 2 commits into
testfrom
feature/new-landing-page
Feb 3, 2026
Merged

Feature/new landing page#214
chris-stinemetz merged 2 commits into
testfrom
feature/new-landing-page

Conversation

@chris-stinemetz

Copy link
Copy Markdown
Contributor

No description provided.

- Replace starter template with premium landing page design
- Add glassmorphism CSS with light/dark theme support
- Implement animated graph visualization with hover effects
- Add hero section with early access form (Formspree)
- Add features grid, demo request section, and footer
- Update header with theme toggle and navigation links
- Remove unused starter template files and components
@chris-stinemetz
chris-stinemetz merged commit 2f0c509 into test Feb 3, 2026
1 check passed
@augmentcode

augmentcode Bot commented Feb 3, 2026

Copy link
Copy Markdown
🤖 Augment PR Summary

Summary: Replaces the existing marketing homepage with a new “premium glassmorphism” landing page and a persistent header.

Changes:

  • Rebuilt src/app.scss with a new design-token system, dark/light theme variables, and new section/component styling (hero, graph, features, demo, footer, contact).
  • Updated src/routes/+layout.svelte to render a sticky header with navigation, a theme toggle, and a “Request Demo” CTA.
  • Reimplemented src/routes/+page.svelte as a new landing page including an animated SVG “flow graph”, feature cards, and two Formspree-backed email capture forms.
  • Removed GitHub-metrics server load (+page.server.ts) and deleted starter/demo components (Counter.svelte, Header.svelte, layout.css).
  • Adjusted contact page subject initialization to react to the demo query param.

Technical Notes: Theme is persisted via localStorage and applied with a data-theme attribute; graph connections are drawn/animated client-side with SVG paths and hover hit-areas.

🤖 Was this summary useful? React with 👍 or 👎

@augmentcode augmentcode Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review completed. 2 suggestions posted.

Fix All in Augment

Comment augment review to trigger a new review at any time.

Comment thread src/app.scss
}

// iOS-style buttons
.logo-icon :global(svg) {

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:global(...) is a Svelte-scoped CSS escape, but this file is global SCSS imported via Vite; in plain CSS this makes the selector invalid and the rule gets dropped (also affects the other :global(svg) usages in this file).

Severity: medium

Fix This in Augment

🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.

Comment thread src/routes/+layout.svelte
<a
href="https://www.npmjs.com/package/@context-engine-bridge/context-engine-mcp-bridge"
class="nav-link"
target="_blank"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

External links using target="_blank" should generally include rel="noopener noreferrer" to avoid reverse-tabnabbing (also applies to other _blank links in the landing page/footer).

Severity: medium

Fix This in Augment

🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.

m1rl0k pushed a commit that referenced this pull request Mar 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant