From bed369bc0c7495dc45908b4c5fc8b5d160ac2fc9 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sun, 19 Oct 2025 21:22:39 +0000 Subject: [PATCH] Add SEO to Community cgen-4c8215f3ec98441c8e7f3c7cfd4c9d82 --- client/pages/Community.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/client/pages/Community.tsx b/client/pages/Community.tsx index 2df6664e..bbc0ead2 100644 --- a/client/pages/Community.tsx +++ b/client/pages/Community.tsx @@ -1,4 +1,5 @@ import Layout from "@/components/Layout"; +import SEO from "@/components/SEO"; import { Button } from "@/components/ui/button"; import { Card, @@ -1788,6 +1789,8 @@ export default function Community() { } return ( + <> +
{/* Hero Section */} @@ -4630,5 +4633,6 @@ export default function Community() { )}
+ ); }