From 2a532e7ce5e8c73632c9c56b5bc903311e08d66a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 17:57:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 512cc9e..a3957cf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -87,16 +87,16 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "1", title: "Baile do Jaun", - subtitle: "O pulso do funk", category: "Funk", value: "2024", icon: Music, + title: "Baile do Jaun", + description: "O pulso do funk", icon: Music, mediaItems: [ { imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-performer-playing-electric-guitar-window_23-2148680332.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/woman-listening-music-through-headphones-home_23-2149061747.jpg" }, ], }, { - id: "2", title: "Lost&Found", - subtitle: "O som perdido", category: "Experimental", value: "2025", icon: Music, + title: "Lost&Found", + description: "O som perdido", icon: Music, mediaItems: [ { imageSrc: "http://img.b2bpic.net/free-photo/top-view-hard-disk-with-red-light_23-2149413360.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/sustainable-lifestyle-with-zero-waste_23-2148999455.jpg" },