forked from amnannn/rekan_ai
		
	done
This commit is contained in:
		
							parent
							
								
									89bce501f4
								
							
						
					
					
						commit
						15478bd369
					
				| @ -27,11 +27,11 @@ function Banner() { | ||||
|         {/* Teks dan tombol */} | ||||
|         <div className="container mx-auto px-4 text-center w-full mt-8 md:mt-0 z-10"> | ||||
|           <div className="text-customWhite max-w-[90%] md:max-w-[45%] mx-auto"> | ||||
|             <h1 className="text-xl md:text-[30px] font-semibold text-center leading-10"> | ||||
|             <h1 className="text-xl md:text-[25px] lg:text-[24px] 2xl:text-[30px] font-semibold text-center leading-10"> | ||||
|               Bersama Rekan AI, Wujudkan Masa Depan Bisnis yang Lebih Inovatif dan Kompetitif. | ||||
|             </h1> | ||||
|           </div> | ||||
|           <p className="mt-4 md:mt-14 max-w-[90%] md:max-w-[700px] mx-auto text-customWhite text-sm md:text-[18px] md:font-extralight md:leading-7"> | ||||
|           <p className="mt-4 md:mt-14 max-w-[90%] md:max-w-[500px] 2xl:max-w-[700px]  mx-auto text-customWhite text-sm 2xl:text-[18px] md:font-extralight md:leading-7"> | ||||
|             Dari autentikasi dokumen hingga analisis data dan automasi HR, Rekan AI menawarkan produk-produk cerdas yang | ||||
|             siap membantu bisnis Anda tumbuh dan bersaing di pasar yang dinamis. | ||||
|           </p> | ||||
| @ -58,22 +58,22 @@ function Banner() { | ||||
|           <img | ||||
|             src={L1} | ||||
|             alt="image 1" | ||||
|             className="w-[15vw] max-w-[200px] rounded-lg shadow-lg object-cover" | ||||
|             className="w-[15vw] max-w-[170px] 2xl:max-w-[200px] rounded-lg shadow-lg object-cover" | ||||
|           /> | ||||
|           <img | ||||
|             src={L2} | ||||
|             alt="image 2" | ||||
|             className="w-[11vw] max-w-[150px] rounded-lg shadow-lg object-cover mt-16" | ||||
|             className="w-[11vw] max-w-[135px] 2xl:max-w-[150px] md:-translate-x-9 2xl:-translate-x-0 rounded-lg shadow-lg object-cover mt-16" | ||||
|           /> | ||||
|           <img | ||||
|             src={L3} | ||||
|             alt="image 3" | ||||
|             className="w-[16vw] max-w-[210px] rounded-lg shadow-lg object-cover" | ||||
|             className="w-[16vw] max-w-[180px] 2xl:max-w-[210px] rounded-lg shadow-lg object-cover" | ||||
|           /> | ||||
|           <img | ||||
|             src={L4} | ||||
|             alt="image 4" | ||||
|             className="w-[11vw] max-w-[150px] rounded-lg shadow-lg object-cover -mt-11" | ||||
|             className="w-[11vw] max-w-[120px] 2xl:max-w-[150px] md:-translate-x-5 2xl:-translate-x-0 rounded-lg shadow-lg object-cover -mt-1 2xl:-mt-11" | ||||
|           /> | ||||
|         </div> | ||||
| 
 | ||||
| @ -82,22 +82,22 @@ function Banner() { | ||||
|           <img | ||||
|             src={R1} | ||||
|             alt="image 1" | ||||
|             className="w-[11vw] max-w-[150px] rounded-lg shadow-lg object-cover mt-20 ml-9" | ||||
|             className="w-[11vw] max-w-[135px] 2xl:max-w-[150px] rounded-lg shadow-lg object-cover mt-28 2xl:mt-20 ml-24 2xl:ml-9" | ||||
|           /> | ||||
|           <img | ||||
|             src={R2} | ||||
|             alt="image 2" | ||||
|             className="w-[15vw] max-w-[200px] rounded-lg shadow-lg object-cover -ml-4" | ||||
|             className="w-[15vw] max-w-[170px] 2xl:max-w-[200px] rounded-lg shadow-lg object-cover 2xl:-ml-4 md:ml-8 md:mt-14 2xl:mt-0" | ||||
|           /> | ||||
|           <img | ||||
|             src={R3} | ||||
|             alt="image 3" | ||||
|             className="w-[13vw] max-w-[180px] rounded-lg shadow-lg object-cover ml-7" | ||||
|             className="w-[13vw] max-w-[145px] 2xl:max-w-[180px] rounded-lg shadow-lg object-cover ml-24 2xl:ml-7" | ||||
|           /> | ||||
|           <img | ||||
|             src={R4} | ||||
|             alt="image 4" | ||||
|             className="w-[15vw] max-w-[206px] rounded-lg shadow-lg object-cover" | ||||
|             className="w-[15vw] max-w-[170px] 2xl:max-w-[206px] rounded-lg shadow-lg object-cover ml-8 2xl:ml-0" | ||||
|           /> | ||||
|         </div> | ||||
| 
 | ||||
|  | ||||
| @ -49,12 +49,12 @@ function Kenapa() { | ||||
|             alt="Woman with Tablet" | ||||
|             className="w-[300px] h-auto md:w-[654.5px] md:h-[609.67px]" | ||||
|           /> | ||||
|         </motion.div> | ||||
|         </motion.div>  | ||||
| 
 | ||||
|         {/* Text Section */} | ||||
|         <motion.div  | ||||
|           ref={listRef} | ||||
|           className="w-full md:w-1/2 p-6 md:p-10 flex flex-col items-center md:items-start md:mr-28 text-center md:text-left" | ||||
|           className="w-full md:w-[40%] p-6 md:p-10 flex flex-col items-center md:items-start md:mr-28 text-center md:text-left" | ||||
|           initial={{ opacity: 0, x: 50 }} | ||||
|           animate={listInView ? { opacity: 1, x: 0 } : {}} | ||||
|           transition={{ duration: 0.8, delay: 0.3 }} | ||||
|  | ||||
| @ -22,7 +22,7 @@ const CustomerService = () => { | ||||
|             {/* LEFT SECTION - Informasi */} | ||||
|             <motion.div | ||||
|                 ref={leftRef} | ||||
|                 className="w-full md:w-[650px] 2xl:w-[750px] h-auto gap-[29px] text-left md:mt-0 md:ml-[-110px]" | ||||
|                 className="w-full md:w-[650px] 2xl:w-[750px] h-auto gap-[29px] text-left md:mt-0 lg: 2xl:ml-[-90px]" | ||||
|                 initial="hidden" | ||||
|                 animate={leftInView ? "visible" : "hidden"} | ||||
|                 variants={fadeInLeft} | ||||
|  | ||||
| @ -87,7 +87,7 @@ export const data = { | ||||
|           { | ||||
|             title: "Pengurangan Risiko Fraud", | ||||
|             description: | ||||
|               "Cegah potensi penipuan dengan verifikasi data yang komprehensif dan terintegrasi.", | ||||
|               "Cegah potensi penipuan dengan verifikasi data yang komprehensif dan terintegrasi.3", | ||||
|             icon: maskcek | ||||
|           } | ||||
|         ] | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user