Skip to content

Commit 2f0a7c0

Browse files
committed
feat(screenshot): add app screenshots
1 parent 435715c commit 2f0a7c0

4 files changed

Lines changed: 1 addition & 1 deletion

File tree

src/assets/screenshot-1.png

230 KB
Loading

src/assets/screenshot-2.png

222 KB
Loading

src/assets/screenshot-3.png

198 KB
Loading

src/components/ScreenshotsSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const ScreenshotsSection = ({ t }: ScreenshotsSectionProps) => {
4545
animationDelay: `${index * 150}ms`,
4646
}}
4747
>
48-
<div className="relative group">
48+
<div className="relative group py-16">
4949
{/* Glow effect for center image */}
5050
{index === 1 && (
5151
<div className="absolute -inset-4 bg-primary/20 rounded-3xl blur-2xl" />

0 commit comments

Comments
 (0)