diff --git a/apps/landing/src/app/(public)/(home)/page.tsx b/apps/landing/src/app/(public)/(home)/page.tsx
index a174df9..d45959e 100644
--- a/apps/landing/src/app/(public)/(home)/page.tsx
+++ b/apps/landing/src/app/(public)/(home)/page.tsx
@@ -1,11 +1,14 @@
import { Communities } from './_components/communities';
+import { CTASection } from './_components/cta-section';
import { Hero } from './_components/hero';
-
+import { TestimonialSection } from './_components/testimonial-section';
export default function Page() {
return (
<>
+
+
>
);
}
diff --git a/apps/landing/src/data/hero-content.json b/apps/landing/src/data/hero-content.json
index fe6c44d..82d86cd 100644
--- a/apps/landing/src/data/hero-content.json
+++ b/apps/landing/src/data/hero-content.json
@@ -5,7 +5,7 @@
"description": "Komunitas programmer terbesar di Indonesia, tempat berbagi meme, tutorial, pengalaman dan yapping",
"buttons": {
"join": "Join Komunitas",
- "joinUrl": "#komunitas",
+ "joinUrl": "#community",
"explore": "Explore Event",
"exploreUrl": "/events"
}