Refactor landing page layout and update assets

- Replaced the Hero component with a new section layout for improved structure and responsiveness.
- Updated download buttons for macOS, Windows, and Linux with enhanced styling.
- Added a new application screenshot in WebP format and removed the old App.webp asset.
- Adjusted Header component to capitalize the application name for consistency.
- Minor formatting improvements in HistoryTable for better readability.
This commit is contained in:
Jamie Pine
2026-01-25 18:14:36 -08:00
parent e6a05f7208
commit 75520e0c29
7 changed files with 108 additions and 86 deletions
+5 -4
View File
@@ -108,9 +108,7 @@ export function HistoryTable() {
{gen.profile_name}
</div>
<div className="flex items-center gap-2">
<span className="text-xs text-muted-foreground">
{gen.language}
</span>
<span className="text-xs text-muted-foreground">{gen.language}</span>
<span className="text-xs text-muted-foreground">
{formatDuration(gen.duration)}
</span>
@@ -131,7 +129,10 @@ export function HistoryTable() {
</div>
{/* Far right - Ellipsis actions */}
<div className="w-10 shrink-0 flex justify-end" onClick={(e) => e.stopPropagation()}>
<div
className="w-10 shrink-0 flex justify-end"
onClick={(e) => e.stopPropagation()}
>
<DropdownMenu>
<DropdownMenuTrigger asChild>
<Button