From 996d67a50440c6a679f292fd0afb433c9cedba0f Mon Sep 17 00:00:00 2001 From: fitrahRahmadhani <2131710092@student.polinema.ac.id> Date: Tue, 4 Jul 2023 22:06:41 +0700 Subject: [PATCH 1/2] refactor: improve content writing and wording based on #34 --- src/data/articles.ts | 6 +++--- src/data/footer.ts | 2 +- src/data/hero.ts | 4 ++-- src/data/talents.ts | 6 +++--- src/data/testimonial.ts | 4 ++-- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/data/articles.ts b/src/data/articles.ts index 6b3fe06..9876ed0 100644 --- a/src/data/articles.ts +++ b/src/data/articles.ts @@ -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", + sectionTitle: "Jelajahi Lebih Banyak Informasi tentang Dunia Teknologi", + subtitle: "Temukan Informasi Terbaru di Industri IT untuk Mengasah Kecerdasan Teknologi Anda", miniTitle: "", - buttonText: "More Articles", + buttonText: "Lebih Banyak Artikel", }; diff --git a/src/data/footer.ts b/src/data/footer.ts index 804711d..d5b0606 100644 --- a/src/data/footer.ts +++ b/src/data/footer.ts @@ -20,7 +20,7 @@ type FooterData = { export const FOOTER_DATA: FooterData = { logo: "https://elianiva.my.id/wri/light.png", 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", diff --git a/src/data/hero.ts b/src/data/hero.ts index 5eae9c6..509f252 100644 --- a/src/data/hero.ts +++ b/src/data/hero.ts @@ -17,8 +17,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" }, diff --git a/src/data/talents.ts b/src/data/talents.ts index 72c5d72..ae3e026 100644 --- a/src/data/talents.ts +++ b/src/data/talents.ts @@ -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", diff --git a/src/data/testimonial.ts b/src/data/testimonial.ts index 937dedb..172c50e 100644 --- a/src/data/testimonial.ts +++ b/src/data/testimonial.ts @@ -13,8 +13,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) From 5e54443aabde0c489b51b9c28761da81da5cd2a2 Mon Sep 17 00:00:00 2001 From: fitrahRahmadhani <2131710092@student.polinema.ac.id> Date: Tue, 4 Jul 2023 22:34:59 +0700 Subject: [PATCH 2/2] refactor: improve content writing and wording based on #34 --- src/data/articles.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/data/articles.ts b/src/data/articles.ts index 9876ed0..4c93b90 100644 --- a/src/data/articles.ts +++ b/src/data/articles.ts @@ -8,8 +8,8 @@ export type ArticlesData = { export const ARTICLES_DATA: ArticlesData = { title: "Articles", - sectionTitle: "Jelajahi Lebih Banyak Informasi tentang Dunia Teknologi", - subtitle: "Temukan Informasi Terbaru di Industri IT untuk Mengasah Kecerdasan Teknologi Anda", - miniTitle: "", - buttonText: "Lebih Banyak Artikel", + 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", };