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