26-05-2025/Removed ChatWidget

This commit is contained in:
2025-05-26 09:51:20 +02:00
parent b19c24efc1
commit 9c14197f0c
3 changed files with 4 additions and 28 deletions

View File

@ -1,22 +0,0 @@
// components/ChatbotWidget.tsx
import React from "react";
import { FaComments } from "react-icons/fa";
const ChatbotWidget = () => {
// TODO: Implement actual chat functionality (e.g., integrate a service)
// const handleChatOpen = () => {
// alert("Chatbot functionality to be implemented!");
// };
return (
<button
// onClick={handleChatOpen}
className="fixed bottom-6 right-6 bg-primary text-dark p-4 rounded-full shadow-lg hover:bg-primary/90 focus:outline-none focus:ring-2 focus:ring-primary focus:ring-offset-2 transition-all duration-300 z-50"
aria-label="Open Chat"
>
<FaComments size={24} />
</button>
);
};
export default ChatbotWidget;

View File

@ -398,7 +398,7 @@ const HeaderClient = () => {
</div>
</div>
</div>
<div
{/* <div
className={`group ${isActive("/offerings") ? "active" : ""}`}
onMouseEnter={handleOfferingsMouseEnter}
onMouseLeave={handleOfferingsMouseLeave}
@ -438,7 +438,7 @@ const HeaderClient = () => {
</div>
</div>
</div>
</div>
</div> */}
</nav>
{/* ← Heres the Explore Our Offerings link, back in its original spot
@ -513,13 +513,13 @@ const HeaderClient = () => {
<DropdownLink href="/contact" onClick={handleMobileLinkClick}>
Contact Us
</DropdownLink>
{/*
<span className="pt-3 pb-1 text-xs uppercase text-muted-foreground">
Explore Our Offerings
</span>
<DropdownLink href="/offerings" onClick={handleMobileLinkClick}>
Our Offerings
</DropdownLink>
</DropdownLink> */}
<div className="pt-4">
<Link