From ad8403d16627600701774607fca427f4e4556b98 Mon Sep 17 00:00:00 2001 From: Carls2320 Date: Wed, 22 Jan 2025 09:09:06 +0700 Subject: [PATCH] revisi --- README.md | 1 - src/componen/asset/index.js | 25 +++++++++++ src/componen/bottom/BottomCTA.jsx | 12 ++--- src/componen/customer/CustomerService.jsx | 26 ++++++----- src/componen/faq/FAQSection.jsx | 10 ++--- src/componen/footer/Footer.jsx | 16 +++---- src/componen/form/FormSection.jsx | 55 ++++++++++------------- tailwind.config.js | 4 +- 8 files changed, 87 insertions(+), 62 deletions(-) delete mode 100644 README.md create mode 100644 src/componen/asset/index.js diff --git a/README.md b/README.md deleted file mode 100644 index df35a83..0000000 --- a/README.md +++ /dev/null @@ -1 +0,0 @@ -# MyProject diff --git a/src/componen/asset/index.js b/src/componen/asset/index.js new file mode 100644 index 0000000..1a83171 --- /dev/null +++ b/src/componen/asset/index.js @@ -0,0 +1,25 @@ +import row from './arrow.png'; +import component11 from './Component 11.png'; +import customer from './customer.png'; +import email from './email.png'; +import facebook from './facebook.png'; +import frame from './Frame.png'; +import frame27 from './Frame27.png'; +import img10 from './image 10.png'; +import instagram from './instagram.png'; +import kmn from './kementerian.png'; +import kominfo from './kominfo.png'; +import Logo1 from './logo.png'; +import nvidia from './nvidia.png'; +import ojk from './ojk.png'; +import phone from './phone.png'; +import search from './search.png'; +import telephone from './telephone.png'; +import wagreen from './whatsapp-color_svgrepo.com.png'; +import wabutton from './Whatsapp22.png'; +import x from './x.png'; + + +export{ + row,component11,customer,email,facebook,frame,frame27,img10,instagram,kmn,kominfo,Logo1,nvidia,ojk,phone,search,telephone,wagreen,wabutton,x +} \ No newline at end of file diff --git a/src/componen/bottom/BottomCTA.jsx b/src/componen/bottom/BottomCTA.jsx index 7d222e9..23b6798 100644 --- a/src/componen/bottom/BottomCTA.jsx +++ b/src/componen/bottom/BottomCTA.jsx @@ -5,16 +5,16 @@ const BottomCTA = () => {
{/* Bagian ini untuk menampilkan teks yang memberi tahu pengguna bahwa mereka bisa menghubungi jika masih ada pertanyaan */}
-

+

Masih punya pertanyaan seputar

-

+

{/* Menampilkan tag #Rekan AI dengan background warna dan teks putih */} - + #Rekan AI - ? + ?

@@ -26,14 +26,14 @@ const BottomCTA = () => { {/* Bagian tombol CTA */}
{/* Tombol Konsultasi Gratis dengan ikon WhatsApp */} - {/* Tombol Coba Sekarang dengan efek gradient */} -
diff --git a/src/componen/customer/CustomerService.jsx b/src/componen/customer/CustomerService.jsx index 3269f40..8d4c897 100644 --- a/src/componen/customer/CustomerService.jsx +++ b/src/componen/customer/CustomerService.jsx @@ -1,25 +1,31 @@ -import email from "../asset/email.png"; // Import gambar icon untuk email -import customer from "../asset/customer.png"; // Import gambar ilustrasi customer service -import phone from "../asset/phone.png"; // Import gambar icon untuk telepon +import email from "../asset/email.png"; // Import gambar icon untuk email,telepon,customer service +import customer from "../asset/customer.png"; // +import phone from "../asset/phone.png"; // const CustomerService = () => { return (
{/* Container utama dengan styling responsif untuk menampung konten customer service */} -
+
{/* Div untuk teks utama dan informasi pendukung */}
-

- {/* Heading utama dengan warna teks dan ukuran font yang diatur */} - Kami Siap Membantu Bisnis
Anda Lebih Maju! +

+ Kami Siap Membantu Bisnis{" "} + +
+
{" "} + Anda Lebih Maju!

-

+

{/* Paragraf penjelasan singkat mengenai layanan yang ditawarkan */} - Butuh informasi lebih lanjut tentang produk atau solusi kami?
{" "} + Butuh informasi lebih lanjut tentang produk atau solusi kami?{" "} + +
+
{" "} Tim Rekan AI siap menjawab pertanyaan Anda dengan cepat dan profesional.

@@ -69,7 +75,7 @@ const CustomerService = () => { Customer Service
diff --git a/src/componen/faq/FAQSection.jsx b/src/componen/faq/FAQSection.jsx index 50d2072..dd0310c 100644 --- a/src/componen/faq/FAQSection.jsx +++ b/src/componen/faq/FAQSection.jsx @@ -114,7 +114,7 @@ const FAQ = () => {
{/* Judul halaman FAQ */}
-

+

Frequently Asked Questions

@@ -127,23 +127,23 @@ const FAQ = () => { {faqData.map((item, index) => (
{/* Bagian untuk menampilkan pertanyaan dan tanda buka/tutup */}
toggleQuestion(index)} // Ketika pertanyaan diklik, panggil toggleQuestion > {item.question} - {openQuestion === index ? "–" : "+"} {/* Tampilkan tanda buka atau tutup */} + {openQuestion === index ? "–" : "+"} {/* Tampilkan tanda buka atau tutup */}
{/* Bagian untuk menampilkan jawaban jika pertanyaan ini terbuka */} {openQuestion === index && ( -
+
{item.answer}
)} diff --git a/src/componen/footer/Footer.jsx b/src/componen/footer/Footer.jsx index ab63a81..0e8eb7e 100644 --- a/src/componen/footer/Footer.jsx +++ b/src/componen/footer/Footer.jsx @@ -10,7 +10,7 @@ import frame from "../asset/Component 11.png"; // Gambar logo utama perusahaan function Footer() { return ( -