From e359d4c2d5a538c681428fd9bfbcd86064632153 Mon Sep 17 00:00:00 2001 From: development Date: Mon, 12 Jan 2026 12:30:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7dd74cc..dc6b413 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -91,6 +91,11 @@ export default function LandingPage() { id: "experience", label: "Experience", title: "Intuitive Discovery", items: [ "Seamless browsing", "Advanced search & filtering", "Personalized recommendations" ] + }, + { + id: "community", label: "Community", title: "Creative Collaboration", items: [ + "Direct artist contact", "Exhibition opportunities", "Networking events" + ] } ]} animationType="slide-up" -- 2.49.1