fix: Restore puma logo and update labels to match pricing style
Some checks failed
CI / Frontend Lint & Type Check (push) Has been cancelled
CI / Frontend Build (push) Has been cancelled
CI / Backend Lint (push) Has been cancelled
CI / Backend Tests (push) Has been cancelled
CI / Docker Build (push) Has been cancelled
CI / Security Scan (push) Has been cancelled
Deploy / Build & Push Images (push) Has been cancelled
Deploy / Deploy to Server (push) Has been cancelled
Deploy / Notify (push) Has been cancelled
Some checks failed
CI / Frontend Lint & Type Check (push) Has been cancelled
CI / Frontend Build (push) Has been cancelled
CI / Backend Lint (push) Has been cancelled
CI / Backend Tests (push) Has been cancelled
CI / Docker Build (push) Has been cancelled
CI / Security Scan (push) Has been cancelled
Deploy / Build & Push Images (push) Has been cancelled
Deploy / Deploy to Server (push) Has been cancelled
Deploy / Notify (push) Has been cancelled
This commit is contained in:
@ -184,13 +184,19 @@ export default function HomePage() {
|
|||||||
<section className="relative pt-32 sm:pt-40 md:pt-48 pb-16 sm:pb-20 px-4 sm:px-6">
|
<section className="relative pt-32 sm:pt-40 md:pt-48 pb-16 sm:pb-20 px-4 sm:px-6">
|
||||||
<div className="max-w-7xl mx-auto">
|
<div className="max-w-7xl mx-auto">
|
||||||
<div className="text-center max-w-5xl mx-auto">
|
<div className="text-center max-w-5xl mx-auto">
|
||||||
{/* Brand Mark */}
|
{/* Puma Logo */}
|
||||||
<div className="flex justify-center mb-6 sm:mb-8 animate-fade-in">
|
<div className="flex justify-center mb-8 sm:mb-10 animate-fade-in">
|
||||||
<div className="relative">
|
<div className="relative">
|
||||||
<div className="inline-flex items-center gap-2 px-4 py-2 bg-accent/10 border border-accent/20 rounded-full">
|
<Image
|
||||||
<Activity className="w-4 h-4 text-accent" />
|
src="/pounce-puma.png"
|
||||||
<span className="text-sm font-medium text-accent">Domain Intelligence Platform</span>
|
alt="pounce"
|
||||||
</div>
|
width={400}
|
||||||
|
height={280}
|
||||||
|
className="w-40 h-auto sm:w-52 md:w-64 object-contain drop-shadow-[0_0_60px_rgba(16,185,129,0.3)]"
|
||||||
|
priority
|
||||||
|
/>
|
||||||
|
{/* Glow ring */}
|
||||||
|
<div className="absolute inset-0 -z-10 bg-accent/20 blur-3xl rounded-full scale-150" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -369,11 +375,8 @@ export default function HomePage() {
|
|||||||
{/* Section Header */}
|
{/* Section Header */}
|
||||||
<div className="flex flex-col sm:flex-row sm:items-end sm:justify-between gap-6 mb-10 sm:mb-14">
|
<div className="flex flex-col sm:flex-row sm:items-end sm:justify-between gap-6 mb-10 sm:mb-14">
|
||||||
<div>
|
<div>
|
||||||
<div className="inline-flex items-center gap-2 px-4 py-2 bg-accent/10 border border-accent/20 rounded-full mb-5">
|
<span className="text-sm font-semibold text-accent uppercase tracking-wider">TLD Intelligence</span>
|
||||||
<TrendingUp className="w-4 h-4 text-accent" />
|
<h2 className="mt-4 font-display text-3xl sm:text-4xl md:text-5xl tracking-[-0.03em] text-foreground">
|
||||||
<span className="text-sm font-medium text-accent">TLD Intelligence</span>
|
|
||||||
</div>
|
|
||||||
<h2 className="font-display text-3xl sm:text-4xl md:text-5xl tracking-[-0.03em] text-foreground">
|
|
||||||
Market movers.
|
Market movers.
|
||||||
</h2>
|
</h2>
|
||||||
<p className="mt-3 text-foreground-muted max-w-lg">
|
<p className="mt-3 text-foreground-muted max-w-lg">
|
||||||
|
|||||||
Reference in New Issue
Block a user