| 
									
										
										
										
											2024-09-28 00:18:55 +08:00
										 |  |  | import seal from "@/assets/icons/seal.svg"; | 
					
						
							| 
									
										
										
										
											2024-04-03 22:08:27 +08:00
										 |  |  | import { Config } from "@/data/config"; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | export const BottomCard = () => { | 
					
						
							|  |  |  |   return ( | 
					
						
							| 
									
										
										
										
											2024-09-28 00:18:55 +08:00
										 |  |  |     <div className="flex w-full select-none flex-col justify-center p-8"> | 
					
						
							|  |  |  |       <div | 
					
						
							|  |  |  |         className="mx-auto h-24 w-24" | 
					
						
							|  |  |  |         style={{ backgroundImage: `url(${seal.src})`, backgroundRepeat: "no-repeat", backgroundSize: "contain" }} | 
					
						
							|  |  |  |       /> | 
					
						
							|  |  |  |       <p className={"mx-auto mt-5 content-font"}>{Config.Sentence}</p> | 
					
						
							| 
									
										
										
										
											2024-04-03 22:08:27 +08:00
										 |  |  |     </div> | 
					
						
							|  |  |  |   ); | 
					
						
							|  |  |  | }; |