Skip to content

Commit 30809a0

Browse files
TonsOfFunclaude
andcommitted
feat: replace hero mockup with real app screenshot
Updates the landing page hero section to show an actual screenshot of the Dill application interface instead of a CSS placeholder mockup. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent fac0415 commit 30809a0

3 files changed

Lines changed: 9 additions & 20 deletions

File tree

174 KB
Loading

app/assets/stylesheets/marketing.css

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,14 @@
114114

115115
.hero__mockup {
116116
inline-size: 100%;
117-
max-inline-size: 32rem;
117+
max-inline-size: 40rem;
118+
}
119+
120+
.hero__screenshot {
121+
inline-size: 100%;
122+
block-size: auto;
123+
border-radius: 0.75rem;
124+
box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
118125
}
119126

120127
.mockup-window {

app/views/static_pages/home.html.erb

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -16,25 +16,7 @@
1616
</div>
1717
<div class="hero__visual">
1818
<div class="hero__mockup">
19-
<div class="mockup-window">
20-
<div class="mockup-header">
21-
<span class="mockup-dot"></span>
22-
<span class="mockup-dot"></span>
23-
<span class="mockup-dot"></span>
24-
</div>
25-
<div class="mockup-content">
26-
<div class="mockup-sidebar">
27-
<div class="mockup-item"></div>
28-
<div class="mockup-item mockup-item--active"></div>
29-
<div class="mockup-item"></div>
30-
</div>
31-
<div class="mockup-main">
32-
<div class="mockup-title"></div>
33-
<div class="mockup-text"></div>
34-
<div class="mockup-text mockup-text--short"></div>
35-
</div>
36-
</div>
37-
</div>
19+
<%= image_tag "hero-app-screenshot.png", alt: "Dill - AI-Powered Due Diligence Reports Interface", class: "hero__screenshot" %>
3820
</div>
3921
</div>
4022
</section>

0 commit comments

Comments
 (0)