Skip to content

Commit 5e4743d

Browse files
committed
fix: calendar
1 parent 24559c9 commit 5e4743d

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

app/(home)/page.tsx

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,7 @@ import PageTitle from "@/components/PageTitle";
1010
export default function Home() {
1111
const events: Event[] = [
1212
{
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),
13+
date: new Date("2015-04-05"),
2014
category: "Produto",
2115
name: "Término das Vendas do Kit Bixe 2026",
2216
link: "https://cheers.com.br/pagina/aaacec"

0 commit comments

Comments
 (0)