diff --git a/public/logo.svg b/public/logo.svg index 730850a..446f5c4 100644 --- a/public/logo.svg +++ b/public/logo.svg @@ -1,4 +1,4 @@ - + diff --git a/src/app/components/BubbleSpeechContainer.tsx b/src/app/components/BubbleSpeechContainer.tsx index f1bf046..1cbf037 100644 --- a/src/app/components/BubbleSpeechContainer.tsx +++ b/src/app/components/BubbleSpeechContainer.tsx @@ -4,7 +4,7 @@ import Image from "next/image"; const BubbleSpeechContainer: React.FC = () => { return ( <> -
+
Get involved bubble speech { className="sm:block hidden object-cover object-center" />
-
+
Get involved bubble speech { + const [isModalOpen, setIsModalOpen] = useState(false); + const openModal = () => setIsModalOpen(true); + const closeModal = () => setIsModalOpen(false); + + return ( + <> + + {isModalOpen && ( +
+
+
+
+
+ +
+
+