From 33da17820a685b2539e8b73d3d5ae6ef2d77b48b Mon Sep 17 00:00:00 2001 From: neonwatty Date: Fri, 30 Jan 2026 04:28:23 -0700 Subject: [PATCH] refactor: simplify demo section - video above features with clear CTA --- public/index.html | 179 +++++++++------------------------------------- 1 file changed, 35 insertions(+), 144 deletions(-) diff --git a/public/index.html b/public/index.html index 771aa0a..542cbe1 100644 --- a/public/index.html +++ b/public/index.html @@ -467,32 +467,14 @@ margin-bottom: 5rem; } - .demo-grid { - display: grid; - grid-template-columns: 320px 1fr; - gap: 2rem; - align-items: start; - } - - .demo-video-container { + .demo-container { background: var(--bg-surface); border: 1px solid var(--border); - border-radius: 16px; - padding: 1.5rem; + border-radius: 24px; + padding: 3rem; text-align: center; - } - - .demo-video-container h3 { - font-size: 1.1rem; - font-weight: 600; - margin-bottom: 0.5rem; - color: var(--text-primary); - } - - .demo-video-container > p { - color: var(--text-subtle); - font-size: 0.85rem; - margin-bottom: 1rem; + max-width: 500px; + margin: 0 auto; } .demo-video-wrapper { @@ -500,89 +482,32 @@ border-radius: 12px; overflow: hidden; background: #000; + margin-bottom: 2rem; } .demo-video-wrapper iframe { width: 100%; aspect-ratio: 9/16; + max-height: 400px; border: none; display: block; } - .demo-container { - background: var(--bg-surface); - border: 1px solid var(--border); - border-radius: 24px; - padding: 2rem; - text-align: center; - } - - .demo-container h3 { - font-size: 1.25rem; - font-weight: 600; - margin-bottom: 0.5rem; - color: var(--text-primary); - } - - .demo-container > p { - color: var(--text-subtle); - margin-bottom: 1.5rem; - } - - .demo-frame-wrapper { - position: relative; - border-radius: 12px; - overflow: hidden; - border: 1px solid var(--border); - background: var(--bg-deep); - } - - .demo-frame-header { + .demo-cta { display: flex; + flex-direction: column; + gap: 1rem; align-items: center; - gap: 0.5rem; - padding: 0.75rem 1rem; - background: var(--bg-elevated); - border-bottom: 1px solid var(--border); } - .demo-frame-dot { - width: 12px; - height: 12px; - border-radius: 50%; - background: var(--border); + .demo-cta .btn-primary { + padding: 1rem 2rem; + font-size: 1rem; } - .demo-frame-dot.red { background: #f7768e; } - .demo-frame-dot.yellow { background: #e0af68; } - .demo-frame-dot.green { background: #9ece6a; } - - .demo-frame-url { - flex: 1; - text-align: center; - font-family: 'JetBrains Mono', monospace; - font-size: 0.75rem; + .demo-cta p { color: var(--text-muted); - } - - .demo-iframe { - width: 100%; - height: 500px; - border: none; - display: block; - } - - .demo-cta { - margin-top: 1.5rem; - display: flex; - justify-content: center; - gap: 1rem; - flex-wrap: wrap; - } - - .demo-cta .btn { - padding: 0.75rem 1.5rem; - font-size: 0.9rem; + font-size: 0.85rem; } /* Try it callout */ @@ -699,21 +624,8 @@ padding: 0.75rem; } - .demo-grid { - grid-template-columns: 1fr; - } - - .demo-video-container { - max-width: 300px; - margin: 0 auto; - } - - .demo-iframe { - height: 400px; - } - .demo-container { - padding: 1.5rem; + padding: 2rem; } } @@ -781,6 +693,25 @@

Issues Created Automatically

+
+

See It In Action

+
+
+ +
+
+ Try Live Demo → +

See BugDrop running on a real app

+
+
+
+

Features

@@ -815,46 +746,6 @@

Privacy First

-
-

See It In Action

-
-
-

Watch Demo

-

60-second walkthrough

-
- -
-
-
-

Try It Live

-

Click the feedback button in the bottom-right corner of the demo below.

-
-
- - - - neonwatty.github.io/feedback-widget-test -
- -
- -
-
-
-

Quick Start

Get up and running in under a minute.