加载中…
案例库 · 公开证据

提示语
创建一个 SaaS 落地页的 hero section,严格遵循以下规格: 页面布局 整个页面采用 h-screen flex flex-col bg-background overflow-hidden——Navbar + Hero 恰好填满…

提示语
使用 React 和 Tailwind CSS 为 Web 应用创建一个响应式的全屏 hero section。 设计系统与资源: 字体:加载并使用 'Manrope'(用于 UI/Nav)、'Cabin'(用于按钮/标签)、'Instrument…

source-motionsites prompt-public not-rerun license-review web-ui motion-3d
提示语
使用 Tailwind CSS、`motion/react` 实现动画,并使用 `lucide-react` 提供图标,构建一个 React 函数组件。 **1. 字体排版与设置:** - 从 Google Fonts 导入 "Inter" 字体(字重…

提示语
使用 React + TypeScript + Tailwind CSS,为名为 "securify" 的数据安全 SaaS 落地页构建一个全屏首屏区域,包含循环播放的全屏背景视频、悬浮的胶囊形导航栏和错落排布的大号文字。 字体与全局样式…

提示语
创建一个高端私人飞机落地页首屏区域,规格如下: 视频背景: 使用此确切的 CloudFront 视频 URL:https://d8j0ntlcm91z4.cloudfront.net/user_38xzZboKViGWJOttwIXH07lWA1P/hf_20260328_091828_e240eb1…

提示语
提示词:复刻“Design Rocket Certificates”电子邮件风格落地页 构建一个单页 React + TypeScript + Vite + Tailwind CSS 项目,渲染一个电子邮件风格的营销页面,宣传与 Microsoft 合作推出的“Design…

提示语
字体 主字体:Google Fonts 的 'Nunito'(字重:400、500、600、700、800、900) 展示/标题字体:'Feather Bold',来自 https://db.onlinewebfonts.com/c/14936bb7a4b6575fd2eee80a3ab52cc2?family=Feath…

source-aceternity prompt-public not-rerun license-review web-ui motion-3d
提示语
// components/ui/parallax-hero-images.tsx "use client"; import React, { useEffect, useState, useMemo, useCallback, memo } from "react"; import { motion, useMotionValue, useSpring,…

source-aceternity prompt-public not-rerun license-review web-ui motion-3d
提示语
// components/ui/world-map.tsx "use client"; import { useRef } from "react"; import { motion } from "motion/react"; import DottedMap from "dotted-map"; import { useTheme } from…

source-aceternity prompt-public not-rerun license-review web-ui motion-3d
提示语
// components/ui/file-upload.tsx "use client"; import { cn } from "@/lib/utils"; import React, { useRef, useState } from "react"; import { motion } from "motion/react"; import { IconUpload…

source-aceternity prompt-public not-rerun license-review web-ui motion-3d
提示语
// components/ui/placeholders-and-vanish-input.tsx "use client"; import { AnimatePresence, motion } from "motion/react"; import { useCallback, useEffect, useRef, useState } from "react";…

source-aceternity prompt-public not-rerun license-review web-ui motion-3d
提示语
// components/ui/evervault-card.tsx "use client"; import { useMotionValue } from "motion/react"; import React, { useState, useEffect } from "react"; import { useMotionTemplate, motion }…

source-aceternity prompt-public not-rerun license-review web-ui motion-3d
提示语
// components/ui/sidebar.tsx "use client"; import { cn } from "@/lib/utils"; import React, { useState, createContext, useContext } from "react"; import { AnimatePresence, motion } from…
source-aceternity prompt-public not-rerun license-review web-ui motion-3d
提示语
// components/ui/sparkles.tsx "use client"; import React, { useId, useMemo } from "react"; import { useEffect, useState } from "react"; import Particles, { initParticlesEngine } from…

source-aceternity prompt-public not-rerun license-review web-ui motion-3d
提示语
// components/ui/notch.tsx "use client"; import React, { useEffect, useId, useRef, useState } from "react"; import { AnimatePresence, motion } from "motion/react"; import { cn } from…

source-aceternity prompt-public not-rerun license-review web-ui motion-3d
提示语
// components/ui/pointer-highlight.tsx "use client"; import { cn } from "@/lib/utils"; import { motion } from "motion/react"; import { useRef, useEffect, useState } from "react"; export…

source-aceternity prompt-public not-rerun license-review web-ui motion-3d
提示语
// components/ui/text-hover-effect.tsx "use client"; import React, { useRef, useEffect, useState } from "react"; import { motion } from "motion/react"; export const TextHoverEffect = ({…

source-aceternity prompt-public not-rerun license-review web-ui motion-3d
提示语
// components/ui/comet-card.tsx "use client"; import React, { useRef } from "react"; import { motion, useMotionValue, useSpring, useTransform, useMotionTemplate, } from "motion/react";…

source-aceternity prompt-public not-rerun license-review web-ui motion-3d
提示语
// components/ui/colourful-text.tsx "use client"; import React from "react"; import { motion } from "motion/react"; export default function ColourfulText({ text }: { text: string }) {…
source-aceternity prompt-public not-rerun license-review web-ui motion-3d
提示语
// components/ui/3d-pin.tsx "use client"; import React, { useState } from "react"; import { motion } from "motion/react"; import { cn } from "@/lib/utils"; export const PinContainer = ({…

source-aceternity prompt-public not-rerun license-review web-ui motion-3d
提示语
// components/ui/wobble-card.tsx "use client"; import React, { useState } from "react"; import { motion } from "motion/react"; import { cn } from "@/lib/utils"; export const WobbleCard =…

source-aceternity prompt-public not-rerun license-review web-ui motion-3d
提示语
// components/ui/text-flipping-board.tsx "use client"; import React, { useEffect, useRef, useState, useMemo } from "react"; import { motion } from "motion/react"; import { cn } from…

提示语
// components/ui/scales.tsx import { cn } from "@/lib/utils"; import React from "react"; export interface ScalesProps { orientation?: "horizontal" | "vertical" | "diagonal"; size?: number;…

source-aceternity prompt-public not-rerun license-review web-ui motion-3d
提示语
// components/ui/ascii-art.tsx "use client"; import React, { useEffect, useLayoutEffect, useRef, useState, useCallback, useId, } from "react"; import { motion, useInView } from…