fix: update join URL in hero content for consistency
This commit is contained in:
@@ -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 />
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user