All Prompts
All Prompts

partnerslogoscertificationdarkglassmorphicstatisticstrustedaerospace
Partner Logos Certification Section
Секция с логотипами партнеров, сертификатами и статистикой. Визуализация в стеклянных карточках на темном фоне для демонстрации доверия.
Prompt
<div class="py-24 px-6">
<div class="max-w-7xl mx-auto">
<div class="border-white/10 border rounded-3xl p-12 lg:p-16" style="background: rgba(255, 255, 255, 0.03); backdrop-filter: blur(40px); -webkit-backdrop-filter: blur(40px);">
<div class="text-center mb-12">
<p class="uppercase text-sm font-medium text-white/40 tracking-wide mb-3 font-sans">Trusted Partners</p>
<h3 class="text-2xl text-white tracking-tight mb-4 font-manrope font-medium">Certified by Leading Space Agencies</h3>
<p class="text-base text-white/60 max-w-2xl mx-auto font-sans">
Our space tourism program is officially certified and backed by the world's most trusted aerospace organizations, ensuring the highest safety standards for every mission.
</p>
</div>
<div class="grid grid-cols-2 lg:grid-cols-3 gap-8 mb-12">
<div class="flex flex-col items-center text-center p-6 rounded-2xl border border-white/10" style="background: rgba(255, 255, 255, 0.02);">
<span class="text-lg font-semibold text-white/60 hover:text-white/80 transition-colors duration-300 tracking-tight mb-2 font-sans">NASA</span>
<p class="text-xs text-white/40 font-sans">Safety Certification</p>
</div>
<div class="flex flex-col items-center text-center p-6 rounded-2xl border border-white/10" style="background: rgba(255, 255, 255, 0.02);">
<span class="text-lg font-semibold text-white/60 hover:text-white/80 transition-colors duration-300 tracking-tight mb-2 font-sans">SPACEX</span>
<p class="text-xs text-white/40 font-sans">Launch Technology</p>
</div>
<div class="flex flex-col items-center text-center p-6 rounded-2xl border border-white/10" style="background: rgba(255, 255, 255, 0.02);">
<span class="text-lg font-semibold text-white/60 hover:text-white/80 transition-colors duration-300 tracking-tight mb-2 font-sans">ESA</span>
<p class="text-xs text-white/40 font-sans">Mission Planning</p>
</div>
<div class="flex flex-col items-center text-center p-6 rounded-2xl border border-white/10" style="background: rgba(255, 255, 255, 0.02);">
<span class="text-lg font-semibold text-white/60 hover:text-white/80 transition-colors duration-300 tracking-tight mb-2 font-sans">BOEING</span>
<p class="text-xs text-white/40 font-sans">Spacecraft Design</p>
</div>
<div class="flex flex-col items-center text-center p-6 rounded-2xl border border-white/10" style="background: rgba(255, 255, 255, 0.02);">
<span class="text-lg font-semibold text-white/60 hover:text-white/80 transition-colors duration-300 tracking-tight mb-2 font-sans">BLUE ORIGIN</span>
<p class="text-xs text-white/40 font-sans">Propulsion Systems</p>
</div>
<div class="flex flex-col items-center text-center p-6 rounded-2xl border border-white/10" style="background: rgba(255, 255, 255, 0.02);">
<span class="text-lg font-semibold text-white/60 hover:text-white/80 transition-colors duration-300 tracking-tight mb-2 font-sans">VIRGIN</span>
<p class="text-xs text-white/40 font-sans">Training Programs</p>
</div>
</div>
<div class="grid grid-cols-1 md:grid-cols-3 gap-6">
<div class="text-center">
<div class="text-3xl text-white mb-2 font-manrope font-medium">99.8%</div>
<p class="text-sm text-white/60 font-sans">Mission Success Rate</p>
</div>
<div class="text-center">
<div class="text-3xl text-white mb-2 font-manrope font-medium">15+</div>
<p class="text-sm text-white/60 font-sans">Years Partnership</p>
</div>
<div class="text-center">
<div class="text-3xl text-white mb-2 font-manrope font-medium">500+</div>
<p class="text-sm text-white/60 font-sans">Joint Missions</p>
</div>
</div>
</div>
</div>
</div>