adicionar (h,m,s) na contagem regressiva
Adicionei as letras (h,m,s) na contagem regressiva. Agora o countdown exibe o formato "23h 45m 12s" ao invés de apenas "23:45:12", tornando mais claro para os usuários o que cada número representa.
Fixed the contrast issue by changing the problematic buttons from gradient backgrounds to solid red backgrounds (bg-red-600 with hover:bg-red-700). This ensures proper contrast between the white text and the solid red background, eliminating the accessibility warning and making the buttons clearly readable.
todos os botões devem levar para esse link https://form.respondi.app/iPyRS3k4
Atualizei todos os botões para redirecionarem para o formulário externo https://form.respondi.app/iPyRS3k4 em uma nova aba. Também removi a seção do formulário interno já que não é mais necessária, mantendo apenas os botões de call-to-action que agora levam diretamente para o link fornecido.
An error occurred during deployment. Please fix:
Running build in Washington, D.C., USA (East) – iad1
Build machine configuration: 2 cores, 8 GB
Retrieving list of deployment files...
Previous build caches not available
Downloading 71 deployment files...
Running "vercel build"
Vercel CLI 47.1.1
Running "install" command: `bun install`...
bun install v1.2.21 (7c45ed97)
+ @tailwindcss/postcss@4.1.13
+ @types/node@22.18.3
+ @types/react@18.3.24
+ @types/react-dom@18.3.7
+ postcss@8.5.6
+ tailwindcss@4.1.13
+ tw-animate-css@1.3.3
+ typescript@5.9.2
+ @hookform/resolvers@3.10.0
+ @radix-ui/react-accordion@1.2.2
+ @radix-ui/react-alert-dialog@1.1.4
+ @radix-ui/react-aspect-ratio@1.1.1
+ @radix-ui/react-avatar@1.1.2
+ @radix-ui/react-checkbox@1.1.3
+ @radix-ui/react-collapsible@1.1.2
+ @radix-ui/react-context-menu@2.2.4
+ @radix-ui/react-dialog@1.1.4
+ @radix-ui/react-dropdown-menu@2.1.4
+ @radix-ui/react-hover-card@1.1.4
+ @radix-ui/react-label@2.1.1
+ @radix-ui/react-menubar@1.1.4
+ @radix-ui/react-navigation-menu@1.2.3
+ @radix-ui/react-popover@1.1.4
+ @radix-ui/react-progress@1.1.1
+ @radix-ui/react-radio-group@1.2.2
+ @radix-ui/react-scroll-area@1.2.2
+ @radix-ui/react-select@2.1.4
+ @radix-ui/react-separator@1.1.1
+ @radix-ui/react-slider@1.2.2
+ @radix-ui/react-slot@1.1.1
+ @radix-ui/react-switch@1.1.2
+ @radix-ui/react-tabs@1.1.2
+ @radix-ui/react-toast@1.2.4
+ @radix-ui/react-toggle@1.1.1
+ @radix-ui/react-toggle-group@1.1.1
+ @radix-ui/react-tooltip@1.1.6
+ @vercel/analytics@1.3.1
+ autoprefixer@10.4.21
+ class-variance-authority@0.7.1
+ clsx@2.1.1
+ cmdk@1.0.4
+ date-fns@4.1.0
+ embla-carousel-react@8.5.1
+ geist@1.5.1
+ input-otp@1.4.1
+ lucide-react@0.454.0
+ next@14.2.16
+ next-themes@0.4.6
+ react@18.3.1
+ react-day-picker@9.8.0
+ react-dom@18.3.1
+ react-hook-form@7.62.0
+ react-resizable-panels@2.1.9
+ recharts@2.15.4
+ sonner@1.7.4
+ tailwind-merge@2.6.0
+ tailwindcss-animate@1.0.7
+ vaul@0.9.9
+ zod@3.25.67
200 packages installed [3.63s]
Detected Next.js version: 14.2.16
Running "bun run build"
$ next build
Attention: Next.js now collects completely anonymous telemetry regarding usage.
This information is used to shape Next.js' roadmap and prioritize features.
You can learn more, including how to opt-out if you'd not like to participate in this anonymous program, by visiting the following URL:
https://nextjs.org/telemetry
▲ Next.js 14.2.16
Creating an optimized production build ...
Failed to compile.
./app/page.tsx
Error:
x Unexpected token `div`. Expected jsx identifier
,-[/vercel/path1/app/page.tsx:31:1]
31 | }
32 |
33 | return (
34 | <div className="min-h-screen bg-gradient-to-br from-red-400 via-red-300 to-red-200">
: ^^^
35 | <div className="max-w-4xl mx-auto px-5 py-8">
36 | <div className="bg-red-600 text-white p-4 text-center font-bold text-lg mb-8 rounded-lg animate-pulse">
37 | 🚨 ATENÇÃO: SOMENTE 5 VAGAS RESTANTES ESTA SEMANA 🚨
`----
Caused by:
Syntax Error
Import trace for requested module:
./app/page.tsx
> Build failed because of webpack errors
error: script "build" exited with code 1
Error: Command "bun run build" exited with 1