Skip to content

Commit 83e5f49

Browse files
committed
Feat: new hero section product images
1 parent ca9e75a commit 83e5f49

5 files changed

Lines changed: 3 additions & 3 deletions

File tree

apps/snow-leopard/app/page.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,15 +141,15 @@ export default function Home() {
141141
<div className="mt-16 flex justify-center w-full">
142142
<div className="hero-frame">
143143
<Image
144-
src="/images/SLlight.jpeg"
144+
src="/images/lightmode.png"
145145
alt="Snow Leopard Demo Preview"
146146
width={1200}
147147
height={675}
148148
className="rounded-lg block dark:hidden"
149149
priority={true}
150150
/>
151151
<Image
152-
src="/images/SLdark.jpeg"
152+
src="/images/darkmode.png"
153153
alt="Snow Leopard Demo Preview (Dark Mode)"
154154
width={1200}
155155
height={675}
@@ -223,7 +223,6 @@ export default function Home() {
223223
<h3 className="text-xs font-medium">Suggestion</h3>
224224
</div>
225225
<div className="demo-overlay-input-placeholder">
226-
{/* Text will be animated by CSS ::before */}
227226
</div>
228227
<div className="demo-overlay-diff-view">
229228
<span className="text-red-500 line-through dark:text-red-400/70">is a bit weak and verbose.</span>
@@ -699,6 +698,7 @@ export default function Home() {
699698
to { opacity: 1; }
700699
}
701700
html.dark .inline-tab-icon {
701+
background: linear-gradient(145deg, #2c2c2c, #1f1f1f);
702702
border-color: #444444;
703703
box-shadow: 0 2px 0 rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.05);
704704
color: hsl(var(--muted-foreground));
-558 KB
Binary file not shown.
-575 KB
Binary file not shown.
635 KB
Loading
634 KB
Loading

0 commit comments

Comments
 (0)