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() { )} + > ); }