diff --git a/app/components/sections/home/community.tsx b/app/components/sections/home/community.tsx index 117f438..c4d7172 100644 --- a/app/components/sections/home/community.tsx +++ b/app/components/sections/home/community.tsx @@ -1,12 +1,12 @@ export const CommunitySection = () => { return ( -
-
+
+
-
+
-

- Our Community Partner +

+ Our Community

@@ -16,7 +16,7 @@ export const CommunitySection = () => { rel="noreferrer" > Surabaya.py @@ -27,7 +27,7 @@ export const CommunitySection = () => { rel="noreferrer" > Navicat @@ -38,14 +38,14 @@ export const CommunitySection = () => { rel="noreferrer" > Bandung.py Bandung.py @@ -53,47 +53,36 @@ export const CommunitySection = () => {
diff --git a/app/components/sections/home/patron.tsx b/app/components/sections/home/patron.tsx index 4674a52..c2fdcb5 100644 --- a/app/components/sections/home/patron.tsx +++ b/app/components/sections/home/patron.tsx @@ -48,11 +48,11 @@ export const PatronSection = ({ patrons }: PatronSectionProps) => { if (patrons.length === 0) return null; return ( -
-
+
+

Thanks to our Patron

@@ -77,7 +77,7 @@ export const PatronSection = ({ patrons }: PatronSectionProps) => { className="h-full w-full object-cover" />
-

+

{name}

diff --git a/app/routes/home.tsx b/app/routes/home.tsx index a3dc193..a464840 100644 --- a/app/routes/home.tsx +++ b/app/routes/home.tsx @@ -2,7 +2,7 @@ import { getPatronUsers } from "~/api/endpoint/.server/patron"; import { patronUserResponseSchema } from "~/api/schema/patron"; import { Footer } from "~/components/layouts/navigation/footer"; import { Header } from "~/components/layouts/navigation/header"; -// import { CommunitySection } from "~/components/sections/home/community"; +import { CommunitySection } from "~/components/sections/home/community"; import { HeroSection } from "~/components/sections/home/hero"; import { PatronSection } from "~/components/sections/home/patron"; // import { OurTeamSection } from "~/components/sections/home/our-team"; @@ -44,7 +44,7 @@ export default function Home({ loaderData }: Route.ComponentProps) { - {/* */} + {/* */}