بنقرة واحدة
hero-section
Build modern landing page hero sections with animations. Use for homepage designs.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Build modern landing page hero sections with animations. Use for homepage designs.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Secure authentication using Better Auth on Next.js frontend and JWT verification in FastAPI backend with shared secret.
Generate backend routes, handle HTTP requests/responses, and connect to databases. Use for API and server-side development.
Design robust database schemas using tables, relationships, and migrations. Use for backend and data-driven applications.
Debug all issues, errors, and bugs related to authentication, frontend, and backend. Use to troubleshoot and fix web applications efficiently.
Create trendy glassmorphism buttons. Use when user wants modern button designs.
Build modern, accessible card components in Next.js with Tailwind CSS, including shadow effects, hover animations, responsive grids, and optimized images using next/image. Use when creating card layouts, product grids, content galleries, or any UI requiring card-based designs in Next.js applications.
| name | hero-section |
| description | Build modern landing page hero sections with animations. Use for homepage designs. |
Layout structure
Visual elements
Animations
<section class="hero">
<div class="hero-content">
<h1 class="animate-fade-in">Your Headline</h1>
<p class="animate-fade-in-delay">Supporting text</p>
<button class="cta-button">Get Started</button>
</div>
</section>