diff --git a/public/getInvolved.png b/public/getInvolved.png new file mode 100644 index 0000000..013917a Binary files /dev/null and b/public/getInvolved.png differ diff --git a/public/getInvolvedMobile.png b/public/getInvolvedMobile.png new file mode 100644 index 0000000..6c41472 Binary files /dev/null and b/public/getInvolvedMobile.png differ diff --git a/public/logo.svg b/public/logo.svg index a7670da..730850a 100644 --- a/public/logo.svg +++ b/public/logo.svg @@ -1,18 +1,18 @@ - - - - - - - - - - - + + + + + + + + + + + - - + + diff --git a/public/myStaffplanPreview.jpg b/public/myStaffplanPreview.jpg deleted file mode 100644 index ba75796..0000000 Binary files a/public/myStaffplanPreview.jpg and /dev/null differ diff --git a/public/myStaffplanPreview.png b/public/myStaffplanPreview.png new file mode 100644 index 0000000..2fa8369 Binary files /dev/null and b/public/myStaffplanPreview.png differ diff --git a/public/peoplePreview.jpg b/public/peoplePreview.jpg deleted file mode 100644 index c389772..0000000 Binary files a/public/peoplePreview.jpg and /dev/null differ diff --git a/public/peoplePreview.png b/public/peoplePreview.png new file mode 100644 index 0000000..8c13a6b Binary files /dev/null and b/public/peoplePreview.png differ diff --git a/public/tryStaffplanMobilePreview.png b/public/tryStaffplanMobilePreview.png new file mode 100644 index 0000000..654ca41 Binary files /dev/null and b/public/tryStaffplanMobilePreview.png differ diff --git a/public/tryStaffplanPreview.png b/public/tryStaffplanPreview.png index e44e894..8a54a54 100644 Binary files a/public/tryStaffplanPreview.png and b/public/tryStaffplanPreview.png differ diff --git a/src/app/components/BubbleSpeechContainer.tsx b/src/app/components/BubbleSpeechContainer.tsx index 3ff7e33..f1bf046 100644 --- a/src/app/components/BubbleSpeechContainer.tsx +++ b/src/app/components/BubbleSpeechContainer.tsx @@ -1,24 +1,26 @@ -import LeftSpeechBubble from "./LeftSpeechBubble" -import RightSpeechBubble from "./RightSpeechBubble" +import Image from "next/image"; + const BubbleSpeechContainer: React.FC = () => { return ( -
-
-
- -
-
- -
-
- -
-
- -
+ <> +
+ Get involved bubble speech +
+
+ Get involved bubble speech
-
+ ); }; diff --git a/src/app/components/Chat.tsx b/src/app/components/Chat.tsx new file mode 100644 index 0000000..5c2feaf --- /dev/null +++ b/src/app/components/Chat.tsx @@ -0,0 +1,10 @@ +import Image from "next/image" + +const Chat: React.FC = () => { + return ( +
+ Chat image +
) +} + +export default Chat \ No newline at end of file diff --git a/src/app/components/Footer.tsx b/src/app/components/Footer.tsx index 2ad1638..676e5e5 100644 --- a/src/app/components/Footer.tsx +++ b/src/app/components/Footer.tsx @@ -7,12 +7,12 @@ const columnOneLinks = [ href: "https://github.com/goinvo/staffplan-next-app", label: "Get Involved" }, { href: "#", label: "Feedback" }, - { href: "https://goinvo.com/", label: "Contact" } + ]; const columnTwoLinks = [ { href: "#", label: "Help" }, - { href: "#", label: "Pricing" } + { href: "https://goinvo.com/", label: "Contact" } ]; const columnThreeLinks = [ @@ -21,15 +21,15 @@ const columnThreeLinks = [ ]; const Footer: React.FC = () => ( -