Skip to content

Commit 6bacef9

Browse files
committed
Change page title from uppercase to title case
- Updated page titles to use title case (capitalize first letter) instead of uppercase. - Improved readability and consistency in title presentation across the application.
1 parent 5ebd953 commit 6bacef9

File tree

10 files changed

+20
-15
lines changed

10 files changed

+20
-15
lines changed

src/pages/about-aplication/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import Team from '@/components/Team';
77

88
const AboutApplication = () => {
99
return (
10-
<Layout title='About Application' description='Informasi mendetail tentang Sistem Layanan Terpadu Rutan Wonosobo, teknologi yang digunakan, dan tim pengembang.'>
10+
<Layout title='Tentang Aplikasi' description='Informasi mendetail tentang Sistem Layanan Terpadu Rutan Wonosobo, teknologi yang digunakan, dan tim pengembang.'>
1111
<section data-theme='corporate' className='w-full p-4 sm:p-6 lg:p-8'>
1212
{/* Breadcrumb */}
1313
<nav className='mb-6'>
@@ -29,7 +29,7 @@ const AboutApplication = () => {
2929

3030
{/* Judul Halaman */}
3131
<header className='mb-6 text-center'>
32-
<h1 className='text-3xl sm:text-4xl font-bold mb-4'>About Application</h1>
32+
<h1 className='text-3xl sm:text-4xl font-bold mb-4'>Tentang Aplikasi</h1>
3333
</header>
3434

3535
{/* Konten */}

src/pages/about/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ const About = () => {
9292

9393
{/* Judul Halaman */}
9494
<header className='mb-6'>
95-
<h1 className='text-3xl sm:text-4xl font-bold mb-4 text-center'>About</h1>
95+
<h1 className='text-3xl sm:text-4xl font-bold mb-4 text-center'>Tentang Kami</h1>
9696
</header>
9797

9898
{/* Gambar */}

src/pages/bantuan-hukum/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ function BantuanHukum () {
1414
}, []);
1515

1616
return (
17-
<Layout title='BANTUAN HUKUM' description='Pemberian Bantuan Hukum kepada warga negara sebagai wujud implementasi negara hukum.'>
17+
<Layout title='Bantuan Hukum' description='Pemberian Bantuan Hukum kepada warga negara sebagai wujud implementasi negara hukum.'>
1818
<section data-theme='corporate' className='w-full p-4 sm:p-6 lg:p-8'>
1919
{/* Breadcrumb */}
2020
<nav className='mb-6'>

src/pages/contact/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const Contact = () => {
2525
};
2626

2727
return (
28-
<Layout title='CONTACT' description='Hubungi kami untuk pertanyaan, masukan, atau informasi lebih lanjut melalui berbagai saluran komunikasi yang tersedia.'>
28+
<Layout title='Hubungi Kami' description='Hubungi kami untuk pertanyaan, masukan, atau informasi lebih lanjut melalui berbagai saluran komunikasi yang tersedia.'>
2929
<section data-theme='corporate' className='w-full p-4 sm:p-6 lg:p-8'>
3030
{/* Breadcrumb */}
3131
<nav className='mb-6'>
@@ -47,7 +47,7 @@ const Contact = () => {
4747

4848
{/* Judul Halaman */}
4949
<header className='mb-6'>
50-
<h1 className='text-3xl sm:text-4xl font-bold mb-4 text-center'>Contact</h1>
50+
<h1 className='text-3xl sm:text-4xl font-bold mb-4 text-center'>Hubungi Kami</h1>
5151
</header>
5252

5353
<p className='text-lg mb-8 text-center text-gray-600'>Kami senang mendengar dari Anda. Silakan isi formulir di bawah ini atau hubungi kami melalui WhatsApp.</p>

src/pages/disclaimer/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { faHome } from '@fortawesome/free-solid-svg-icons';
66

77
const Disclaimer = () => {
88
return (
9-
<Layout title='DISCLAIMER' description='Informasi penting mengenai penggunaan situs web ini dan batasan tanggung jawab kami.'>
9+
<Layout title='Disclaimer' description='Informasi penting mengenai penggunaan situs web ini dan batasan tanggung jawab kami.'>
1010
<section data-theme='corporate' className='w-full p-4 sm:p-6 lg:p-8'>
1111
{/* Breadcrumb */}
1212
<nav className='mb-6'>

src/pages/download/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const DownloadPage = () => {
5555
};
5656

5757
return (
58-
<Layout title='DOWNLOAD' description='Download the Sayap Tawon app. Sistem Layanan Terpadu Rutan Wonosobo'>
58+
<Layout title='Download Aplikasi' description='Download the Sayap Tawon app. Sistem Layanan Terpadu Rutan Wonosobo'>
5959
<div data-theme='light' className='min-h-screen flex items-center justify-center p-4 bg-base-200'>
6060
<div className='w-full max-w-screen-lg lg:max-w-screen-xl shadow-xl rounded-lg overflow-hidden flex flex-col lg:flex-row bg-base-100'>
6161
<div className='flex-shrink-0 flex items-center justify-center p-6 bg-neutral'>

src/pages/kesehatan/index.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { faHome } from '@fortawesome/free-solid-svg-icons';
77

88
const Kesehatan = () => {
99
return (
10-
<Layout title='KESEHATAN' description='Informasi penting mengenai layanan kesehatan yang disediakan oleh Rutan Wonosobo.'>
10+
<Layout title='Kesehatan' description='Informasi penting mengenai layanan kesehatan yang disediakan oleh Rutan Wonosobo.'>
1111
<section data-theme='corporate' className='w-full p-4 sm:p-6 lg:p-8'>
1212
{/* Breadcrumb */}
1313
<nav className='mb-6'>
@@ -27,6 +27,11 @@ const Kesehatan = () => {
2727
<div className='mt-4 border-t border-gray-300'></div>
2828
</nav>
2929

30+
{/* Judul Halaman */}
31+
<header className='mb-6'>
32+
<h1 className='text-3xl sm:text-4xl font-bold mb-4 text-center'>Kesehatan</h1>
33+
</header>
34+
3035
{/* Isi Halaman */}
3136
<div className='mb-6'>
3237
<Image src='/medical-center.webp' alt='Medical Center' width={1200} height={600} className='w-full rounded-lg shadow' />

src/pages/kunjungan-penitipan-barang/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { faHome } from '@fortawesome/free-solid-svg-icons';
66

77
const KunjunganPenitipanBarang = () => {
88
return (
9-
<Layout title='KUNJUNGAN DAN PENITIPAN BARANG' description='Syarat dan Ketentuan Kunjungan dan Penitipan Barang di Rutan Wonosobo.'>
9+
<Layout title='Kunjungan dan Penitipan Barang' description='Syarat dan Ketentuan Kunjungan dan Penitipan Barang di Rutan Wonosobo.'>
1010
<section data-theme='light' className='flex flex-col min-h-screen p-4 sm:p-6 lg:p-8'>
1111
{/* Breadcrumb */}
1212
<nav className='mb-6'>

src/pages/privacy-policy/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { faHome } from '@fortawesome/free-solid-svg-icons';
66

77
const PrivacyPolicy = () => {
88
return (
9-
<Layout title='PRIVACY POLICY' description='Kebijakan Privasi kami yang menjelaskan bagaimana kami mengumpulkan, menggunakan, dan melindungi data pribadi Anda.'>
9+
<Layout title='Kebijakan Privasi' description='Kebijakan Privasi kami yang menjelaskan bagaimana kami mengumpulkan, menggunakan, dan melindungi data pribadi Anda.'>
1010
<section data-theme='corporate' className='w-full p-4 sm:p-6 lg:p-8'>
1111
{/* Breadcrumb */}
1212
<nav className='mb-6'>
@@ -28,7 +28,7 @@ const PrivacyPolicy = () => {
2828

2929
{/* Judul Halaman */}
3030
<header className='mb-6'>
31-
<h1 className='text-3xl sm:text-4xl font-bold mb-4 text-center'>Privacy Policy</h1>
31+
<h1 className='text-3xl sm:text-4xl font-bold mb-4 text-center'>Kebijakan Privasi</h1>
3232
</header>
3333

3434
{/* Isi Halaman */}

src/pages/terms-conditions/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { faHome } from '@fortawesome/free-solid-svg-icons';
66

77
const TermsAndConditions = () => {
88
return (
9-
<Layout title='TERMS AND CONDITIONS' description='Syarat dan Ketentuan penggunaan situs web kami yang harus dipatuhi oleh semua pengguna.'>
9+
<Layout title='Syarat dan Ketentuan' description='Syarat dan Ketentuan penggunaan situs web kami yang harus dipatuhi oleh semua pengguna.'>
1010
<section data-theme='light' className='w-full p-4 sm:p-6 lg:p-8'>
1111
{/* Breadcrumb */}
1212
<nav className='mb-6'>
@@ -20,15 +20,15 @@ const TermsAndConditions = () => {
2020
<span className='text-gray-500'>/</span>
2121
</li>
2222
<li>
23-
<span className='inline-flex items-center px-4 py-2 bg-base-200 rounded-full text-base-content font-semibold shadow'>Terms and Conditions</span>
23+
<span className='inline-flex items-center px-4 py-2 bg-base-200 rounded-full text-base-content font-semibold shadow'>Syarat dan Ketentuan</span>
2424
</li>
2525
</ul>
2626
<div className='mt-4 border-t border-gray-300'></div>
2727
</nav>
2828

2929
{/* Judul Halaman */}
3030
<header className='mb-6'>
31-
<h1 className='text-3xl sm:text-4xl font-bold mb-4 text-center'>Terms and Conditions</h1>
31+
<h1 className='text-3xl sm:text-4xl font-bold mb-4 text-center'>Syarat dan Ketentuan</h1>
3232
</header>
3333

3434
<div className='text-base sm:text-lg leading-relaxed space-y-6 text-justify'>

0 commit comments

Comments
 (0)