Skip to content

Commit

Permalink
Merge pull request #35 from fitrahRahmadhani/refactor-wording
Browse files Browse the repository at this point in the history
  • Loading branch information
elianiva authored Jul 16, 2023
2 parents c459411 + 5e54443 commit d9ec57a
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions src/data/articles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ export type ArticlesData = {

export const ARTICLES_DATA: ArticlesData = {
title: "Articles",
sectionTitle: "Latest Articles",
subtitle: "Read some of the articles written by the member of Workshop Riset Informatika",
miniTitle: "",
buttonText: "More Articles",
sectionTitle: "Explore Lebih Banyak Informasi Seputar Dunia Teknologi Yuk!",
subtitle: "Kamu akan menemukan informasi terupdate di industri IT untuk mengasah kemampuan teknologi-mu!",
miniTitle: "Read Some of the Articles Written by the Member",
buttonText: "Lebih Banyak",
};
2 changes: 1 addition & 1 deletion src/data/footer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const FOOTER_DATA: FooterData = {
light: LogoLight,
},
description:
"Komunitas yang bertujuan untuk membina dan mengembangkan kreativitas mahasiswa di bidang ilmu pengetahuan dan teknologi",
"Komunitas sebagai tempat belajar bersama mengembangkan kreativitas dan inovasi di bidang ilmu pengetahuan dan teknologi",
navigationList: [
{
title: "Miniclass",
Expand Down
4 changes: 2 additions & 2 deletions src/data/hero.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ export const HERO_DATA: HeroData = {
bottom: "Grow Together",
},
shortText:
"Bersama Workshop Riset Informatika, sudahi galaumu mari nguli ngoding bersamaku, bersama tuhan mari kita kerjakan seluruh proyekan.",
buttonText: "Know More",
"Saling berbagi, belajar, dan bangun koneksi yang berharga dengan sesama tech-enthusiast. Dapatkan wawasan terbaru tentang perkembangan teknologi dan temukan kesempatan kolaborasi yang tak ternilai harganya.",
buttonText: "Let's Xplore 🚀",
highlights: [
{ title: "10+", subtitle: "years" },
{ title: "200+", subtitle: "members" },
Expand Down
6 changes: 3 additions & 3 deletions src/data/talents.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ type TalentData = {
};

export const TALENT_DATA: TalentData = {
title: "Talent Pool",
subtitle: "These are the people from Workshop Riset Informatika who are ready to work professionally",
title: "Memiliki Pengetahuan dan Pengalaman yang Mumpuni",
subtitle: "Kami memiliki individu terampil dari berbagai divisi, bersatu padu menciptakan kekuatan kolaboratif dalam dunia kerja IT",
miniTitle: "Talents from Workshop Riset Informatika",
buttonText: "View All Talents",
buttonText: "Jelajahi Talent Berbakat",
talents: [
{
name: "Muhammad Ilzam Mulkhaq",
Expand Down
4 changes: 2 additions & 2 deletions src/data/testimonial.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ export type TestimonialData = {
};

export const TESTIMONIAL_DATA: TestimonialData = {
title: "Testimonials",
subtitle: "See what they say about us. They are the people who have collaborate with us.",
title: "Cerita inspiratif alumni tentang pengalaman mereka di WRI",
subtitle: "Komunitas WRI tak hanya mengubah karier mereka, tetapi juga cara pandang terhadap teknologi",
miniTitle: "What people say about Workshop Riset Informatika",
testimonials: Array(16)
.fill(0)
Expand Down

0 comments on commit d9ec57a

Please sign in to comment.