Templates Startup

Top 7 key effects

Landing page for startup with hero, features and testimonials.

Floating Gradient Orbs

Where: Global background (fixed)

Two blurred indigo and cyan spheres float slowly in the background. Creates a modern, premium tech atmosphere without distracting from main content.

filter: blur(120px) + animation: float 15s ease-in-out infinite Explore Backgrounds →
Glass Nav

Glassmorphism Nav

Where: Fixed navigation on scroll

Nav becomes semi-transparent with background blur on scroll. Lets content show through while keeping navigation perfectly readable.

backdrop-filter: blur(20px) + background: rgba(10,10,15,0.9) Explore Glass & Morphism →
NexaFlow

Gradient Text

Where: Logo, hero title, section titles

Text uses indigo-cyan gradient instead of flat color. Reinforces brand identity and naturally draws eye to key page elements.

background: linear-gradient() + -webkit-background-clip: text Explore Text & Typography →
Demarrer

Shimmer Button CTA

Where: CTA buttons (Hero + sections)

A luminous reflection crosses the main button on hover. Adds premium feel to CTA and draws attention to main action without being intrusive.

::before linear-gradient(transparent, white, transparent) + left animation Explore Buttons →
Feature

Feature Card Lift

Where: Features section + Testimonials

Cards rise 8px on hover with a color bar that expands at the top. Clearly communicates interactivity and creates visual hierarchy on hover.

transform: translateY(-8px) + ::before scaleX(0 → 1) Explore Hover & Interactions →
10K+users

Counter Animation

Where: Social Proof section (metrics)

Key numbers (clients, uptime, ROI) animate counting upward on scroll. More impactful than static numbers — gives impression of real-time results.

animation: fadeInUp + JS IntersectionObserver counter Explore Data & Visualization →
Scroll

Fade In Up on Scroll

Where: All sections

Each section appears sliding up with fade-in. Gives pleasant reading rhythm and prevents "wall of content" effect on load.

animation: fadeInUp 0.8s ease + IntersectionObserver Explore Scroll & Parallax →