We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24559c9 commit 5e4743dCopy full SHA for 5e4743d
1 file changed
app/(home)/page.tsx
@@ -10,13 +10,7 @@ import PageTitle from "@/components/PageTitle";
10
export default function Home() {
11
const events: Event[] = [
12
{
13
- date: new Date(2026, 2, 27),
14
- category: "Evento",
15
- name: "Churras à Trois 2026",
16
- link: "https://cheers.com.br/evento/churras-a-trois-29268"
17
- },
18
- {
19
- date: new Date(2026, 5, 4),
+ date: new Date("2015-04-05"),
20
category: "Produto",
21
name: "Término das Vendas do Kit Bixe 2026",
22
link: "https://cheers.com.br/pagina/aaacec"
0 commit comments