fix: update join URL in hero content for consistency

This commit is contained in:
arraysid
2025-05-27 09:11:57 +07:00
parent a9ec7e947f
commit 432a2d8d9e
2 changed files with 5 additions and 2 deletions
@@ -1,11 +1,14 @@
import { Communities } from './_components/communities'; import { Communities } from './_components/communities';
import { CTASection } from './_components/cta-section';
import { Hero } from './_components/hero'; import { Hero } from './_components/hero';
import { TestimonialSection } from './_components/testimonial-section';
export default function Page() { export default function Page() {
return ( return (
<> <>
<Hero /> <Hero />
<Communities /> <Communities />
<TestimonialSection />
<CTASection />
</> </>
); );
} }
+1 -1
View File
@@ -5,7 +5,7 @@
"description": "Komunitas programmer terbesar di Indonesia, tempat berbagi meme, tutorial, pengalaman dan yapping", "description": "Komunitas programmer terbesar di Indonesia, tempat berbagi meme, tutorial, pengalaman dan yapping",
"buttons": { "buttons": {
"join": "Join Komunitas", "join": "Join Komunitas",
"joinUrl": "#komunitas", "joinUrl": "#community",
"explore": "Explore Event", "explore": "Explore Event",
"exploreUrl": "/events" "exploreUrl": "/events"
} }