diff --git a/index.html b/index.html index 52415e3..9a4e869 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - + {/* Right Section - Adjust order for mobile */} -
+
Rekan AI Illustration
diff --git a/src/components/beranda/WhatsAppButon.jsx b/src/components/beranda/WhatsAppButon.jsx index d8f035d..62c61a9 100644 --- a/src/components/beranda/WhatsAppButon.jsx +++ b/src/components/beranda/WhatsAppButon.jsx @@ -1,11 +1,11 @@ -import WaButtons from '../../assets/image/Whatsapp.png'; +import { waButton } from "../../assets"; const WhatsAppButton = () => { return (
WhatsApp
diff --git a/src/components/solusi/TransformasiCorpo/TransformasiCorpo.jsx b/src/components/solusi/TransformasiCorpo/TransformasiCorpo.jsx new file mode 100644 index 0000000..1499003 --- /dev/null +++ b/src/components/solusi/TransformasiCorpo/TransformasiCorpo.jsx @@ -0,0 +1,39 @@ +import { wagreen } from "../asset"; + +function Transformasi() { + return ( + <> +
+ {/* Tagline Section */} +
+
+ + #Rekan AI + +

+ Transformasi Digital Anda Dimulai di Sini +

+
+

+ Bersama Rekan AI, bawa bisnis Anda menuju masa depan yang lebih cerdas, efisien, dan kompetitif. + + +

+
+ +
+
+ + +
+ + + ); +} + +export default Transformasi; diff --git a/src/components/solusi/Transformasi/Transformas.jsx b/src/components/solusi/TransformasiPersonal/TransformasiPersonal.jsx similarity index 94% rename from src/components/solusi/Transformasi/Transformas.jsx rename to src/components/solusi/TransformasiPersonal/TransformasiPersonal.jsx index 2335f63..dc3f49e 100644 --- a/src/components/solusi/Transformasi/Transformas.jsx +++ b/src/components/solusi/TransformasiPersonal/TransformasiPersonal.jsx @@ -1,6 +1,6 @@ import { wagreen } from "../asset"; -function MasaDepan() { +function Transformasi() { return ( <>
@@ -26,7 +26,7 @@ function MasaDepan() {
-
+
+ +
+ + + ); +} + +export default Transformasi; diff --git a/src/pages/SolusiCorporate.jsx b/src/pages/SolusiCorporate.jsx index a714e60..246ee96 100644 --- a/src/pages/SolusiCorporate.jsx +++ b/src/pages/SolusiCorporate.jsx @@ -3,7 +3,7 @@ import HeadCorporate from "../components/solusi/HeadCorporate/HeadCorporate" import CardCorporate from '../components/solusi/CardCorporate/CardCorporate' import MengapaCorporate from '../components/solusi/MengapaCorporate/MengapaCorporate' import SolusiCorporate from '../components/solusi/SolusiCorporate/SolusiCorporate' -import Transformas from '../components/solusi/Transformasi/Transformas' +import TransformasiCorpo from '../components/solusi/TransformasiCorpo/TransformasiCorpo' import WhatsAppButton from "../components/beranda/WhatsAppButon" import Footer from "../components/contact/Footer" function Contact() { @@ -14,7 +14,7 @@ function Contact() { - +