From dbccd8e468b08633c820355027e905fb882b51d4 Mon Sep 17 00:00:00 2001 From: akash Date: Tue, 16 Sep 2025 20:06:40 +0530 Subject: [PATCH] Icons Updated --- components/ContactFloat.js | 17 +++++++------ components/SocialFloat.js | 10 ++++---- components/layout/footer/Footer1.js | 23 +++++++----------- components/layout/footer/Footer2.js | 6 ----- public/assets/css/style.css | 21 ++++++++++++++++ .../images/banner/mobile-banner/banner-1.webp | Bin 12646 -> 10164 bytes public/assets/images/cancel.png | Bin 0 -> 550 bytes public/assets/images/chat.png | Bin 0 -> 3227 bytes public/assets/images/share.png | Bin 0 -> 690 bytes 9 files changed, 44 insertions(+), 33 deletions(-) create mode 100644 public/assets/images/cancel.png create mode 100644 public/assets/images/chat.png create mode 100644 public/assets/images/share.png diff --git a/components/ContactFloat.js b/components/ContactFloat.js index 19b740a..a3237bc 100644 --- a/components/ContactFloat.js +++ b/components/ContactFloat.js @@ -21,7 +21,7 @@ export default function ContactFloat() { }, { action: () => setShowChat(true), - src: "/assets/images/icons/chat.png", + src: "/assets/images/chat.png", label: "Chat", }, ]; @@ -35,16 +35,17 @@ export default function ContactFloat() { className="extra-icons-wrapper" style={{ position: "absolute", - bottom: "71px", - right: "-80", - background: "#fff", - borderRadius: "30px 30px 0 0", - boxShadow: "0 4px 12px rgba(0,0,0,0.2)", + bottom: "11px", + background: "rgb(255, 255, 255)", + borderRadius: "30px 30px 35px 35px", + boxShadow: "0px 4px 12px rgba(0, 0, 0, 0.2)", padding: "10px", display: "flex", flexDirection: "column", gap: "15px", alignItems: "center", + paddingBottom: "67px", + left: "-5px", }} > {extraIcons.map((icon, i) => @@ -119,7 +120,7 @@ export default function ContactFloat() { Contact Social